erigon-pulse/cmd
gary rong aae4f616e4 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:53:06 +01:00
..
abigen Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
bootnode Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
checkpoint-admin Make linter happy with geth 1.9.6. 2019-11-04 14:15:04 +01:00
clef Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
devp2p Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
ethkey Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
evm Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
geth Skeleton of RPC daemon, for 1 operation eth_blockNumber (#209) 2019-12-02 13:47:00 +00:00
hack Run archive node by default (#204) 2019-11-27 15:50:40 +00:00
p2psim Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
pics Database Walkthrough documentation (beginning) and tweaks to the visualisations (#214) 2019-12-02 13:11:56 +00:00
puppeth Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
rlpdump Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
rpcdaemon Readme.md 2019-12-03 09:07:33 +07:00
rpctest Debug tool for recursively comparing state (in DB or in a file) with geth archive node (#191) 2019-11-25 13:36:21 +00:00
state Fix CLI 2019-12-03 09:07:13 +07:00
tester Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
utils cmd/utils: fix command line flag resolve (#20167) 2019-12-03 12:53:06 +01:00