-
Notifications
You must be signed in to change notification settings - Fork 139
feat: cosmos sdk 53 #1008
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
base: main
Are you sure you want to change the base?
feat: cosmos sdk 53 #1008
Conversation
a2a8181 to
7dcd65a
Compare
|
Test run (without slinky tests): https://github.com/neutron-org/neutron-tests/actions/runs/19889313518 |
307c05e to
88437c2
Compare
| wasmtypes.VMConfig{}, | ||
| // NOTE: cosmwasm_1_2 feature enables GovMsg::VoteWeighted, which doesn't work with Neutron, because it uses its own custom governance, | ||
| // however, cosmwasm_1_2 also enables WasmMsg::Instantiate2, which works as one could expect | ||
| // however, cosmwasm_1_2 also enables WasmMsg::Instantiate2, which works as one could expect |
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.
It looks like there is a new capability cosmwasm_3_0, and we need to enable it to build contracts with cosmwasm-3.0.
CosmWasm/wasmvm#687
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.
Done
bumped cosmos-sdk to 0.53 and ibc-go to v10
main changes in this PR:
PR’s