mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Upgrade EL tests to v12.3 (#7949)
See https://github.com/ethereum/tests/releases/tag/v12.3
This commit is contained in:
parent
03ac80ad2d
commit
7ca0d2399a
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user