openethereum/ethcore
Marek Kotewicz 458afcd230 new blooms database (#8712)
* new blooms database

* fixed conflict in Cargo.lock

* removed bloomchain

* cleanup in progress

* all tests passing in trace db with new blooms-db

* added trace_blooms to BlockChainDB interface, fixed db flushing

* BlockChainDB no longer exposes RwLock in the interface

* automatically flush blooms-db after every insert

* blooms-db uses io::BufReader to read files, wrap blooms-db into Mutex, cause fs::File is just a shared file handle

* fix json_tests

* blooms-db can filter multiple possibilities at the same time

* removed enum trace/db.rs CacheId

* lint fixes

* fixed tests

* kvdb-rocksdb uses fs-swap crate

* update Cargo.lock

* use fs::rename

* fixed failing test on linux

* fix tests

* use fs_swap

* fixed failing test on linux

* cleanup after swap

* fix tests

* fixed osx permissions

* simplify parity database opening functions

* added migration to blooms-db

* address @niklasad1 grumbles

* fix license and authors field of blooms-db Cargo.toml

* restore blooms-db after snapshot
2018-06-20 15:13:07 +02:00
..
benches Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
crypto Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
evm Have space between feature cfg flag (#8791) 2018-06-05 11:28:35 +02:00
light new blooms database (#8712) 2018-06-20 15:13:07 +02:00
node_filter new blooms database (#8712) 2018-06-20 15:13:07 +02:00
private-tx Conditionally compile ethcore public test helpers (#8743) 2018-06-04 15:58:44 +02:00
res Update ropsten.json (#8926) 2018-06-20 08:49:26 +02:00
service new blooms database (#8712) 2018-06-20 15:13:07 +02:00
src new blooms database (#8712) 2018-06-20 15:13:07 +02:00
stratum Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
sync new blooms database (#8712) 2018-06-20 15:13:07 +02:00
transaction Disallow unsigned transactions in case EIP-86 is disabled (#8802) 2018-06-05 19:49:11 +02:00
types added from and to to Receipt (#8756) 2018-06-07 16:47:41 +02:00
vm Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
wasm Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
Cargo.toml new blooms database (#8712) 2018-06-20 15:13:07 +02:00