aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool.go
Commit message (Expand)AuthorAgeFilesLines
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-7/+11
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+3
* core: metrics collection for transaction events (#3157)Martin Holst Swende2016-11-011-0/+30
* core: add global (soft) limits on the pending transactionsPéter Szilágyi2016-10-141-5/+60
* core: lower transaction pool max queue limitFelix Lange2016-10-101-1/+1
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-1/+1
* core: abstract out a sorted transaction hash mapPéter Szilágyi2016-09-021-7/+9
* core: add upper bound on the queued transctionsPéter Szilágyi2016-09-021-9/+99
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-288/+215
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-124/+158
* core: add missing lock in TxPool.{GetTransaction,RemoveTx}Felix Lange2016-06-031-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