aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_list.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-3/+3
* core: fix some small typos on comment code (#17278)Ha ĐANG2018-07-301-1/+1
* core: use a wrapped map to remove contention in `TxPool.Get`. (#16670)Ryan Schneider2018-05-231-10/+11
* core: txpool stable underprice drop order, perf fixesPéter Szilágyi2018-04-121-3/+14
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-7/+6
* core: respect price bump threshold (#15401)Jim McDonald2017-10-301-1/+4
* core, eth, les: fix messy code (#15367)Péter Szilágyi2017-10-251-5/+5
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-5/+5
* 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: test locals support in txpool queue limits, fixPéter Szilágyi2017-07-061-1/+1
* 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