-
Notifications
You must be signed in to change notification settings - Fork 404
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
SDK upgrade to v0.50 (branch) #1611
Conversation
dcc0b0c
to
e5f2096
Compare
e5f2096
to
017b82e
Compare
Codecov Report
@@ Coverage Diff @@
## main #1611 +/- ##
==========================================
- Coverage 56.73% 56.01% -0.73%
==========================================
Files 64 64
Lines 8945 8996 +51
==========================================
- Hits 5075 5039 -36
- Misses 3479 3515 +36
- Partials 391 442 +51
|
x/wasm/keeper/genesis_test.go
Outdated
abci "github.com/cometbft/cometbft/abci/types" | ||
"github.com/cometbft/cometbft/libs/log" | ||
tmproto "github.com/cometbft/cometbft/proto/tendermint/types" |
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.
tmproto "github.com/cometbft/cometbft/proto/tendermint/types" | |
cmtproto "github.com/cometbft/cometbft/proto/tendermint/types" |
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.
Really good job! 🥇 I added few comments.
Also I checked and there are still dependencies for gov v1beta1 in many files (mostly test files). Can we remove them? Probably good to have it in another pr, so we can backport it to 43 release.
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 💯
This commit is based on CosmWasm#1611
Big thanks to notional for their help upgrading here and on ibc-go. Also to the ibc-go team for the quick help 💐
This is still an early version which is not fully up to date with our main.
Next step is the upgrade to ibc-go v8 for proper sdk 50 support
Notable changes: