good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 0bdb21f0 authored by meowsbits's avatar meowsbits Committed by GitHub
Browse files

tests: update tests/testdata@develop, include EIP2384 config (#20746)

Includes difficulty tests for EIP2384 aka MuirGlacier.
parent 556888c4
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
Subproject commit b5eb9900ee2147b40d3e681fe86efa4fd693959a
Subproject commit 7497b116a019beb26215cbea4028df068dea06be
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment