aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: add global (soft) limits on the pending transactionsPéter Szilágyi2016-10-141-0/+90
* core: abstract out a sorted transaction hash mapPéter Szilágyi2016-09-021-13/+13
* core: add upper bound on the queued transctionsPéter Szilágyi2016-09-021-14/+94
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-92/+134
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-40/+93
* core: added basic chain configurationJeffrey Wilcke2016-04-011-1/+1
* core, eth: replace reorganiz with reorganisLeif Jurvetson2016-03-161-1/+1
* core: various typosLeif Jurvetson2016-03-161-1/+1
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+537