| Commit message (Expand) | Author | Age | Files | Lines |
* | core: fix some small typos on comment code (#17278) | Ha ĐANG | 2018-07-30 | 1 | -1/+1 |
* | core: use a wrapped map to remove contention in `TxPool.Get`. (#16670) | Ryan Schneider | 2018-05-23 | 1 | -10/+11 |
* | core: txpool stable underprice drop order, perf fixes | Péter Szilágyi | 2018-04-12 | 1 | -3/+14 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -7/+6 |
* | core: respect price bump threshold (#15401) | Jim McDonald | 2017-10-30 | 1 | -1/+4 |
* | core, eth, les: fix messy code (#15367) | Péter Szilágyi | 2017-10-25 | 1 | -5/+5 |
* | les, light: LES/2 protocol version (#14970) | Felföldi Zsolt | 2017-10-24 | 1 | -5/+5 |
* | core: make txpool operate on immutable state | Péter Szilágyi | 2017-09-05 | 1 | -0/+1 |
* | core: Fix flaw where underpriced locals were removed (#15081) | Martin Holst Swende | 2017-09-04 | 1 | -0/+1 |
* | core: test locals support in txpool queue limits, fix | Péter Szilágyi | 2017-07-06 | 1 | -1/+1 |
* | core, eth, les: polish txpool API around local/remote txs | Péter Szilágyi | 2017-07-05 | 1 | -10/+6 |
* | core: Change local-handling to use sender-account instead of tx hashes | Martin Holst Swende | 2017-07-01 | 1 | -6/+6 |
* | core: check for gas limit exceeding txs too on new block | Péter Szilágyi | 2017-05-30 | 1 | -16/+24 |
* | cmd, core, eth: configurable txpool parameters | Péter Szilágyi | 2017-05-29 | 1 | -2/+2 |
* | cmd, core, eth, miner: remove txpool gas price limits (#14442) | Péter Szilágyi | 2017-05-17 | 1 | -4/+162 |
* | 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: abstract out a sorted transaction hash map | Péter Szilágyi | 2016-09-02 | 1 | -192/+203 |
* | core: add upper bound on the queued transctions | Péter Szilágyi | 2016-09-02 | 1 | -10/+10 |
* | core, eth, internal, miner: optimize txpool for quick ops | Péter Szilágyi | 2016-09-02 | 1 | -0/+331 |