From f7ed908d4a17d7c49af96b0aba5309492366531b Mon Sep 17 00:00:00 2001 From: meows Date: Fri, 6 Mar 2020 08:56:26 -0600 Subject: [PATCH] tests: update tests/testdata@develop, include EIP2384 config Includes difficulty tests for EIP2384 aka MuirGlacier. Signed-off-by: meows --- tests/difficulty_test.go | 3 +++ tests/testdata | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index fde9db3ad4..4bdad0ea5d 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -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) { diff --git a/tests/testdata b/tests/testdata index b5eb9900ee..7497b116a0 160000 --- a/tests/testdata +++ b/tests/testdata @@ -1 +1 @@ -Subproject commit b5eb9900ee2147b40d3e681fe86efa4fd693959a +Subproject commit 7497b116a019beb26215cbea4028df068dea06be