Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update v4 to v5 upgrade guide #2076

Merged
merged 3 commits into from
Jul 19, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
T
MSalopek marked this conversation as resolved.
Show resolved Hide resolved
he provider should be updated to `v5.1.0`.
MSalopek marked this conversation as resolved.
Show resolved Hide resolved

## Provider

Expand Down
Loading