Skip to content

Commit

Permalink
Merge pull request ethereum#115 from marioevz/add-sharding-fork-trans…
Browse files Browse the repository at this point in the history
…ition-t8n

tests: Add ShanghaiToShardingAtTime15k
  • Loading branch information
Inphi committed Apr 4, 2023
2 parents e864ddd + 48d9cea commit fef4acf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,25 @@ var Forks = map[string]*params.ChainConfig{
ShanghaiTime: u64(0),
ShardingForkTime: u64(0),
},
"ShanghaiToShardingAtTime15k": {
ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0),
EIP150Block: big.NewInt(0),
EIP155Block: big.NewInt(0),
EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(0),
PetersburgBlock: big.NewInt(0),
IstanbulBlock: big.NewInt(0),
MuirGlacierBlock: big.NewInt(0),
BerlinBlock: big.NewInt(0),
LondonBlock: big.NewInt(0),
ArrowGlacierBlock: big.NewInt(0),
MergeNetsplitBlock: big.NewInt(0),
TerminalTotalDifficulty: big.NewInt(0),
ShanghaiTime: u64(0),
ShardingForkTime: u64(15_000),
},
}

// AvailableForks returns the set of defined fork names
Expand Down

0 comments on commit fef4acf

Please sign in to comment.