openethereum/ethcore/private-tx/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
..
encryptor.rs docs: Update Readme with TOC, Contributor Guideline. Update Cargo package descriptions (#10652) 2019-06-25 08:15:13 +02:00
error.rs Move more types out of ethcore (#10880) 2019-07-18 12:27:08 +02:00
key_server_keys.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
lib.rs Extract Machine from ethcore (#10949) 2019-08-13 12:33:34 +02:00
log.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
messages.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
private_transactions.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00