@@ -103,7 +103,7 @@ var (
103
103
ByzantiumBlock : big .NewInt (1700000 ),
104
104
ConstantinopleBlock : big .NewInt (4230000 ),
105
105
PetersburgBlock : big .NewInt (4939394 ),
106
- IstanbulBlock : nil ,
106
+ IstanbulBlock : big . NewInt ( 6485846 ) ,
107
107
Ethash : new (EthashConfig ),
108
108
}
109
109
@@ -141,7 +141,7 @@ var (
141
141
ByzantiumBlock : big .NewInt (1035301 ),
142
142
ConstantinopleBlock : big .NewInt (3660663 ),
143
143
PetersburgBlock : big .NewInt (4321234 ),
144
- IstanbulBlock : nil ,
144
+ IstanbulBlock : big . NewInt ( 5435345 ) ,
145
145
Clique : & CliqueConfig {
146
146
Period : 15 ,
147
147
Epoch : 30000 ,
@@ -180,7 +180,7 @@ var (
180
180
ByzantiumBlock : big .NewInt (0 ),
181
181
ConstantinopleBlock : big .NewInt (0 ),
182
182
PetersburgBlock : big .NewInt (0 ),
183
- IstanbulBlock : nil ,
183
+ IstanbulBlock : big . NewInt ( 1561651 ) ,
184
184
Clique : & CliqueConfig {
185
185
Period : 15 ,
186
186
Epoch : 30000 ,
@@ -213,16 +213,16 @@ var (
213
213
//
214
214
// This configuration is intentionally not using keyed fields to force anyone
215
215
// adding flags to the config to also have to set these fields.
216
- AllEthashProtocolChanges = & ChainConfig {big .NewInt (1337 ), big .NewInt (0 ), nil , false , big .NewInt (0 ), common.Hash {}, big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), nil , nil , new (EthashConfig ), nil }
216
+ AllEthashProtocolChanges = & ChainConfig {big .NewInt (1337 ), big .NewInt (0 ), nil , false , big .NewInt (0 ), common.Hash {}, big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big . NewInt ( 0 ) , nil , new (EthashConfig ), nil }
217
217
218
218
// AllCliqueProtocolChanges contains every protocol change (EIPs) introduced
219
219
// and accepted by the Ethereum core developers into the Clique consensus.
220
220
//
221
221
// This configuration is intentionally not using keyed fields to force anyone
222
222
// adding flags to the config to also have to set these fields.
223
- AllCliqueProtocolChanges = & ChainConfig {big .NewInt (1337 ), big .NewInt (0 ), nil , false , big .NewInt (0 ), common.Hash {}, big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), nil , nil , nil , & CliqueConfig {Period : 0 , Epoch : 30000 }}
223
+ AllCliqueProtocolChanges = & ChainConfig {big .NewInt (1337 ), big .NewInt (0 ), nil , false , big .NewInt (0 ), common.Hash {}, big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big . NewInt ( 0 ) , nil , nil , & CliqueConfig {Period : 0 , Epoch : 30000 }}
224
224
225
- TestChainConfig = & ChainConfig {big .NewInt (1 ), big .NewInt (0 ), nil , false , big .NewInt (0 ), common.Hash {}, big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), nil , nil , new (EthashConfig ), nil }
225
+ TestChainConfig = & ChainConfig {big .NewInt (1 ), big .NewInt (0 ), nil , false , big .NewInt (0 ), common.Hash {}, big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big .NewInt (0 ), big . NewInt ( 0 ) , nil , new (EthashConfig ), nil }
226
226
TestRules = TestChainConfig .Rules (new (big.Int ))
227
227
)
228
228
0 commit comments