erigon-pulse/params
Martin Holst Swende ac2325978a cmd/utils: fix command line flag resolve (#20167)
In Geth, we have two sources for configuration:
(1) Config file
(2) Command line flag

Basically geth will first resolve config file and then overwrite
configs with command line flags.

This issue is: geth should only overwrite configs if flags are truly
set. So before we apply any flag to configs, `GlobalIsSet` check
is necessary.
2019-12-03 12:59:09 +01:00
..
bootnodes.go params: remove legacy bootnodes 2019-09-19 19:35:57 +02:00
config_test.go cmd, consensus, core, miner: instatx clique for --dev (#15323) 2017-10-24 13:40:42 +03:00
config.go cmd/utils: fix command line flag resolve (#20167) 2019-12-03 12:59:09 +01:00
dao.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
denomination.go cmd, core, eth, miner, params: configurable gas floor and ceil 2018-08-29 12:40:12 +03:00
eip_ctx.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
network_params.go all: on-chain oracle checkpoint syncing (#19543) 2019-06-28 10:34:02 +03:00
protocol_params.go core/vm, params: implement EIP2200, SSTORE optimizations (#19964) 2019-08-19 14:39:38 +03:00
version.go params: begin v1.9.7 release cycle 2019-12-03 12:50:50 +01:00