go-ethereum/params
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
..
bootnodes.go cicd, params: update bootnodes for testnet (#1110) 2025-06-17 13:35:28 +08:00
config.go refactor(params): rename AllXDPoSProtocolChanges to AllDevChainProtocolChanges (#2054) 2026-03-10 18:42:26 +05:30
config_test.go fix(params): accept legacy foudationwalletaddr in chain config, fix #2063 (#2141) 2026-03-07 06:37:24 +08:00
dao.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
denomination.go eth/gasprice: lighter gas price oracle for light client (#20409) 2024-06-20 15:52:32 +08:00
gas_table.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
network_params.go core, eth, params: make indexer configurable (#17188) 2025-03-10 15:41:53 +08:00
protocol_params.go refactor(miner): polish miner configuration #19480 (#2135) 2026-03-10 18:51:36 +05:30