mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
decomplect: rename BanffBlock→TimestampedBlock; legacy error/priority identifiers neutralized; strip durango/etna/banff JSON keys from test fixtures
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user