-
Notifications
You must be signed in to change notification settings - Fork 609
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: update gogoproto to v1.4.11 and golang.org/x/exp to latest, sdk bump #8253
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. |
TODO: If we decide to merge this, cosmos SDK PR should be merged first and dependency retagged from branch |
OK deps updated to point to SDK main. Tested this for a while on v24 against state breaks |
WalkthroughThe recent updates optimize and modernize the codebase. Caching was introduced to the Changes
Recent Review DetailsConfiguration used: CodeRabbit UI Files ignored due to path filters (10)
Files selected for processing (1)
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.
Actionable comments posted: 0
Out of diff range and nitpick comments (9)
CHANGELOG.md (9)
Line range hint
1026-1026
: Correct heading level increment.- #### State Breaking + ### State Breaking
Line range hint
1038-1038
: Correct heading level increment.- #### API + ### API
Line range hint
1047-1047
: Correct heading level increment.- #### Features + ### Features
Line range hint
1052-1052
: Correct heading level increment.- #### Bug Fixes + ### Bug Fixes
Line range hint
1104-1104
: Correct heading level increment.- #### API breaks + ### API breaks
Line range hint
365-365
: Remove trailing punctuation in heading.- ### Misc Improvements & Bug Fixes: + ### Misc Improvements & Bug Fixes
Line range hint
628-628
: Format the bare URL properly.- * Ref: https://keepachangelog.com/en/1.0.0/ + * [Ref](https://keepachangelog.com/en/1.0.0/)
Line range hint
686-686
: Format the bare URL properly.- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), + The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Line range hint
1267-1267
: Avoid empty links.- * [#3014] + * [#3014](https://github.com/osmosis-labs/osmosis/issues/3014)
…k bump (backport #8253) (#8273) Co-authored-by: Roman <[email protected]>
Closes: #XXX
What is the purpose of the change
I'm looking to try out new traces:
https://go.dev/blog/execution-traces-2024
That requires a newer version of
exp
packageWe force replace it here due to an API break in gogoproto.
The new gogoproto tag already contains the fix. As a result, I propose bumping it.
Testing and Verifying
I will run a node with this change to ensure no state-breaks
Documentation and Release Note
Unreleased
section ofCHANGELOG.md
?Where is the change documented?
x/{module}/README.md
)