go-ethereum/internal
Jerry 96ac8d16d4 Overwrite default config with CLI input even when the input value is considered as empty
This change will fix two issues:
1. When CLI sets a flag to an empty value in Go, e.g. 0 as to Uint64, the flag will be skipped and never set correctly. This problem could be solved by using option "WithOverwriteWithEmptyValue" when merge two configs.
2. The default non-empty value in server config will be overwritten to an empty value after flag initialization. This problem is solved by explicitly providing default value to all flags that have a default value option.
2022-05-31 20:30:40 -07:00
..
build V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
cli Overwrite default config with CLI input even when the input value is considered as empty 2022-05-31 20:30:40 -07:00
cmdtest cmd/evm: add tests for evm t8n (#23507) 2021-09-02 09:22:43 +02:00
debug merged geth v1.10.10 2021-11-22 19:04:07 +05:30
ethapi V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
flags V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
guide all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
jsre V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
shutdowncheck V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
syncx core: improve shutdown synchronization in BlockChain (#22853) 2021-10-07 15:47:50 +02:00
testlog Update Bor to geth-v1.9.16 (#78) 2020-07-24 19:01:41 +05:30
utesting cmd/devp2p, internal/utesting: implement TAP output (#21760) 2020-11-04 15:02:58 +01:00
web3ext Added GetSnapshotProposerSequence 2022-05-09 17:08:03 +02:00