openethereum/ethcore
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
..
benches Fixes bench and removes rustc_serialize dependency (#5988) 2017-10-11 17:39:12 +07:00
evm remove evmjit (#8229) 2018-04-04 18:07:49 +09:00
light Remove RefCell from Header (#8227) 2018-04-03 17:01:28 +09:00
migrations revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
node_filter Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
res Implement Easthub chain spec (#8295) 2018-04-04 23:00:21 +09:00
service Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
src Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
transaction Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
types Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
vm Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
wasm Tweaks and add a Dockerfile for Android (#8036) 2018-04-05 14:38:50 +02:00
Cargo.toml Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00