tendermint / tm-db

Common database interface for various database backends for Tendermint Core and Cosmos SDK
Apache License 2.0
89 stars 136 forks source link

gorocksdb -> grocksdb & rocksdb v7.0.3 #229

Closed faddat closed 2 years ago

faddat commented 2 years ago

This PR changes the wrapper that we use for rocksdb to one that keeps up to date with facebook/rocksdb, so that we can support rocksdb v7 and test that.

I don't know exactly where to put this, but we are also working on pebbledb internally.

This will fail CI until merged, when the Docker image can be updated.

faddat commented 2 years ago

Closing to clean up.