aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-23/+28
|
* core: add global (soft) limits on the pending transactionsPéter Szilágyi2016-10-141-0/+90
|
* core: abstract out a sorted transaction hash mapPéter Szilágyi2016-09-021-13/+13
|
* core: add upper bound on the queued transctionsPéter Szilágyi2016-09-021-14/+94
|
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-92/+134
|
* core, eth, miner: only retain 1 tx/nonce, remove bad onesPéter Szilágyi2016-09-021-40/+93
|
* core: added basic chain configurationJeffrey Wilcke2016-04-011-1/+1
| | | | | | | | | Added chain configuration options and write out during genesis database insertion. If no "config" was found, nothing is written to the database. Configurations are written on a per genesis base. This means that any chain (which is identified by it's genesis hash) can have their own chain settings.
* core, eth: replace reorganiz with reorganisLeif Jurvetson2016-03-161-1/+1
|
* core: various typosLeif Jurvetson2016-03-161-1/+1
|
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-0/+537
* Removed some strange code that didn't apply state reverting properly * Refactored code setting from vm & state transition to the executioner * Updated tests