openethereum/miner/src
Tomasz Drwięga 54af59de02
Limit the number of transactions in pending set (#8777)
* Unordered iterator.

* Use unordered and limited set if full not required.

* Split timeout work into smaller timers.

* Avoid collecting all pending transactions when mining

* Remove println.

* Use priority ordering in eth-filter.

* Fix ethcore-miner tests and tx propagation.

* Review grumbles addressed.

* Add test for unordered not populating the cache.

* Fix ethcore tests.

* Fix light tests.

* Fix ethcore-sync tests.

* Fix RPC tests.
2018-07-12 10:59:23 +02:00
..
pool Limit the number of transactions in pending set (#8777) 2018-07-12 10:59:23 +02:00
external.rs use constant durations (#8278) 2018-04-02 10:47:56 +02:00
gas_pricer.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
lib.rs Limit the number of transactions in pending set (#8777) 2018-07-12 10:59:23 +02:00
work_notify.rs Use hyper 0.11 in ethcore-miner and improvements in parity-reactor (#8335) 2018-04-10 13:51:29 +02:00