-
Notifications
You must be signed in to change notification settings - Fork 586
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
Add section about wiring up fee middleware and executing gov proposal #5504
Add section about wiring up fee middleware and executing gov proposal #5504
Conversation
…xisting-transfer-channel
…xisting-transfer-channel
…xisting-transfer-channel
…xisting-transfer-channel
…xisting-transfer-channel
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.
Awesome, left some minor wording suggestions. LGTM
|
||
### Submit a governance proposal to execute a MsgChanUpgradeInit message | ||
|
||
Only an authority is able to initiate a channel upgrade by submitting a `MsgChanUpgradeInit` message. |
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.
Only an authority is able to initiate a channel upgrade by submitting a `MsgChanUpgradeInit` message. | |
Only the configured authority for the ibc module is able to initiate a channel upgrade by submitting a `MsgChannelUpgradeInit` message. |
ibcRouter.AddRoute(ibctransfertypes.ModuleName, transferStack) | ||
``` | ||
|
||
### Submit a governance proposal to execute a MsgChanUpgradeInit message |
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.
### Submit a governance proposal to execute a MsgChanUpgradeInit message | |
### Submit a governance proposal to execute a MsgChannelUpgradeInit message |
@@ -164,3 +164,94 @@ IBC application callbacks should be primarily used to validate data fields and d | |||
> IBC applications should not attempt to process any packet data under the new conditions until after `OnChanUpgradeOpen` | |||
> has been executed, as up until this point it is still possible for the upgrade handshake to fail and for the channel | |||
> to remain in the pre-upgraded state. | |||
|
|||
## Upgrade existing transfer stack to be fee enabled |
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.
## Upgrade existing transfer stack to be fee enabled | |
## Upgrade an existing transfer application stack to use 29-fee middleware |
"fields": { | ||
"ordering": "ORDER_UNORDERED", | ||
"connection_hops": ["connection-0"], | ||
"version": "{\"fee_version\":\"ics29-1\",\"app_version\":\"ics20-1\"}" |
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.
Should we add a note saying that changing the version
is the important part?
Description
closes: #5273
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.