| Commit message (Expand) | Author | Age | Files | Lines |
* | core: fix panic when stat-ing a tx from a queue-only account (#15714) | Péter Szilágyi | 2017-12-20 | 1 | -0/+57 |
* | all: fix code comment typos (#15547) | Ricardo Domingos | 2017-11-24 | 1 | -1/+1 |
* | all: gofmt -w -s (#15419) | ferhat elmas | 2017-11-08 | 1 | -1/+1 |
* | core: respect price bump threshold (#15401) | Jim McDonald | 2017-10-30 | 1 | -10/+10 |
* | core: fire tx event on replace, expand tests | Péter Szilágyi | 2017-10-20 | 1 | -3/+185 |
* | core: use blocks and avoid deep reorgs in txpool | Péter Szilágyi | 2017-09-06 | 1 | -8/+8 |
* | core: make txpool operate on immutable state | Péter Szilágyi | 2017-09-05 | 1 | -186/+95 |
* | core: Fix flaw where underpriced locals were removed (#15081) | Martin Holst Swende | 2017-09-04 | 1 | -1/+61 |
* | core, light: send chain events using event.Feed (#14865) | Miya Chen | 2017-08-18 | 1 | -69/+112 |
* | core: fix txpool journal and test races | Péter Szilágyi | 2017-08-08 | 1 | -27/+27 |
* | core: fix blockchain goroutine leaks in tests | Péter Szilágyi | 2017-08-07 | 1 | -0/+7 |
* | core: bump timeout test to avoid flakyness on overloaded ci | Péter Szilágyi | 2017-08-07 | 1 | -2/+2 |
* | cmd, core, eth: journal local transactions to disk (#14784) | Péter Szilágyi | 2017-07-28 | 1 | -32/+140 |
* | core: test locals support in txpool queue limits, fix | Péter Szilágyi | 2017-07-06 | 1 | -75/+189 |
* | core, eth, les: polish txpool API around local/remote txs | Péter Szilágyi | 2017-07-05 | 1 | -57/+51 |
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -12/+12 |
* | core: ensure transactions correctly drop on pool limiting | Péter Szilágyi | 2017-06-23 | 1 | -47/+88 |
* | core: add testcase for txpool | Martin Holst Swende | 2017-06-23 | 1 | -0/+66 |
* | core: only reorg changed account, not all | Péter Szilágyi | 2017-06-01 | 1 | -7/+7 |
* | core: check for gas limit exceeding txs too on new block | Péter Szilágyi | 2017-05-30 | 1 | -11/+40 |
* | cmd, core, eth: configurable txpool parameters | Péter Szilágyi | 2017-05-29 | 1 | -44/+44 |
* | cmd, core, eth, miner: remove txpool gas price limits (#14442) | Péter Szilágyi | 2017-05-17 | 1 | -19/+242 |
* | core: refactor genesis handling | Felix Lange | 2017-03-23 | 1 | -5/+5 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 1 | -2/+3 |
* | core/types: remove redundant SignECDSA wrappers, rename to SignTx | Felix Lange | 2017-01-05 | 1 | -5/+5 |
* | core, light: allow zero cost txs from inexistent accounts too | Péter Szilágyi | 2016-12-16 | 1 | -4/+0 |
* | core: bugfix state change race condition in txpool (#3412) | bas-vk | 2016-12-11 | 1 | -7/+88 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -23/+28 |
* | core: add global (soft) limits on the pending transactions | Péter Szilágyi | 2016-10-14 | 1 | -0/+90 |
* | core: abstract out a sorted transaction hash map | Péter Szilágyi | 2016-09-02 | 1 | -13/+13 |
* | core: add upper bound on the queued transctions | Péter Szilágyi | 2016-09-02 | 1 | -14/+94 |
* | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -92/+134 |
* | core, eth, miner: only retain 1 tx/nonce, remove bad ones | Péter Szilágyi | 2016-09-02 | 1 | -40/+93 |
* | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 1 | -1/+1 |
* | core, eth: replace reorganiz with reorganis | Leif Jurvetson | 2016-03-16 | 1 | -1/+1 |
* | core: various typos | Leif Jurvetson | 2016-03-16 | 1 | -1/+1 |
* | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -0/+537 |