openethereum/ethcore/light/src
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
..
client unify loading spec && further spec cleanups (#10948) 2019-08-07 16:52:48 +02:00
net Run cargo fix on a few of the worst offenders (#10854) 2019-07-09 09:04:20 +01:00
on_demand Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
types Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
cache.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
cht.rs Run cargo fix on a few of the worst offenders (#10854) 2019-07-09 09:04:20 +01:00
lib.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
provider.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
transaction_queue.rs Merge Notifier and TransactionsPoolNotifier (#10591) 2019-06-04 12:35:33 +01:00