openethereum/ethcore
Wei Tang 897a94641e Unify and limit rocksdb dependency places (#8371)
* secret_store: remove kvdb_rocksdb dependency

* cli: init db mod for open dispatch

* cli: move db, client_db, restoration_db, secretstore_db to a separate mod

* migration: rename to migration-rocksdb and remove ethcore-migrations

* ethcore: re-move kvdb-rocksdb dep to test

* mark test_helpers as test only and fix migration mod naming

* Move restoration_db_handler to test_helpers_internal

* Fix missing preambles in test_helpers_internal and rocksdb/helpers

* Move test crates downward

* Fix missing docs

* cli, db::open_db: move each argument to a separate line

* Use featuregate instead of dead code for `open_secretstore_db`

* Move pathbuf import to open_secretstore_db

Because it's only used there behind a feature gate
2018-04-13 21:14:53 +02:00
..
benches Fixes bench and removes rustc_serialize dependency (#5988) 2017-10-11 17:39:12 +07:00
crypto ethcrypto renamed to ethcore-crypto and moved to ethcore dir (#8340) 2018-04-10 13:56:56 +02:00
evm remove evmjit (#8229) 2018-04-04 18:07:49 +09:00
light New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
node_filter New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
private-tx New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
res Increase gasLimit to 8'000'000 (#8362) 2018-04-11 12:10:57 +02:00
service New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
src Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00
stratum ethcore-stratum crate moved to ethcore directory (#8338) 2018-04-10 10:13:42 +02:00
sync New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
transaction New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02: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 Unify and limit rocksdb dependency places (#8371) 2018-04-13 21:14:53 +02:00