chore: prepare next release#101
Merged
Merged
Conversation
Relates to #90
giunatale
approved these changes
Jun 22, 2026
giunatale
left a comment
Collaborator
There was a problem hiding this comment.
minor nitpick but otherwise all good
| Fork of Cosmos SDK **v0.50.x** for **AtomOne**. | ||
|
|
||
| Compared to the original Cosmos SDK, this fork includes the following changes: | ||
| ## Differences from the upstream Cosmos SDK |
Collaborator
There was a problem hiding this comment.
We shouldn't refer to the Cosmos SDK as "upstream"
Suggested change
| ## Differences from the upstream Cosmos SDK | |
| ## Differences from the Cosmos SDK |
Collaborator
Author
There was a problem hiding this comment.
see 75b2d02 for the fixes as there were other "upstream" usage to fix.
julienrbrt
approved these changes
Jun 22, 2026
It was authored by crypto.com (Cronos) (cosmos#1353), not AtomOne, so move it from the AtomOne-specific changes to the backported group.
tbruyelle
added a commit
that referenced
this pull request
Jun 22, 2026
* chore(x/upgrade): import cosmos-sdk v0.500.0 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. * chore: go mod tidy simapp and tests for cosmos-sdk v0.500.0 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.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Relates to #90