openethereum/ethcore/src/client
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
..
ancient_import.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
chain_notify.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
client.rs Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
config.rs Recently rejected cache for transaction queue (#9005) 2018-07-02 18:00:06 +01:00
error.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
evm_test_client.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
io_message.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
mod.rs Have space between feature cfg flag (#8791) 2018-06-05 11:28:35 +02:00
private_notify.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
test_client.rs Make HashDB generic (#8739) 2018-07-02 18:50:05 +02:00
trace.rs Update `license header` and `scripts` (#8666) 2018-06-04 10:19:50 +02:00
traits.rs Limit the number of transactions in pending set (#8777) 2018-06-12 08:22:54 +02:00