go-ethereum/cmd/XDC
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
..
testdata all: normalize flag's name 2024-11-25 16:39:29 +08:00
accountcmd.go cmd: replace passPHRASE with passWORD in any user interactions #19932 (#1535) 2025-09-21 19:31:00 +08:00
accountcmd_test.go cmd, console: drop geth js command #25000 (#1534) 2025-09-24 07:47:21 +08:00
bugcmd.go core/types: change SetCodeTx.ChainID to uint256 #30982 (#1840) 2025-12-25 09:26:44 +05:30
chaincmd.go feat(metrics): allow changing influxdb interval #33767 (#2118) 2026-03-06 11:24:00 +05:30
config.go feat(metrics): allow changing influxdb interval #33767 (#2118) 2026-03-06 11:24:00 +05:30
consolecmd.go cmd/XDC, metrics/prometheus: fix staticcheck QF1012 (#1713) 2025-12-07 16:03:06 +05:30
consolecmd_test.go all: upgrade package version #30638 (#1745) 2025-11-15 16:46:54 +05:30
dao_test.go refactor(all): move genesis initialization to blockchain #25523 (#2018) 2026-02-10 16:56:34 +05:30
dbcmd.go perf: improve state reader with error handling and committed flag #27428 (#1166) 2026-02-03 20:55:53 +05:30
main.go refactor(miner): polish miner configuration #19480 (#2135) 2026-03-10 18:51:36 +05:30
misccmd.go all: upgrade package version #30638 (#1745) 2025-11-15 16:46:54 +05:30
run_test.go all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +08:00
transactions.rlp new EVM Upgrade 2021-09-21 16:53:46 +05:30