openethereum/ethcore/src/blockchain
Marek Kotewicz 7370776af1 Bloomchain (#1014)
* use bloomchain crate in blockchain module. remove obsole chainfilter submodule

* update database version to 6.0

* removed redundant line

* simple db migration

* make migration slightly more functional

* bloomchain migration

* migration version is just a single unsigned integer

* updated migration v6

* parity migration

* db migration

* removed hardcoded migration dir

* replace ptr::copy with clone_from_slice, removed potential endianess problem from trace/db.rs

* removed superfluous line

* blockchains log blooms config is not exposed any more
2016-05-26 18:24:51 +02:00
..
generator Removing unneeded lifetime 2016-03-07 14:40:39 +01:00
best_block.rs common -> numbers (as most narrow) 2016-03-01 00:44:45 +03:00
block_info.rs finished for BlockLocation 2016-04-17 18:30:42 +03:00
blockchain.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
cache.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
config.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
extras.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
import_route.rs Fix spelling of "omitted" 2016-04-24 22:16:34 +01:00
mod.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
update.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00