openethereum/ethcore/trace/src
David 14e7641835 Move DatabaseExtras back to trace (#10868)
* Move DatabaseExtras back to trace
Add a new BlockChainWithExtras newtype to ethcore
Impl DatabaseExtras for BlockChainWithExtras

* Avoid double Arcs
Impl From for BlockChainWithExtras for convenient instantiation
Change TraceDB::new to take a T: DatabaseExtras (instead of an Arc)

* Use local type for BlockNumber and reduce dependencies

* Update ethcore/src/client/client.rs

Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

* Update ethcore/src/client/client.rs

Co-Authored-By: Tomasz Drwięga <tomusdrw@users.noreply.github.com>

* Revert "Update ethcore/src/client/client.rs"

This reverts commit cbf8a251d4acaff8b29e999aedcdaac473ddf300.

* Revert "Update ethcore/src/client/client.rs"

This reverts commit 2518873b3139e832fa57c11793624bf1bfe48d05.

* address grumbles

* Be explicit about using the BlockProvider provided block_hash()
2019-07-14 18:35:43 +02:00
..
types Move DatabaseExtras back to trace (#10868) 2019-07-14 18:35:43 +02:00
config.rs Move more code into state-account (#10840) 2019-07-08 18:17:48 +02:00
db.rs Move DatabaseExtras back to trace (#10868) 2019-07-14 18:35:43 +02:00
executive_tracer.rs Move more code into state-account (#10840) 2019-07-08 18:17:48 +02:00
import.rs Move DatabaseExtras back to trace (#10868) 2019-07-14 18:35:43 +02:00
lib.rs Move DatabaseExtras back to trace (#10868) 2019-07-14 18:35:43 +02:00
noop_tracer.rs Move more code into state-account (#10840) 2019-07-08 18:17:48 +02:00