go-ethereum/cmd
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
..
abigen cmd, internal: move func CheckExclusive() to package flags #31189 (#1747) 2025-11-15 16:47:38 +05:30
bootnode cmd, debug: fix debug_verbosity (#1030) 2025-05-08 16:10:53 +08:00
ethkey all: upgrade package version #30638 (#1745) 2025-11-15 16:46:54 +05:30
evm refactor(all): cleanup the APIs for initializing genesis #25473 #26747 (#2017) 2026-02-07 00:18:39 +05:30
internal/browser core/types: change SetCodeTx.ChainID to uint256 #30982 (#1840) 2025-12-25 09:26:44 +05:30
p2psim all: upgrade package version #30638 (#1745) 2025-11-15 16:46:54 +05:30
puppeth fix(all): fix typo foudation (#2063) 2026-02-28 18:00:55 +04:00
rlpdump new EVM Upgrade 2021-09-21 16:53:46 +05:30
utils refactor(miner): polish miner configuration #19480 (#2135) 2026-03-10 18:51:36 +05:30
XDC refactor(miner): polish miner configuration #19480 (#2135) 2026-03-10 18:51:36 +05:30