Skip to content

chore(x/upgrade): import cosmos-sdk v0.500.0 - #102

Merged
tbruyelle merged 3 commits into
mainfrom
chore/x-upgrade-v0.500.0
Jun 22, 2026
Merged

chore(x/upgrade): import cosmos-sdk v0.500.0#102
tbruyelle merged 3 commits into
mainfrom
chore/x-upgrade-v0.500.0

Conversation

@tbruyelle

Copy link
Copy Markdown
Collaborator

Bumps the x/upgrade extracted module to require github.com/cosmos/cosmos-sdk v0.500.0 (was v0.50.14).

Go ignores a dependency's own replace directives, so without this the published cosmossdk.io/x/upgrade module would resolve upstream cosmos-sdk v0.50.14 instead of the AtomOne v0.500.0 fork. This was missed in #101.

Verified locally: go mod verify, go build ./..., and go test ./... pass against the SDK.

After merge, the module will be retagged as x/upgrade/v0.1.5-atomone.3.

Part of #90.

Bump the x/upgrade extracted module to require cosmos-sdk v0.500.0 (was v0.50.14).

Go ignores a dependency's own replace directives, so without this the published cosmossdk.io/x/upgrade module would resolve upstream cosmos-sdk v0.50.14 instead of the AtomOne v0.500.0 fork. Missed in #101.

Part of #90.
tbruyelle and others added 2 commits June 22, 2026 16:42
Bumping x/upgrade to require cosmos-sdk v0.500.0 propagates through the local replace graph (MVS) to simapp and tests, which still pinned v0.50.14. CI builds with -mod=readonly then fail demanding 'go mod tidy'. Re-tidy both dependent modules.
@tbruyelle
tbruyelle merged commit 6353274 into main Jun 22, 2026
33 of 34 checks passed
@tbruyelle
tbruyelle deleted the chore/x-upgrade-v0.500.0 branch June 22, 2026 15:16
@tbruyelle tbruyelle mentioned this pull request Jun 22, 2026
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants