Skip to content

Commit

Permalink
tests: update tests/testdata@develop, include EIP2384 config (ethereu…
Browse files Browse the repository at this point in the history
…m#20746)

Includes difficulty tests for EIP2384 aka MuirGlacier.
  • Loading branch information
meowsbits authored Mar 10, 2020
1 parent 556888c commit 0bdb21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/difficulty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ func TestDifficulty(t *testing.T) {
dt.config("Constantinople", params.ChainConfig{
ConstantinopleBlock: big.NewInt(0),
})
dt.config("EIP2384", params.ChainConfig{
MuirGlacierBlock: big.NewInt(0),
})
dt.config("difficulty.json", mainnetChainConfig)

dt.walk(t, difficultyTestDir, func(t *testing.T, name string, test *DifficultyTest) {
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata
Submodule testdata updated 1323 files

0 comments on commit 0bdb21f

Please sign in to comment.