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: adding migration doc for ibc-go v6 #2417

Merged
merged 30 commits into from
Oct 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9fa567e
WIP ics27 v6 migration doc
damiannolan Sep 27, 2022
8935dc6
updating migration doc
damiannolan Sep 28, 2022
1be7d30
updating migration doc
damiannolan Sep 28, 2022
e4a0053
updating migration doc
damiannolan Sep 28, 2022
c847c7c
updating migration doc
damiannolan Sep 28, 2022
417fbe2
updating migration doc
damiannolan Sep 28, 2022
deea020
updating migration doc
damiannolan Sep 28, 2022
1edca61
updating migration doc
damiannolan Sep 28, 2022
b165eee
Merge branch 'main' into damian/2184-migration-docs-v6
damiannolan Sep 28, 2022
25af341
Merge branch 'main' into damian/2184-migration-docs-v6
damiannolan Sep 28, 2022
02815c7
readding migration doc after merge nuked my file -_-
damiannolan Sep 28, 2022
bd85430
updating migration doc with ics27 host params updates
damiannolan Sep 28, 2022
c05eb76
cleanup
damiannolan Sep 28, 2022
3e0e945
adding controller api deprecation to migration doc
damiannolan Sep 30, 2022
54bcdda
updating links
damiannolan Sep 30, 2022
719ba90
updating formatting
damiannolan Sep 30, 2022
2232a43
formatting
damiannolan Sep 30, 2022
9f66eb0
Merge branch 'main' into damian/2184-migration-docs-v6
damiannolan Sep 30, 2022
8666362
moving upgrade handler and migration details to chains section
damiannolan Sep 30, 2022
4d273a5
Merge branch 'damian/2184-migration-docs-v6' of github.com:cosmos/ibc…
damiannolan Sep 30, 2022
ca1bd41
Apply suggestions from code review
damiannolan Oct 4, 2022
f5c883f
mitigate copy pasta by breaking code snippet compilation
damiannolan Oct 4, 2022
fa56276
added note about legacy APIs for packet cbs and ADR 008 ref
damiannolan Oct 4, 2022
202148c
Merge branch 'damian/2184-migration-docs-v6' of github.com:cosmos/ibc…
damiannolan Oct 4, 2022
5fadba1
Merge branch 'main' into damian/2184-migration-docs-v6
damiannolan Oct 11, 2022
5350568
Apply suggestions from code review
damiannolan Oct 11, 2022
3acc779
removing backticks in all refs to ibc-go, controller and host
damiannolan Oct 11, 2022
cc13942
addressing indentation
damiannolan Oct 14, 2022
f8751c2
adding ics29 NewKeeper api breaking changes and removal of ics20 Sen…
damiannolan Oct 14, 2022
ef8f237
Merge branch 'main' into damian/2184-migration-docs-v6
damiannolan Oct 14, 2022
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
Prev Previous commit
Next Next commit
updating migration doc
  • Loading branch information
damiannolan committed Sep 28, 2022
commit 417fbe2c3aad93e6e5ef12fbcb6cf7dcbe134bac
7 changes: 4 additions & 3 deletions docs/migrations/v5-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This migration facilitates the addition of the ICS27 `controller` submodule `Msg
[comment]: <> (TODO: update ADR009 PR link when merged)
For more information please refer to [ADR 009](https://github.com/cosmos/ibc-go/pull/2218).

#### Upgrade Proposal
#### Upgrade proposal
damiannolan marked this conversation as resolved.
Show resolved Hide resolved

Please refer to [PR #2383](https://github.com/cosmos/ibc-go/pull/2383) for integrating the ICS27 channel capability migration logic or follow the steps outlined below:

Expand Down Expand Up @@ -88,9 +88,10 @@ app.UpgradeKeeper.SetUpgradeHandler(

---

### TODO Genesis types docs
#### API breaking changes

The ICS27 genesis types have been moved to their own package:
The ICS27 genesis types have been moved to their own package `modules/apps/27-interchain-acccounts/genesis/types`.
TODO: add more info

---

Expand Down