Files
openethereum/ethcore
Tomasz Drwięga 08332f1945 Optimize pending transactions filter (#9026)
* rpc: return unordered transactions in pending transactions filter

* ethcore: use LruCache for nonce cache

Only clear the nonce cache when a block is retracted

* Revert "ethcore: use LruCache for nonce cache"

This reverts commit b382c19abdb9985be1724c3b8cde83906da07d68.

* Use only cached nonces when computing pending hashes.

* Give filters their own locks, so that they don't block one another.

* Fix pending transaction count if not sealing.

* Clear cache only when block is enacted.

* Fix RPC tests.

* Address review comments.
2018-07-07 16:55:15 +01:00
..
2018-04-04 18:07:49 +09:00
2018-06-19 10:41:14 +02:00
2018-06-19 10:41:14 +02:00
2018-07-04 15:25:01 +02:00
2018-06-04 22:29:20 +02:00
2018-06-04 22:29:20 +02:00
2018-05-15 07:41:30 +02:00
2018-05-07 20:17:52 +02:00