Closed mmsqe closed 2 months ago
The pull request introduces several updates across multiple files, primarily focusing on enhancing support for PebbleDB. Key changes include modifications to the Makefile
to include pebbledb
in the build tags, updates to dependency versions in go.mod
and gomod2nix.toml
, and adjustments to configuration files to set pebbledb
as the database backend. The changelog has also been updated to document these changes, emphasizing the integration of PebbleDB support.
File | Change Summary |
---|---|
CHANGELOG.md | Updated to include a new entry for PebbleDB support and related changes to block-stm and Ethermint. |
Makefile | Modified build_tags to include pebbledb , changing from netgo objstore to netgo objstore pebbledb . |
default.nix | Updated tags list for cronosd package, replacing "grocksdb_no_link" with "pebbledb" . |
go.mod | Updated various dependencies, including github.com/cockroachdb/pebble to v1.1.2 and added indirect dependencies. |
gomod2nix.toml | Updated module versions and hashes, including github.com/cockroachdb/pebble to v1.1.2 and added new modules. |
integration_tests/configs/default.jsonnet | Added new configuration entries for db_backend and app-db-backend , both set to pebbledb . |
In the garden where bunnies hop,
PebbleDB joins the build, oh what a stop!
With tags that grow and configs anew,
Our code's a dance, fresh as the dew.
Hops of joy, let the changes ring,
For every line, a new song to sing! ๐โจ
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 36.12%. Comparing base (
c0f7560
) to head (bd0f2b1
). Report is 1 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
New Features
Dependency Updates
github.com/cockroachdb/pebble
to versionv1.1.2
andgithub.com/dgraph-io/badger
to versionv4.2.0
.Build Configuration
pebbledb
.