go-ethereum/cmd/utils
Daniel Liu d8fd0923a9
refactor(miner): polish miner configuration #19480 (#2135)
Miner configuration is unified under [Eth.Miner] (GasCeil/GasPrice/Etherbase/ExtraData), replacing legacy top-level [Eth] miner keys.

Operational impact: existing config files using [Eth].GasPrice/[Eth].Etherbase/[Eth].ExtraData must be migrated before upgrade.

Behavior update: gasprice=0 remains valid; only negative gas prices are sanitized at startup.

Default change: XDCGenesisGasLimit is reduced to 42,000,000 and now feeds miner default GasCeil (including default --miner-gaslimit), so nodes relying on defaults should review capacity expectations.
2026-03-10 18:51:36 +05:30
..
cmd.go all: change chain head markers from block to header #26777 (#1846) 2025-12-16 07:36:51 +04:00
flags.go refactor(miner): polish miner configuration #19480 (#2135) 2026-03-10 18:51:36 +05:30
flags_legacy.go cmd/utils, internal/flags: deprecate flag XDCx-dbName and XDCx.dbName (#1823) 2025-12-08 15:05:25 +05:30
flags_test.go all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +08:00