openethereum/ethcore/sync/src/chain
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
..
handler.rs Move more types out of ethcore (#10880) 2019-07-18 12:27:08 +02:00
mod.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
propagator.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
requester.rs Run cargo fix on a few of the worst offenders (#10854) 2019-07-09 09:04:20 +01:00
supplier.rs Run cargo fix on a few of the worst offenders (#10854) 2019-07-09 09:04:20 +01:00
sync_packet.rs Remove annoying compiler warnings (#10679) 2019-05-21 16:12:49 +01:00