We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4baa574 commit c28fd9cCopy full SHA for c28fd9c
tests/init.go
@@ -153,6 +153,20 @@ var Forks = map[string]*params.ChainConfig{
153
IstanbulBlock: big.NewInt(0),
154
YoloV1Block: big.NewInt(0),
155
},
156
+ // This specification is subject to change, but is for now identical to YOLOv1
157
+ // for cross-client testing purposes
158
+ "Berlin": {
159
+ ChainID: big.NewInt(1),
160
+ HomesteadBlock: big.NewInt(0),
161
+ EIP150Block: big.NewInt(0),
162
+ EIP155Block: big.NewInt(0),
163
+ EIP158Block: big.NewInt(0),
164
+ ByzantiumBlock: big.NewInt(0),
165
+ ConstantinopleBlock: big.NewInt(0),
166
+ PetersburgBlock: big.NewInt(0),
167
+ IstanbulBlock: big.NewInt(0),
168
+ YoloV1Block: big.NewInt(0),
169
+ },
170
}
171
172
// Returns the set of defined fork names
0 commit comments