| Commit message (Expand) | Author | Age | Files | Lines |
* | core: ensure transactions correctly drop on pool limiting | Péter Szilágyi | 2017-06-23 | 1 | -40/+78 |
* | core: add testcase for txpool | Martin Holst Swende | 2017-06-23 | 1 | -0/+13 |
* | core: only reorg changed account, not all | Péter Szilágyi | 2017-06-01 | 1 | -14/+28 |
* | core: don't uselessly recheck transactions on dump | Péter Szilágyi | 2017-06-01 | 1 | -19/+8 |
* | core: check for gas limit exceeding txs too on new block | Péter Szilágyi | 2017-05-30 | 1 | -4/+8 |
* | cmd, core, eth: configurable txpool parameters | Péter Szilágyi | 2017-05-29 | 1 | -28/+73 |
* | core: fix minor accidental typos and comment errors | Péter Szilágyi | 2017-05-25 | 1 | -2/+2 |
* | core: typos and comments improve | changhong | 2017-05-25 | 1 | -10/+12 |
* | cmd, core, eth, miner: remove txpool gas price limits (#14442) | Péter Szilágyi | 2017-05-17 | 1 | -74/+195 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 1 | -55/+40 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -55/+40 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 1 | -1/+1 |
|/ |
|
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -30/+29 |
* | logger: remove Core verbosity level (#3659) | Felix Lange | 2017-02-15 | 1 | -7/+7 |
* | event: deprecate TypeMux and related types | Felix Lange | 2017-01-25 | 1 | -1/+1 |
* | all: fix spelling errors | Péter Szilágyi | 2017-01-07 | 1 | -1/+1 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 1 | -1/+1 |
* | core, light: allow zero cost txs from inexistent accounts too | Péter Szilágyi | 2016-12-16 | 1 | -16/+8 |
* | core: init pending state in tx pool on creation | Bas van Kervel | 2016-12-13 | 1 | -10/+4 |
* | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 1 | -29/+36 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -7/+11 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -2/+3 |
* | core: metrics collection for transaction events (#3157) | Martin Holst Swende | 2016-11-01 | 1 | -0/+30 |
* | core: add global (soft) limits on the pending transactions | Péter Szilágyi | 2016-10-14 | 1 | -5/+60 |
* | core: lower transaction pool max queue limit | Felix Lange | 2016-10-10 | 1 | -1/+1 |
* | core/state: implement reverts by journaling all changes | Felix Lange | 2016-10-06 | 1 | -1/+1 |
* | core: abstract out a sorted transaction hash map | Péter Szilágyi | 2016-09-02 | 1 | -7/+9 |
* | core: add upper bound on the queued transctions | Péter Szilágyi | 2016-09-02 | 1 | -9/+99 |
* | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -288/+215 |
* | core, eth, miner: only retain 1 tx/nonce, remove bad ones | Péter Szilágyi | 2016-09-02 | 1 | -124/+158 |
* | core: add missing lock in TxPool.{GetTransaction,RemoveTx} | Felix Lange | 2016-06-03 | 1 | -1/+10 |
* | core, eth, miner: improve shutdown synchronisation | Felix Lange | 2016-05-09 | 1 | -4/+7 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -3/+4 |
* | core: various typos | Leif Jurvetson | 2016-03-16 | 1 | -3/+3 |
* | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -0/+617 |