mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tests: Update testdata to the HEAD
It also changes test chain config from ByzantiumToConstantinopleAt5 to ByzantiumToConstantinopleFixAt5.
This commit is contained in:
parent
dac7cbcf21
commit
33d84d77a9
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
Loading…
Reference in a new issue