aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_list.go
Commit message (Collapse)AuthorAgeFilesLines
* core: make txpool operate on immutable statePéter Szilágyi2017-09-051-0/+1
|
* core: Fix flaw where underpriced locals were removed (#15081)Martin Holst Swende2017-09-041-0/+1
| | | | | | * core: Fix flaw where underpriced locals were removed * core: minor code cleanups for tx pool tests
* core: test locals support in txpool queue limits, fixPéter Szilágyi2017-07-061-1/+1
| | | | | | | | | | The commit reworks the transaction pool queue limitation tests to cater for testing local accounts, also testing the nolocal flag. In addition, it also fixes a panic if local transactions exceeded the global queue allowance (no accounts left to drop from) and also fixes queue eviction to operate on all accounts, not just the one being updated.
* core, eth, les: polish txpool API around local/remote txsPéter Szilágyi2017-07-051-10/+6
|
* core: Change local-handling to use sender-account instead of tx hashesMartin Holst Swende2017-07-011-6/+6
|
* core: check for gas limit exceeding txs too on new blockPéter Szilágyi2017-05-301-16/+24
|
* cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-291-2/+2
|
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-4/+162
|
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
|
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
|
* core: abstract out a sorted transaction hash mapPéter Szilágyi2016-09-021-192/+203
|
* core: add upper bound on the queued transctionsPéter Szilágyi2016-09-021-10/+10
|
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-0/+331