openethereum/ethcore/private-tx/src
Wei Tang 3ba4fe2b47 Keep all enacted blocks notify in order (#8524)
* Keep all enacted blocks notify in order

* Collect is unnecessary

* Update ChainNotify to use ChainRouteType

* Fix all ethcore fn defs

* Wrap the type within ChainRoute

* Fix private-tx and sync api

* Fix secret_store API

* Fix updater API

* Fix rpc api

* Fix informant api

* Eagerly cache enacted/retracted and remove contain_enacted/retracted

* Fix indent

* tests: should use full expr form for struct constructor

* Use into_enacted_retracted to further avoid copy

* typo: not a function

* rpc/tests: ChainRoute -> ChainRoute::new
2018-06-18 15:55:08 +01:00
..
encryptor.rs ethcrypto renamed to ethcore-crypto and moved to ethcore dir (#8340) 2018-04-10 13:56:56 +02:00
error.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
lib.rs Keep all enacted blocks notify in order (#8524) 2018-06-18 15:55:08 +01:00
messages.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
private_transactions.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00