openethereum/ethcore/src/blockchain
Wei Tang 528497b86a 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-05-07 12:58:25 +02:00
..
best_block.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
block_info.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
blockchain.rs Fetching logs by hash in blockchain database (#8463) 2018-05-02 09:40:27 +02:00
cache.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
config.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
extras.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
generator.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
import_route.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
mod.rs removed dummy wrapper structure - LogGroupPosition (#7922) 2018-02-19 10:52:33 +01:00
update.rs Remove RefCell from Header (#8227) 2018-04-03 17:01:28 +09:00