Skip to content

Commit 0bdb21f

Browse files
authored
tests: update tests/testdata@develop, include EIP2384 config (#20746)
Includes difficulty tests for EIP2384 aka MuirGlacier.
1 parent 556888c commit 0bdb21f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/difficulty_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ func TestDifficulty(t *testing.T) {
7373
dt.config("Constantinople", params.ChainConfig{
7474
ConstantinopleBlock: big.NewInt(0),
7575
})
76+
dt.config("EIP2384", params.ChainConfig{
77+
MuirGlacierBlock: big.NewInt(0),
78+
})
7679
dt.config("difficulty.json", mainnetChainConfig)
7780

7881
dt.walk(t, difficultyTestDir, func(t *testing.T, name string, test *DifficultyTest) {

tests/testdata

Submodule testdata updated 1323 files

0 commit comments

Comments
 (0)