aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool.go
Commit message (Expand)AuthorAgeFilesLines
* [release/1.4.18] core: add global (soft) limits on the pending transactionsPéter Szilágyi2016-10-151-5/+60
* [release/1.4.17] core: lower transaction pool max queue limitFelix Lange2016-10-101-1/+1
* [release/1.4.17] core: abstract out a sorted transaction hash mapPéter Szilágyi2016-10-101-7/+9
* [release/1.4.17] core: add upper bound on the queued transctionsPéter Szilágyi2016-10-101-9/+99
* [release/1.4.17] core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-10-101-288/+215
* [release/1.4.17] core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-10-101-124/+158
* [release/1.4.16] core/state: implement reverts by journaling all changesFelix Lange2016-10-061-1/+1
* [release/1.4.6] core: add missing lock in TxPool.{GetTransaction,RemoveTx}Felix Lange2016-06-061-1/+10
* core, eth, miner: improve shutdown synchronisationFelix Lange2016-05-091-4/+7
* core: added basic chain configurationJeffrey Wilcke2016-04-011-3/+4
* core: various typosLeif Jurvetson2016-03-161-3/+3
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+617