Skip to content

Commit

Permalink
Upgrade Ethereum tests to v13.1 (#9454)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored Feb 19, 2024
1 parent 3c3eccd commit eeec929
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions tests/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,23 @@ var Forks = map[string]*chain.Config{
GrayGlacierBlock: big.NewInt(0),
TerminalTotalDifficulty: big.NewInt(0),
},
"ArrowGlacierToMergeAtDiffC0000": {
"Paris": {
ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0),
TangerineWhistleBlock: big.NewInt(0),
SpuriousDragonBlock: 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),
GrayGlacierBlock: big.NewInt(0),
TerminalTotalDifficulty: big.NewInt(0),
},
"ArrowGlacierToParisAtDiffC0000": {
ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0),
TangerineWhistleBlock: big.NewInt(0),
Expand Down Expand Up @@ -254,7 +270,7 @@ var Forks = map[string]*chain.Config{
TerminalTotalDifficultyPassed: true,
ShanghaiTime: big.NewInt(0),
},
"MergeToShanghaiAtTime15k": {
"ParisToShanghaiAtTime15k": {
ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0),
TangerineWhistleBlock: big.NewInt(0),
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata

0 comments on commit eeec929

Please sign in to comment.