tests: Update testdata to the HEAD

It also changes test chain config from ByzantiumToConstantinopleAt5 to ByzantiumToConstantinopleFixAt5.
This commit is contained in:
Paweł Bylica 2019-02-14 13:15:54 +01:00
parent dac7cbcf21
commit 33d84d77a9
No known key found for this signature in database
GPG key ID: 7A0C037434FE77EF
2 changed files with 3 additions and 2 deletions

View file

@ -98,7 +98,7 @@ var Forks = map[string]*params.ChainConfig{
EIP158Block: big.NewInt(0), EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(5), ByzantiumBlock: big.NewInt(5),
}, },
"ByzantiumToConstantinopleAt5": { "ByzantiumToConstantinopleFixAt5": {
ChainID: big.NewInt(1), ChainID: big.NewInt(1),
HomesteadBlock: big.NewInt(0), HomesteadBlock: big.NewInt(0),
EIP150Block: big.NewInt(0), EIP150Block: big.NewInt(0),
@ -106,6 +106,7 @@ var Forks = map[string]*params.ChainConfig{
EIP158Block: big.NewInt(0), EIP158Block: big.NewInt(0),
ByzantiumBlock: big.NewInt(0), ByzantiumBlock: big.NewInt(0),
ConstantinopleBlock: big.NewInt(5), ConstantinopleBlock: big.NewInt(5),
PetersburgBlock: big.NewInt(5),
}, },
} }

@ -1 +1 @@
Subproject commit 6b85703b568f4456582a00665d8a3e5c3b20b484 Subproject commit b8c9b4a6cdce53f340b588bb05458091f0f4c7e1