-
Notifications
You must be signed in to change notification settings - Fork 586
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!: remove duplicate non-hexlified event attributes. #6023
chore!: remove duplicate non-hexlified event attributes. #6023
Conversation
WalkthroughThe code changes involve transitioning from deprecated attributes related to packet data handling to their hex-encoded versions. This transition ensures that event attributes are valid UTF-8 strings, aligning with newer technologies like CometBFT. Changes
Assessment against linked issues
Possibly related issues
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 (
|
Reminder: changelog entry. |
c2dfe6b
to
a707ced
Compare
nice one, thank you! |
interchaintest appears to be using these. |
gtg pending merge of strangelove-ventures/interchaintest#1077 |
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.
Looks good to me. Thanks for opening the PR to interchaintest.
Once we merge this to main, should we trigger a run of the main
compatibility tests just to check nothing breaks?
And we should add an entry in the migration docs for this (fine if you add the link to the PR for now and we can write the details later on).
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: 2
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.
Nice one!
Do we wanna changelog this? |
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 (2)
CHANGELOG.md (2)
Line range hint
167-167
: Consider using descriptive text for URLs to improve readability and accessibility.
Line range hint
182-182
: Remove trailing spaces to maintain clean and professional formatting in the document.- * (core/04-channel) [\#220](https://github.com/cosmos/ibc-go/pull/220) Channel legacy handler functions were removed. Please use the MsgServer functions or directly call the channel keeper's handshake function. + * (core/04-channel) [\#220](https://github.com/cosmos/ibc-go/pull/220) Channel legacy handler functions were removed. Please use the MsgServer functions or directly call the channel keeper's handshake function.
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 (4)
docs/docs/05-migrations/13-v8-to-v9.md (4)
Line range hint
8-8
: Multiple top-level headings detected.Consider using only one top-level heading to improve document structure and readability.
Line range hint
29-30
: Add a space between sentences.Consider adding a space after periods to improve readability in the document.
Line range hint
34-35
: Trailing spaces detected.Please remove trailing spaces to maintain clean and professional documentation.
Line range hint
78-78
: Hard tabs detected in the document.Replace hard tabs with spaces to maintain consistency in indentation across the document.
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.
ACK
Note: this can be backported as a patch release if desired
Quality Gate passed for 'ibc-go'Issues Measures |
Description
closes: #5990
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.Summary by CodeRabbit