-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bump IBC version to v3 & add ICA module #402
Conversation
Approved on condition that the conflicts are resolved |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #402 +/- ##
==========================================
- Coverage 41.26% 41.24% -0.03%
==========================================
Files 123 123
Lines 11256 11318 +62
==========================================
+ Hits 4645 4668 +23
- Misses 6157 6196 +39
Partials 454 454
|
looking into the simulations failure atm |
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.
Need to add a controller submodule for account registration and message sending?
@@ -208,6 +214,7 @@ type ShentuApp struct { | |||
AuthKeeper authkeeper.Keeper | |||
EvidenceKeeper evidencekeeper.Keeper | |||
IBCKeeper *ibckeeper.Keeper | |||
ICAHostKeeper icahostkeeper.Keeper |
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.
ICAControllerKeeper icacontrollerkeeper.Keeper
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.
no I think that's for the controller chain
I will add this. |
Isn't that changelog for v3.1.0? we're upgrading to v3.0.0 |
The go.mod shows 3.1.0 |
ModuleBasics in the simapp of cosmosSDK does not contain ica, so use ibc-go instead
Modification from 'github.com/cosmos/cosmos-sdk/simapp' to 'github.com/cosmos/ibc-go/v3/testing/simapp':
|
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
nice catch! didn't realize they implemented simapp for IBC stuff |
LGTM |
Closes: #XXX
Related: #XXX
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)