| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |