-
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 to the latest version of ibc-go #7957
Conversation
WalkthroughThis update focuses on enhancing the application's inter-blockchain communication capabilities by upgrading to the latest version of 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 (
|
@@ -83,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
* [#7857](https://github.com/osmosis-labs/osmosis/pull/7857) SuperfluidDelegationsByValidatorDenom query now returns equivalent staked amount | |||
* [#7912](https://github.com/osmosis-labs/osmosis/pull/7912) Default timeoutCommit to 2s | |||
* [#7938](https://github.com/osmosis-labs/osmosis/pull/7938) Add missing swap events for missing swap event for cw pools. | |||
* [#7957](https://github.com/osmosis-labs/osmosis/pull/7957) Update to the latest version of ibc-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.
Ensure the changelog entry for the ibc-go
update includes specific details about the new features or improvements.
+* [#7957](https://github.com/osmosis-labs/osmosis/pull/7957) Update to the latest version of ibc-go, incorporating new features and improvements related to inter-blockchain communication.
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.
* [#7957](https://github.com/osmosis-labs/osmosis/pull/7957) Update to the latest version of ibc-go | |
* [#7957](https://github.com/osmosis-labs/osmosis/pull/7957) Update to the latest version of ibc-go, incorporating new features and improvements related to inter-blockchain communication. |
* chore: update to the latest version of ibc-go * chore: update CHANGELOG.md (cherry picked from commit f682cfa) # Conflicts: # go.mod
* chore: update to the latest version of ibc-go (#7957) * chore: update to the latest version of ibc-go * chore: update CHANGELOG.md (cherry picked from commit f682cfa) # Conflicts: # go.mod * chore: fix go.mod conflicts --------- Co-authored-by: PaddyMc <[email protected]>
* chore: update to the latest version of ibc-go * chore: update CHANGELOG.md (cherry picked from commit f682cfa) # Conflicts: # CHANGELOG.md # go.mod # go.sum
* chore: update to the latest version of ibc-go * chore: update CHANGELOG.md (cherry picked from commit f682cfa) # Conflicts: # CHANGELOG.md # go.mod # go.sum
What is the purpose of the change
Updating to the latest version of ibc-go
Summary by CodeRabbit
ibc-go
for enhanced inter-blockchain communication features and improvements.