Closed yihuang closed 2 weeks ago
The pull request includes updates to several files, primarily focusing on dependency version changes, enhancements, and bug fixes. The CHANGELOG.md
has been revised to document these changes, including a new feature for payee registration in the relayer precompile. The flake.nix
file has updated the gomod2nix
input URL. The go.mod
file reflects multiple dependency version updates, while gomod2nix.toml
introduces a new schema version and a vendorModulesTxt
section. Additionally, the nix/rocksdb.nix
file updates the RocksDB version and addresses compatibility with newer compilers.
File | Change Summary |
---|---|
CHANGELOG.md | Updated to reflect changes including bug fixes, new features, and improvements. Notable updates include iavl dependency pruning fix and new feature for payee registration in the relayer precompile. |
flake.nix | Updated gomod2nix input URL from github:nix-community/gomod2nix to github:obreitwi/gomod2nix/fix/go_mod_vendor . |
go.mod | Updated Go version from 1.22.7 to 1.23.1 and modified multiple dependencies to newer versions including grocksdb , protobuf , and cometbft-db . |
gomod2nix.toml | Schema version updated from 3 to 4; added vendorModulesTxt section; updated versions of several Go modules, including cometbft , badger , and protobuf ; replaced github.com/cosmos/cosmos-sdk with github.com/crypto-org-chain/cosmos-sdk . |
nix/rocksdb.nix | Updated RocksDB version from 9.2.1 to 9.7.4 and corresponding SHA256 hash; added sed commands for GCC 13 compatibility; enhanced platform-specific commands for macOS and Linux. |
nix/sources.json | Updated gomod2nix entry: changed branch , owner , rev , sha256 , and url to reflect new repository details. |
cometbft
library to version 0.38.14
, related to the current PR's updates.rocksdb
to version 9.2.1
, relevant as the current PR updates it to 9.7.4
.cometbft
to version 0.38.13
, closely related to the current PR's update to 0.38.14
.๐ฐ In the meadow, changes bloom,
With versions fresh, they chase the gloom.
Fromgo.mod
torocksdb
,
Each update hops with glee!
New features sprout, dependencies align,
In our code garden, all will shine! ๐ผ
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 35.27%. Comparing base (
742d12f
) to head (5f8dc2a
). Report is 2 commits behind head on main.
๐ฎ๐ป๐ฎ๐ป๐ฎ๐ป !!!! 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
Release Notes
New Features
Improvements
Bug Fixes
Documentation