We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug At the moment, versionDB migration procedure does not support pebbleDB
~ $ evmosd changeset dump "/home/evmos/.evmosd/data_rocks" --home "/home/evmos/.evmosd/" --log_level "debug" Error: unknown db_backend pebbledb, expected one of goleveldb,memdb,rocksdb
Would be great to add support for this DB
To Reproduce Steps to reproduce the behavior:
go mod edit -replace github.com/cometbft/cometbft-db=github.com/notional-labs/cometbft-db@pebble go mod tidy COSMOS_BUILD_OPTIONS=pebbledb make build
The text was updated successfully, but these errors were encountered:
I think the dump cmd use the cometbft-db db opener as usual, maybe sth wrong with the cometbft-db replacement?
cometbft-db
Sorry, something went wrong.
will look into this, thanks!
Closing because this issue is not related to versionDB, but related to the cometbft-db dependency
No branches or pull requests
Describe the bug
At the moment, versionDB migration procedure does not support pebbleDB
Would be great to add support for this DB
To Reproduce
Steps to reproduce the behavior:
Usually this requires to replace the cometbft-db module
The text was updated successfully, but these errors were encountered: