openethereum/ethcore/src/snapshot
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
..
consensus [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
tests [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
account.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
block.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
error.rs Detect too large packets in snapshot sync. (#7977) 2018-02-22 14:52:29 +01:00
io.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
mod.rs [beta] Backports (#8624) 2018-05-15 07:41:30 +02:00
service.rs [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
traits.rs [beta] Backports (#8785) 2018-06-04 22:29:20 +02:00
watcher.rs Keep all enacted blocks notify in order (#8524) 2018-06-18 15:55:08 +01:00