-
Notifications
You must be signed in to change notification settings - Fork 48
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
build(deps): bump ibc-go to v3.0.0 and wasmd to v0.27.0 #875
Conversation
updated cosmos-sdk-fork dep to v0.45.4
…s into leonardo/update-wasmd-dep-0.27.0 � Conflicts: � go.mod � go.sum
updated wasmd to v0.27.0
updated cosmos-fork dependency
…update-wasmd-dep-0.27.0 � Conflicts: � go.mod � go.sum
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #875 +/- ##
==========================================
+ Coverage 81.76% 81.77% +0.01%
==========================================
Files 110 110
Lines 9240 9248 +8
==========================================
+ Hits 7555 7563 +8
Misses 1363 1363
Partials 322 322
Continue to review full report at Codecov.
|
app/app.go
Outdated
@@ -536,7 +544,8 @@ func NewDesmosApp( | |||
) | |||
|
|||
// Add wasm module route to the ibc router, then set and seal it | |||
ibcRouter.AddRoute(wasm.ModuleName, wasm.NewIBCHandler(app.WasmKeeper, app.IBCKeeper.ChannelKeeper)) | |||
// TODO re-add this in a further PR to update wasmd |
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.
Shouldn't it be re-added since this PR also includes the wasmd updation?
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.
@dadamu Added back, thanks!
…update-wasmd-dep-0.27.0
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
Signed-off-by: Riccardo Montagnin <[email protected]>
@@ -35,7 +35,7 @@ func NewCoordinator(t *testing.T, n int) *Coordinator { | |||
chains := make(map[string]*TestChain) | |||
|
|||
for i := 0; i < n; i++ { | |||
chainID := GetChainID(i) | |||
chainID := GetChainID(i + 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.
Why plus 1 here?
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.
This is just to reflect the following change that has been made inside the standard Coordinator
implementation with ibc-go v3.0.0
:
(testing) cosmos/ibc-go#774 Added ChainID arg to SetupWithGenesisValSet on the testing app. Coordinator generated ChainIDs now starts at index 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.
Ready to go~
Description
Superseeds #874
Closes: #872
Closes: #873
Bumps wasmd to v0.27.0
Includes also the changes of #874 since the two are strictly dependent.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change