aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool_test.go
Commit message (Expand)AuthorAgeFilesLines
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-2/+3
* core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-5/+5
* core, light: allow zero cost txs from inexistent accounts tooPéter Szilágyi2016-12-161-4/+0
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-7/+88
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-23/+28
* 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