From 33d84d77a92a9fde5077facdf2bc3bb01215e98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 14 Feb 2019 13:15:54 +0100 Subject: [PATCH] tests: Update testdata to the HEAD It also changes test chain config from ByzantiumToConstantinopleAt5 to ByzantiumToConstantinopleFixAt5. --- tests/init.go | 3 ++- tests/testdata | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/init.go b/tests/init.go index 188cdffe9d..80a480c83a 100644 --- a/tests/init.go +++ b/tests/init.go @@ -98,7 +98,7 @@ var Forks = map[string]*params.ChainConfig{ EIP158Block: big.NewInt(0), ByzantiumBlock: big.NewInt(5), }, - "ByzantiumToConstantinopleAt5": { + "ByzantiumToConstantinopleFixAt5": { ChainID: big.NewInt(1), HomesteadBlock: big.NewInt(0), EIP150Block: big.NewInt(0), @@ -106,6 +106,7 @@ var Forks = map[string]*params.ChainConfig{ EIP158Block: big.NewInt(0), ByzantiumBlock: big.NewInt(0), ConstantinopleBlock: big.NewInt(5), + PetersburgBlock: big.NewInt(5), }, } diff --git a/tests/testdata b/tests/testdata index 6b85703b56..b8c9b4a6cd 160000 --- a/tests/testdata +++ b/tests/testdata @@ -1 +1 @@ -Subproject commit 6b85703b568f4456582a00665d8a3e5c3b20b484 +Subproject commit b8c9b4a6cdce53f340b588bb05458091f0f4c7e1