-
Notifications
You must be signed in to change notification settings - Fork 392
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
Td/#1279/ica refactor #1370
Td/#1279/ica refactor #1370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Language review complete.
Co-authored-by: Charly <charly@interchain.berlin>
Co-authored-by: Xavier Leprêtre <xavierlepretre@users.noreply.github.com>
@coldice I think this one is good to merge. |
Documentation content update for IBC Concepts, Interchain Accounts v2 (!)
Closes: #1279
This PR updates the section on interchain accounts, post ibc-go v6 which contained a refactor of the ICA design
However, it is also aligned with a new direction for the 'Concepts' section of the developer portal which aims to be more high-level, with a lower maintenance burden. This results in less code snippets directly from the ibc-go implementation, but a high-level explanation of the concepts (IBC protocol) with references to the ibc-go docs, the 'Hands on exercise' and 'tutorials' sections of the portal
Notes for reviewers: Tried to focus on the protocol as much as possible, only moving into ibc-go implementation when talking about auth modules and ADR-008.
The changes in this Pull Request include (please tick all that apply):