go-ethereum/console
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
..
prompt console/prompt: use PromptInput in PromptConfirm method #33445 (#1953) 2026-01-19 12:15:27 +05:30
testdata cmd, console: drop geth js command #25000 (#1534) 2025-09-24 07:47:21 +08:00
bridge.go console: handle undefined + null in console funcs #21160 (#1525) 2025-09-24 07:45:57 +08:00
console.go all: use slices.Sort() to sort strings (#1712) 2025-12-07 15:49:13 +05:30
console_test.go refactor(miner): polish miner configuration #19480 (#2135) 2026-03-10 18:51:36 +05:30