-
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
⬆️ chore: bump ibc-go
from v8.0.0
to v8.2.1
#664
Conversation
WalkthroughThe import statement for Changes
Poem
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 (
|
ibc-go
from v8.0.0
to v8.2.1
9513298
to
00f9e95
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.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files ignored due to path filters (10)
docs/command/axoned_query_ibc_channel.md
is excluded by!docs/command/**/*.md
docs/command/axoned_query_ibc_channel_params.md
is excluded by!docs/command/**/*.md
docs/command/axoned_query_ibc_channel_upgrade-error.md
is excluded by!docs/command/**/*.md
docs/command/axoned_query_ibc_channel_upgrade.md
is excluded by!docs/command/**/*.md
docs/command/axoned_tx_ibc_channel.md
is excluded by!docs/command/**/*.md
docs/command/axoned_tx_ibc_channel_prune-acknowledgements.md
is excluded by!docs/command/**/*.md
docs/command/axoned_tx_ibc_channel_upgrade-channels.md
is excluded by!docs/command/**/*.md
docs/command/axoned_tx_interchain-accounts_controller_register.md
is excluded by!docs/command/**/*.md
go.mod
is excluded by!**/*.mod
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- app/app.go (1 hunks)
Files skipped from review due to trivial changes (1)
- app/app.go
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.
Great! 👍
New issue to follow that correspond to issue encountered when starting chain with version |
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.
All good to me 👍
This PR updates the
ibc-go
dependency from version8.0.0
to8.2.1
.The main reason for this update is to address the vulnerability
ASA-2024-007: Potential Reentrancy using Timeout Callbacks in ibc-hooks
as detailed in the security advisory.Please note that we are not updating to the latest version
8.3.1
due to an issue that occurs when trying to launch the blockchain. More details about this issue can be found in the Dependabot PR results and the related CosmWasm PR.🔗 Related issue : #635
Summary by CodeRabbit