Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit ba0a380

Browse files
authored
ethcore/res: enable ecip-1088 phoenix upgrade for kotti and mordor testnets (#11529)
* ethcore/res: enable ecip-1088 phoenix upgrade for classic * ethcore/res: fix eip-2200 config for the classic networks * ethcore/res: add fork block checkpoint for mordor classic * ethcore/res: fix whitespacing for mordor classic config * ethcore/res: fix mordor bootnode entries * ethcore/res: shuffle mordor bootnodes * ethcore/res: use hex prefix for classic specs * ethcore/res: revert classic spec to pre-phoenix Co-authored-by: q9f <q9f@users.noreply.github.com>
1 parent 5be4924 commit ba0a380

File tree

2 files changed

+168
-146
lines changed

2 files changed

+168
-146
lines changed

ethcore/res/ethereum/kotti.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424
"eip658Transition": "0xaef49",
2525
"eip1014Transition": "0x1a064d",
2626
"eip1052Transition": "0x1a064d",
27-
"eip1283Transition": "0x1f67cf",
28-
"eip1344Transition": "0x1f67cf",
29-
"eip1706Transition": "0x1f67cf",
30-
"eip2028Transition": "0x1f67cf",
31-
"eip2200AdvanceTransition": "0x1f67cf",
27+
"eip1283Transition": "0x0",
28+
"eip1283DisableTransition": "0x0",
29+
"eip1283ReenableTransition": "0x2191cd",
30+
"eip1344Transition": "0x2191cd",
31+
"eip1706Transition": "0x2191cd",
32+
"eip1884Transition": "0x2191cd",
33+
"eip2028Transition": "0x2191cd",
3234
"gasLimitBoundDivisor": "0x400",
3335
"maxCodeSize": "0x6000",
3436
"maxCodeSizeTransition": "0xaef49",
@@ -129,7 +131,7 @@
129131
"0xaef49": {
130132
"price": { "alt_bn128_const_operations": { "price": 500 }}
131133
},
132-
"0x1f67cf": {
134+
"0x2191cd": {
133135
"info": "EIP 1108 transition",
134136
"price": { "alt_bn128_const_operations": { "price": 150 }}
135137
}
@@ -144,7 +146,7 @@
144146
"0xaef49": {
145147
"price": { "alt_bn128_const_operations": { "price": 40000 }}
146148
},
147-
"0x1f67cf": {
149+
"0x2191cd": {
148150
"info": "EIP 1108 transition",
149151
"price": { "alt_bn128_const_operations": { "price": 6000 }}
150152
}
@@ -159,7 +161,7 @@
159161
"0xaef49": {
160162
"price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }}
161163
},
162-
"0x1f67cf": {
164+
"0x2191cd": {
163165
"info": "EIP 1108 transition",
164166
"price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }}
165167
}
@@ -170,7 +172,7 @@
170172
"balance": "0x1",
171173
"builtin": {
172174
"name": "blake2_f",
173-
"activate_at": "0x1f67cf",
175+
"activate_at": "0x2191cd",
174176
"pricing": {
175177
"blake2_f": {
176178
"gas_per_round": 1

0 commit comments

Comments
 (0)