-
Notifications
You must be signed in to change notification settings - Fork 128
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
Feat/v0.50.x cosmos sdk upgrade #500
Conversation
Important Auto Review SkippedMore than 25% of the files skipped due to max files limit. Skipping review to prevent low quality review. 208 files out of 299 files are above the max files limit of 75. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
0dababe
to
0eebafc
Compare
60d264e
to
1e4d01e
Compare
1e4d01e
to
354bf5c
Compare
f9d6c73
to
19ec098
Compare
19ec098
to
9a5c9fe
Compare
9a5c9fe
to
e4e0c8a
Compare
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.
That's huge! 💪 Thanks so much.
Let's go 🚀
Upgrade Cosmos SDK to
v0.50.1
.Upgrades
This comes with other worth noticing upgrades:
v0.50.0
v8
The functional changes are linked to the release notes mentioned above.
Migrations
This upgrade is breaking, but as we do not need to upgrade from previous versions I preferred not to implement migration logic. I also took the opportunity to clean and remove previous migrations.
Build
The Protobuf generation mechanism has been reworked to use the provided dev tool proto-builder
Tests
Starship end-to-end tests have been deactivated because the upgrade to Cosmos SDK v0.50.x has not been made at the moment.