chore(store/v2): bump iavl #19699
Conversation
WalkthroughWalkthroughThis update involves upgrading the 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.
Review Status
Actionable comments generated: 0
Configuration used: .coderabbit.yml
Files selected for processing (2)
- store/go.mod (1 hunks)
- store/go.sum (1 hunks)
Additional comments: 2
store/go.mod (1)
- 13-13: The update of the
github.com/cosmos/iavldependency fromv1.0.0-beta.1.0.20240125174944-11ba4961dae9tov1.1.0is noted. This change is generally positive, as it moves from a beta version to a stable release, which could include bug fixes and performance improvements. However, it's crucial to ensure compatibility with the Cosmos SDK store v2 module and to conduct thorough testing to verify that no breaking changes or incompatibilities have been introduced.store/go.sum (1)
- 51-52: The update of the
github.com/cosmos/iavldependency fromv1.0.0-beta.1.0.20240125174944-11ba4961dae9tov1.1.0is correctly reflected in thego.sumfile, with the appropriate checksums added for the new version. This change aligns with the PR objectives to update the IAVL dependency used in the store v2 module.
Description
bump store v2 to iavl v1.1.0
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!in the type prefix if API or client breaking changeCHANGELOG.mdReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
Summary by CodeRabbit
github.com/cosmos/iavllibrary to versionv1.1.0for improved stability and performance.