aboutsummaryrefslogtreecommitdiffstats
path: root/eth/config.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-7/+7
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-7/+7
* eth, les, geth: implement cli-configurable global gas cap for RPC calls (#19401)Martin Holst Swende2019-04-081-0/+3
* cmd/geth, core, eth: implement Constantinople override flag (#18273)Martin Holst Swende2018-12-111-0/+4
* cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flagRyan Schneider2018-12-101-0/+3
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-151-10/+12
* eth, p2p: fix comment typos (#18014)Corey Lin2018-11-081-1/+1
* core/vm: add switches to select evm+ewasm interpreters (#17687)Guillaume Ballet2018-09-201-0/+5
* cmd, core, eth, miner, params: configurable gas floor and ceilPéter Szilágyi2018-08-291-1/+5
* consensus, miner: stale block mining support (#17506)gary rong2018-08-281-0/+1
* cmd, eth: clean up miner startup API, drop noop config fieldPéter Szilágyi2018-08-231-1/+0
* cmd, eth: apply default miner recommit setting (#17479)gary rong2018-08-221-0/+1
* cmd, eth, miner: make recommit configurable (#17444)gary rong2018-08-221-7/+8
* cmd, consensus/ethash, eth: miner push notificationsPéter Szilágyi2018-08-101-0/+1
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-1/+7
* les: limit LES peer count and improve peer configuration logic (#16010)Felföldi Zsolt2018-02-051-1/+1
* eth/gasprice: set default percentile to 60%, count blocks instead of transact...Nick Johnson2018-01-101-2/+2
* cmd, consensus, eth: split ethash related config to it own (#15520)gary rong2017-11-241-22/+17
* eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-061-1/+0
* cmd, core, eth: configurable txpool parametersPéter Szilágyi2017-05-291-0/+4
* cmd, core, eth, miner: remove txpool gas price limits (#14442)Péter Szilágyi2017-05-171-1/+1
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-1/+1
* Merge remote-tracking branch 'fjl/license-update-1.6'Péter Szilágyi2017-04-141-1/+1
|\
| * all: update license informationFelix Lange2017-04-141-1/+1
* | eth: revert accidental ethash cache dir changePéter Szilágyi2017-04-141-0/+1
|/
* cmd/utils, node: remove unused solc references and improve RPC config (#14324)bas-vk2017-04-131-1/+0
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-0/+117