openethereum/transaction-pool/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
..
tests Limit the number of transactions in pending set (#8777) 2018-07-12 10:59:23 +02:00
error.rs Beta: 1.11.6 backports (#9015) 2018-07-09 08:39:46 +02:00
lib.rs Beta: 1.11.6 backports (#9015) 2018-07-09 08:39:46 +02:00
listener.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
options.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
pool.rs Limit the number of transactions in pending set (#8777) 2018-07-12 10:59:23 +02:00
ready.rs Beta: 1.11.6 backports (#9015) 2018-07-09 08:39:46 +02:00
scoring.rs Beta: 1.11.6 backports (#9015) 2018-07-09 08:39:46 +02:00
status.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
transactions.rs Beta: 1.11.6 backports (#9015) 2018-07-09 08:39:46 +02:00
verifier.rs Transaction Pool re-implementation (#6994) 2017-12-19 10:20:49 +01:00