aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: collate new transaction events togetherrjl4934564422018-05-181-13/+18
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-36/+18
* core: ensure local transactions aren't discarded as underpricedCrispin Flowerday2018-05-021-9/+13
* core: txpool stable underprice drop order, perf fixesPéter Szilágyi2018-04-121-11/+74
* core: update txpool tests for the removal fixPéter Szilágyi2018-03-071-49/+110
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-2/+2
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-117/+117
* core: fix panic when stat-ing a tx from a queue-only account (#15714)Péter Szilágyi2017-12-201-0/+57
* all: fix code comment typos (#15547)Ricardo Domingos2017-11-241-1/+1
* all: gofmt -w -s (#15419)ferhat elmas2017-11-081-1/+1
* core: respect price bump threshold (#15401)Jim McDonald2017-10-301-10/+10
* core: fire tx event on replace, expand testsPéter Szilágyi2017-10-201-3/+185
* core: use blocks and avoid deep reorgs in txpoolPéter Szilágyi2017-09-061-8/+8
* core: make txpool operate on immutable statePéter Szilágyi2017-09-051-186/+95
* core: Fix flaw where underpriced locals were removed (#15081)Martin Holst Swende2017-09-041-1/+61
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-69/+112
* core: fix txpool journal and test racesPéter Szilágyi2017-08-081-27/+27
* core: fix blockchain goroutine leaks in testsPéter Szilágyi2017-08-071-0/+7
* core: bump timeout test to avoid flakyness on overloaded ciPéter Szilágyi2017-08-071-2/+2
* cmd, core, eth: journal local transactions to disk (#14784)Péter Szilágyi2017-07-281-32/+140
* core: test locals support in txpool queue limits, fixPéter Szilágyi2017-07-061-75/+189
* core, eth, les: polish txpool API around local/remote txsPéter Szilágyi2017-07-051-57/+51
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-12/+12
* core: ensure transactions correctly drop on pool limitingPéter Szilágyi2017-06-231-47/+88
* core: add testcase for txpoolMartin Holst Swende2017-06-231-0/+66
* core: only reorg changed account, not allPéter Szilágyi2017-06-011-7/+7
* core: check for gas limit exceeding txs too on new blockPéter Szilágyi2017-05-301-11/+40
* cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-291-44/+44
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-19/+242
* core: refactor genesis handlingFelix Lange2017-03-231-5/+5
* 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