openethereum/ethcore/src/trace
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
..
block.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
bloom.rs Bumping clippy & fixing warnings (#1024) 2016-05-02 13:13:12 +02:00
config.rs propagate trace error to the top 2016-05-18 11:34:15 +02:00
db.rs Bloomchain (#1014) 2016-05-26 18:24:51 +02:00
error.rs Bumping clippy. Fixing warnings (#1139) 2016-05-25 17:03:58 +02:00
executive_tracer.rs Core tracedb functionality. (#996) 2016-04-30 16:41:24 +01:00
flat.rs Moving all Client public API types to separate mod & binary serialization codegen for that mod (#1051) 2016-05-16 18:33:32 +02:00
import.rs Core tracedb functionality. (#996) 2016-04-30 16:41:24 +01:00
mod.rs propagate trace error to the top 2016-05-18 11:34:15 +02:00
noop_tracer.rs Core tracedb functionality. (#996) 2016-04-30 16:41:24 +01:00