Skip to content

Commit

Permalink
docs: update v4 to v5 upgrade guide (#2076)
Browse files Browse the repository at this point in the history
* docs: update v4 to v5 upgrade guide

* docs: update v4 to v5 upgrade guide

* Update migrate_v4_v5.md
  • Loading branch information
MSalopek committed Jul 19, 2024
1 parent d05eae2 commit 599e307
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/docs/upgrading/migrate_v4_v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
sidebar_position: 1
---

# Upgrading to ICS v5.0.0
# Upgrading to ICS v5.x from v4.x

This ICS version uses cosmos-sdk v0.50.x and ibc-go v8.x.
ICS `v5.x` version uses cosmos-sdk `v0.50.x` and ibc-go `v8.x`.

To migrate you application to cosmos-sdk v0.50.x please use this [guide](https://docs.cosmos.network/v0.50/build/migrations/upgrading).
To migrate you application to cosmos-sdk `v0.50.x` please use [this guide](https://docs.cosmos.network/v0.50/build/migrations/upgrading).

To migrate your application to ibc-go v8.x.y please use the following guides:
* [migrate ibc-go to v8.0.0](https://ibc.cosmos.network/main/migrations/v7-to-v8)
Expand All @@ -15,7 +15,13 @@ To migrate your application to ibc-go v8.x.y please use the following guides:

ICS specific changes are outlined below.

Pre-requisite version for this upgrade: `v4.x`.
Pre-requisite version for this upgrade: any from the `v4.x` release line.

## Note

`v5.0.0` should not be used on the provider.

The provider should be updated to `v5.1.0`.

## Provider

Expand Down

0 comments on commit 599e307

Please sign in to comment.