openethereum/ethcore/sync/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
..
chain [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
light_sync [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
res Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
tests Keep all enacted blocks notify in order (#8524) 2018-06-18 15:55:08 +01:00
api.rs Keep all enacted blocks notify in order (#8524) 2018-06-18 15:55:08 +01:00
block_sync.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
blocks.rs [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
lib.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
private_tx.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
snapshot.rs [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
sync_io.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00
transactions_stats.rs ethcore-sync (#8347) 2018-04-10 12:13:49 +02:00