Closed yihuang closed 1 week ago
The pull request includes updates to the CHANGELOG.md
and go.mod
files. The CHANGELOG.md
now documents new bug fixes and improvements, including features in versiondb
such as accepting a string as a store name and a new API for timestamps. The go.mod
file has been updated for dependency management, including version changes and replacements of several packages, particularly those related to the Cosmos SDK and Ethereum.
File | Change Summary |
---|---|
CHANGELOG.md | Updated with new entries under "Bug Fixes" and "Improvements". Added specific bug fixes and new features for versiondb . |
go.mod | Updated Go module version to go 1.23.1 . Added, updated, or replaced several dependencies, including github.com/cosmos/cosmos-sdk . |
versiondb
module's Go module dependencies, relevant to the updates in the main PR.versiondb
and IAVL functionalities.๐ฐ In the code where changes bloom,
New features sprout, dispelling gloom.
Dependencies dance, updated with care,
In the changelog, our progress we share.
Hops of joy for fixes and more,
A brighter future we all explore! ๐
[!WARNING] There were issues while running some tools. Please review the errors and either fix the toolโs configuration or disable the tool if itโs a critical failure.
๐ง golangci-lint
level=warning msg="The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar."
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 31.19%. Comparing base (
f1ee213
) to head (ab8573c
). Report is 1 commits behind head on main.
Solution:
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
NewKVStore
now accepts a string as the store name in versiondb.Documentation