This repository was archived by the owner on Jul 14, 2026. It is now read-only.
feat: cosmos sdk 53#1008
Merged
Merged
Conversation
NeverHappened
force-pushed
the
feat/cosmos-sdk-53
branch
from
December 3, 2025 10:46
a2a8181 to
7dcd65a
Compare
Contributor
Author
|
Test run (without slinky tests): https://github.com/neutron-org/neutron-tests/actions/runs/19889313518 |
NeverHappened
force-pushed
the
feat/cosmos-sdk-53
branch
from
December 3, 2025 20:56
307c05e to
88437c2
Compare
swelf19
reviewed
Dec 8, 2025
| 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 |
Contributor
There was a problem hiding this comment.
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
Contributor
Author
swelf19
previously approved these changes
Jan 22, 2026
pr0n00gler
approved these changes
Feb 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bumped cosmos-sdk to 0.53 and ibc-go to v10
main changes in this PR:
PR’s