Upgrade EL tests to v12.3 (#7949)

See https://github.com/ethereum/tests/releases/tag/v12.3
This commit is contained in:
Andrew Ashikhmin 2023-07-31 12:30:53 +02:00 committed by GitHub
parent 03ac80ad2d
commit 7ca0d2399a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 4 deletions

View File

@ -272,6 +272,25 @@ var Forks = map[string]*chain.Config{
TerminalTotalDifficultyPassed: true,
ShanghaiTime: big.NewInt(15_000),
},
"Cancun": {
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),
TerminalTotalDifficultyPassed: true,
ShanghaiTime: big.NewInt(0),
CancunTime: big.NewInt(0),
},
}
// Returns the set of defined fork names

View File

@ -45,9 +45,6 @@ func TestState(t *testing.T) {
st := new(testMatcher)
// EOF is not implemented yet
st.skipLoad(`^EIPTests/stEOF/`)
// Very time consuming
st.skipLoad(`^stTimeConsuming/`)
st.skipLoad(`.*vmPerformance/loop.*`)

@ -1 +1 @@
Subproject commit 291118cf69f33a4a89f2f61c7bf5fe0e62c9c2f8
Subproject commit 06e276776bc87817c38f6efb492bf6f4527fa904