-
Notifications
You must be signed in to change notification settings - Fork 172
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
chore!: v22 Namespace & Upgrade Handler #993
Conversation
dimiandre
commented
Apr 9, 2024
- v22 upgrade handler
- v22 namespace
- version bumps - including ibc-go
seems tests are broken because of thanks @faddat for pointing out |
Comet had a minor state breaking change (types). Can use |
thanks reece! seems to do the trick! |
Every time Juno is upgraded, best practices are:
The reason for this is that there are frequently security improvements, and performance improvements. I can't think of a time when it was a bad thing to use the latest dependencies. It is reasonable to use cosmos-sdk and ibc-go as a guide for what's freshest. @dimiandre tidying doesn't update things automatically. It takes its configuration from the contents of go.mod and prepares a new go.sum file from go.mod |
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.
This doesn't update some ecosystem libraries. I've done the updates, you'd just need to merge the PR below:
* update the juno update * tidy ict * remove toolchain line * bump go * bump cometbft-db * update pfm and ibc-hooks * tidy interchaintest * lock exp in interchaintest * bump cometbft-db * tidy * tidy ict