openethereum/ethcore/src
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
..
account_provider
blockchain Remove RefCell from Header (#8227) 2018-04-03 17:01:28 +09:00
blooms
client Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
engines Use associated type M::Error instead of Error (#8308) 2018-04-05 11:31:58 +02:00
ethereum Implement Easthub chain spec (#8295) 2018-04-04 23:00:21 +09:00
json_tests
miner Remove RefCell from Header (#8227) 2018-04-03 17:01:28 +09:00
snapshot Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
spec
state remove the clone operation of code_cache (#8334) 2018-04-09 11:35:54 +02:00
tests Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
trace
verification Remove InvalidParentHash in favor of assert! (#8300) 2018-04-05 11:03:25 +02:00
views
account_db.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
block.rs Decouple timestamp open-block-assignment/verification to Engine (#8305) 2018-04-05 10:11:21 +02:00
builtin.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
cache_manager.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
db.rs
encoded.rs
error.rs Remove InvalidParentHash in favor of assert! (#8300) 2018-04-05 11:03:25 +02:00
executed.rs
executive.rs remove evmjit (#8229) 2018-04-04 18:07:49 +09:00
externalities.rs
factory.rs
header.rs Decouple timestamp open-block-assignment/verification to Engine (#8305) 2018-04-05 10:11:21 +02:00
lib.rs Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
machine.rs Validate if gas limit is not zero (#8307) 2018-04-05 00:14:59 +09:00
pod_account.rs
pod_state.rs
state_db.rs
tx_filter.rs