Closed yihuang closed 1 week ago
[!CAUTION]
Review failed
The pull request is closed.
The CHANGELOG.md
file has been updated to document the release of version v1.4.0-rc4
, dated November 14, 2024. This update includes bug fixes, such as a command for addressing corrupted data and a fix for insufficient balance trace details. Improvements feature enhancements to the versiondb
, including a new string parameter for NewKVStore
, a Timestamp API for iterators, and an asynchronous pruning option for iavl
. The changelog also includes records of previous versions, maintaining a structured documentation of changes across releases.
File | Change Summary |
---|---|
CHANGELOG.md | Updated to reflect release of version v1.4.0-rc4 with bug fixes and improvements. Includes details of previous version v1.4.0-rc3 . |
CHANGELOG.md
for version v1.4.0-rc3
, documenting changes leading to v1.4.0-rc4
.CHANGELOG.md
with improvements and bug fixes related to versiondb
.🐇 In the changelog, we hop with glee,
Versionv1.4.0-rc4
, as bright as can be!
Bug fixes and features, all in a row,
Documenting changes, watch our progress grow!
With each little tweak, our project takes flight,
A rabbit's delight, everything feels right! 🌟
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?
RELEASE NOTES
v1.4.0-rc4 is not non-consensus-breaking upgrade against rc3, it enables async-pruning feature in iavl v1 to fix the node hanging issue we faced when upgrade testnet, also includes a versiondb tool to fix a data corruption issue.
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)
Summary by CodeRabbit
Bug Fixes
Improvements
versiondb
with a new key-value store accepting string names.Documentation
CHANGELOG.md
to reflect changes in versionv1.4.0-rc4
and previous releases.