aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool.go
Commit message (Expand)AuthorAgeFilesLines
* core: typos and comments improvechanghong2017-05-251-10/+12
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-74/+195
* Merge pull request #3723 from karalabe/logger-updates-2Péter Szilágyi2017-02-281-55/+40
|\
| * all: next batch of log polishes to contextual versionsPéter Szilágyi2017-02-281-55/+40
* | all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
|/
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-30/+29
* logger: remove Core verbosity level (#3659)Felix Lange2017-02-151-7/+7
* event: deprecate TypeMux and related typesFelix Lange2017-01-251-1/+1
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
* all: gofmt -w -sFelix Lange2017-01-061-1/+1
* core, light: allow zero cost txs from inexistent accounts tooPéter Szilágyi2016-12-161-16/+8
* core: init pending state in tx pool on creationBas van Kervel2016-12-131-10/+4
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-29/+36
* 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