| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 1 | -7/+7 |
* | travis, appveyor, Dockerfile: upgrade to Go 1.12 | Samuel Marks | 2019-06-15 | 1 | -1/+1 |
* | core: Fixed gas price (#205) | Jimmy Hu | 2019-06-12 | 1 | -0/+4 |
* | app: remove pending block logic (#149) | bojie | 2019-06-12 | 1 | -21/+17 |
* | core: various changes on tps tuning (#46) | Wei-Ning Huang | 2019-06-12 | 1 | -0/+2 |
* | core: refactor validator and fix light node sync (#25) | Wei-Ning Huang | 2019-06-12 | 1 | -17/+17 |
* | app: fix core test | BJ4 | 2019-06-12 | 1 | -19/+24 |
* | core: tx_pool: remove transactions on BlockConfirmed event | Wei-Ning Huang | 2019-06-12 | 1 | -5/+5 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 1 | -7/+7 |
* | core: sanitize more TxPoolConfig fields (#17210) | Jordan Krage | 2018-12-20 | 1 | -1/+1 |
* | core: use a wrapped map to remove contention in `TxPool.Get`. (#16670) | Ryan Schneider | 2018-05-23 | 1 | -25/+25 |
* | core, eth: minor txpool event cleanups | Péter Szilágyi | 2018-05-18 | 1 | -13/+14 |
* | all: collate new transaction events together | rjl493456442 | 2018-05-18 | 1 | -13/+18 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 1 | -36/+18 |
* | core: ensure local transactions aren't discarded as underpriced | Crispin Flowerday | 2018-05-02 | 1 | -9/+13 |
* | core: txpool stable underprice drop order, perf fixes | Péter Szilágyi | 2018-04-12 | 1 | -11/+74 |
* | core: update txpool tests for the removal fix | Péter Szilágyi | 2018-03-07 | 1 | -49/+110 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -2/+2 |
* | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -117/+117 |
* | 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 |