From eeec92938d05c10edff06de105bfaae614d4e9b9 Mon Sep 17 00:00:00 2001 From: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Date: Mon, 19 Feb 2024 12:00:21 +0100 Subject: [PATCH] Upgrade Ethereum tests to v13.1 (#9454) See https://github.com/ethereum/tests/releases/tag/v13.1 --- tests/init.go | 20 ++++++++++++++++++-- tests/testdata | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/tests/init.go b/tests/init.go index 6629cbb2d5d..660c9ffe5d8 100644 --- a/tests/init.go +++ b/tests/init.go @@ -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), @@ -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), diff --git a/tests/testdata b/tests/testdata index 428f218d7d6..853b1e03b10 160000 --- a/tests/testdata +++ b/tests/testdata @@ -1 +1 @@ -Subproject commit 428f218d7d6f4a52544e12684afbfe6e2882ffbf +Subproject commit 853b1e03b1078d370614002851ba1ee9803d9fcf