openethereum/ethcore/sync/src
Tomasz Drwięga 78e001284f Recently rejected cache for transaction queue (#9005)
* Store recently rejected transactions.

* Don't cache AlreadyImported rejections.

* Make the size of transaction verification queue dependent on pool size.

* Add a test for recently rejected.

* Fix logging for recently rejected.

* Make rejection cache smaller.

* obsolete test removed

* obsolete test removed

* Construct cache with_capacity.
2018-07-02 18:00:06 +01:00
..
chain Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
light_sync Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
res Private transactions processing error handling (#8431) 2018-04-20 15:45:53 +02:00
tests Add type for passwords. (#8920) 2018-06-22 15:09:15 +02:00
api.rs Limit the number of transactions in pending set (#8777) 2018-06-12 08:22:54 +02:00
block_sync.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
blocks.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
lib.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
private_tx.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
snapshot.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
sync_io.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00
transactions_stats.rs Update license header and scripts (#8666) 2018-06-04 10:19:50 +02:00