openethereum/ethcore/src/json_tests
David 73f4564b66
Extract Machine from ethcore (#10949)
* Add client-traits crate
Move the BlockInfo trait to new crate

* New crate `machine`
Contains code extracted from ethcore that defines `Machine`, `Externalities` and other execution related code.

* Use new machine and client-traits crates in ethcore

* Use new crates machine and client-traits instead of ethcore where appropriate

* Fix tests

* Don't re-export so many types from ethcore::client

* Fixing more fallout from removing re-export

* fix test

* More fallout from not re-exporting types

* Add some docs

* cleanup

* import the macro edition style

* Tweak docs

* Add missing import

* remove unused ethabi_derive imports

* Use latest ethabi-contract
2019-08-13 12:33:34 +02:00
..
chain.rs refactor: Refactor evmbin CLI (#10742) 2019-08-07 16:51:08 +02:00
difficulty.rs unify loading spec && further spec cleanups (#10948) 2019-08-07 16:52:48 +02:00
executive.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
mod.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
skip.rs ethash: implement Progpow (#9762) 2019-02-20 10:05:11 +01:00
state.rs refactor: Refactor evmbin CLI (#10742) 2019-08-07 16:51:08 +02:00
test_common.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
transaction.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
trie.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00