This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 9
9
"durationLimit": "0xd",
10
10
"blockReward": {
11
11
"0x0": "0x4563918244f40000",
12
- "0x42ae50": "0x29a2241af62c0000",
13
- "0x6c0840": "0x1bc16d674ec80000"
12
+ "0x42ae50": "0x29a2241af62c0000"
14
13
},
15
14
"homesteadTransition": "0x118c30",
16
15
"daoHardforkTransition": "0x1d4c00",
135
134
],
136
135
"eip100bTransition": "0x42ae50",
137
136
"difficultyBombDelays": {
138
- "0x42ae50": "0x2dc6c0",
139
- "0x6c0840": "0x1e8480"
137
+ "0x42ae50": "0x2dc6c0"
140
138
}
141
139
}
142
140
}
160
158
"eip140Transition": "0x42ae50",
161
159
"eip211Transition": "0x42ae50",
162
160
"eip214Transition": "0x42ae50",
163
- "eip658Transition": "0x42ae50",
164
- "eip145Transition": "0x6c0840",
165
- "eip1014Transition": "0x6c0840",
166
- "eip1052Transition": "0x6c0840",
167
- "eip1283Transition": "0x6c0840"
161
+ "eip658Transition": "0x42ae50"
168
162
},
169
163
"genesis": {
170
164
"seal": {
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ track = "nightly"
16
16
# Latest supported fork blocks.
17
17
# Indicates a critical release in this track (i.e. consensus issue).
18
18
[package .metadata .networks ]
19
- foundation = { forkBlock = 7080000 , critical = false }
19
+ foundation = { forkBlock = 4370000 , critical = true }
20
20
ropsten = { forkBlock = 4230000 , critical = false }
21
- kovan = { forkBlock = 9200000 , critical = false }
21
+ kovan = { forkBlock = 9200000 , critical = true }
22
22
23
23
[dependencies ]
24
24
parity-bytes = " 0.1"
You can’t perform that action at this time.
0 commit comments