openethereum/util/kvdb
Wei Tang c039ab79b5 Decouple rocksdb dependency from ethcore (#8320)
* Move client DB opening logic to CLI

* Move restoration db open logic to CLI

This adds KeyValueDBHandler which handles opening a new database, thus allow us to move the restoration db open logic
out of ethcore.

* Move rocksdb's compactionprofile conversion to CLI

* Move kvdb_rocksdb as test dependency for ethcore

* Fix tests due to interface change

* Fix service tests

* Remove unused migration dep for ethcore
2018-04-09 14:21:37 +02:00
..
src Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
Cargo.toml Avoid allocations when computing triehash. (#8176) 2018-03-22 09:24:46 +01:00