-
Notifications
You must be signed in to change notification settings - Fork 601
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: bump comet #7726
chore: bump comet #7726
Conversation
Important Notice This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be Please follow the instructions below:
Please let us know if you need any help. |
Important Auto Review SkippedReview was skipped due to path filters Files ignored due to path filters (1)
WalkthroughIn the recent update, versions Changes
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 (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files ignored due to path filters (10)
go.mod
is excluded by:!**/*.mod
go.sum
is excluded by:!**/*.sum
osmomath/go.mod
is excluded by:!**/*.mod
osmomath/go.sum
is excluded by:!**/*.sum
osmoutils/go.mod
is excluded by:!**/*.mod
osmoutils/go.sum
is excluded by:!**/*.sum
x/epochs/go.mod
is excluded by:!**/*.mod
x/epochs/go.sum
is excluded by:!**/*.sum
x/ibc-hooks/go.mod
is excluded by:!**/*.mod
x/ibc-hooks/go.sum
is excluded by:!**/*.sum
Files selected for processing (1)
- CHANGELOG.md (1 hunks)
Additional comments: 2
CHANGELOG.md (2)
- 68-68: The documentation for the addition of the feature to unblock WW Pools is clear and follows the established format. It's properly linked to the corresponding pull request for traceability.
- 69-69: The documentation for the update to comet for enhanced P2P logic is clear and follows the established format. It's properly linked to the corresponding pull request for traceability.
* bump comet * run go mod script after bumping comet * changelog * tidy (cherry picked from commit ed2fbb3) # Conflicts: # go.mod # go.sum # osmomath/go.mod # osmomath/go.sum # osmoutils/go.mod # osmoutils/go.sum # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum
* bump comet * run go mod script after bumping comet * changelog * tidy (cherry picked from commit ed2fbb3) # Conflicts: # go.mod # go.sum # osmomath/go.mod # osmomath/go.sum # osmoutils/go.mod # osmoutils/go.sum # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum
* chore: bump comet (#7726) * bump comet * run go mod script after bumping comet * changelog * tidy (cherry picked from commit ed2fbb3) # Conflicts: # go.mod # go.sum # osmomath/go.mod # osmomath/go.sum # osmoutils/go.mod # osmoutils/go.sum # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum * conflicts * tidy --------- Co-authored-by: Adam Tucker <[email protected]> Co-authored-by: Adam Tucker <[email protected]>
* chore: bump comet (#7726) * bump comet * run go mod script after bumping comet * changelog * tidy (cherry picked from commit ed2fbb3) # Conflicts: # go.mod # go.sum # osmomath/go.mod # osmomath/go.sum # osmoutils/go.mod # osmoutils/go.sum # x/epochs/go.mod # x/epochs/go.sum # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum * update go mods * osmomath * script --------- Co-authored-by: Adam Tucker <[email protected]> Co-authored-by: Adam Tucker <[email protected]>
Closes: #XXX
What is the purpose of the change
NOTE: When backporting, we should use the v23 tagged comet instead of the hash like we did here. I am pushing the state breaking changes now so we can be aware if something is off prior to having many pending changes so it is easier to debug if something is wrong.
The primary reason for this is to push the comet p2p changes.
Summary by CodeRabbit