decomplect: rename BanffBlock→TimestampedBlock; legacy error/priority identifiers neutralized; strip durango/etna/banff JSON keys from test fixtures

This commit is contained in:
Hanzo AI
2026-05-19 07:06:33 -07:00
parent f6e8d12c31
commit 4b3bb1e021
16 changed files with 67 additions and 85 deletions
+10 -22
View File
@@ -100,28 +100,16 @@ func getBasicCChainGenesis(networkID uint32) string {
genesis := map[string]interface{}{
"config": map[string]interface{}{
"chainId": chainID,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"apricotPhase1BlockTimestamp": 0,
"apricotPhase2BlockTimestamp": 0,
"apricotPhase3BlockTimestamp": 0,
"apricotPhase4BlockTimestamp": 0,
"apricotPhase5BlockTimestamp": 0,
"apricotPhasePre6BlockTimestamp": 0,
"apricotPhase6BlockTimestamp": 0,
"apricotPhasePost6BlockTimestamp": 0,
"banffBlockTimestamp": 0,
"cortinaBlockTimestamp": 0,
"durangoBlockTimestamp": 0,
"etnaTimestamp": 0,
"chainId": chainID,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
},
"nonce": "0x0",
"timestamp": "0x0",