Skip to content

Commit

Permalink
update(ewf-istanbul): 1 wei to blake 2 + new transition blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyam committed Feb 21, 2020
1 parent ed220dd commit 80bd592
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
25 changes: 13 additions & 12 deletions ethcore/res/ethereum/ewc.json
Expand Up @@ -27,11 +27,11 @@
"eip145Transition": "0x0",
"eip1014Transition": "0x0",
"eip1052Transition": "0x0",
"eip1283Transition": "0x459bbf",
"eip1344Transition": "0x459bbf",
"eip1706Transition": "0x459bbf",
"eip1884Transition": "0x459bbf",
"eip2028Transition": "0x459bbf",
"eip1283Transition": "0x477336",
"eip1344Transition": "0x477336",
"eip1706Transition": "0x477336",
"eip1884Transition": "0x477336",
"eip2028Transition": "0x477336",
"registrar": "0x1204700000000000000000000000000000000006"
},
"genesis": {
Expand Down Expand Up @@ -858,8 +858,8 @@
"0": {
"price": { "alt_bn128_const_operations": { "price": 500 }}
},
"0x459bbf": {
"info": "EIP 1108 transition at block 4_561_855 (0x459bbf)",
"0x477336": {
"info": "EIP 1108 transition at block 4_682_550 (0x477336)",
"price": { "alt_bn128_const_operations": { "price": 150 }}
}
}
Expand All @@ -873,8 +873,8 @@
"0": {
"price": { "alt_bn128_const_operations": { "price": 40000 }}
},
"0x459bbf": {
"info": "EIP 1108 transition at block 4_561_855 (0x459bbf)",
"0x477336": {
"info": "EIP 1108 transition at block 4_682_550 (0x477336)",
"price": { "alt_bn128_const_operations": { "price": 6000 }}
}
}
Expand All @@ -888,17 +888,18 @@
"0": {
"price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }}
},
"0x459bbf": {
"info": "EIP 1108 transition at block 4_561_855 (0x459bbf)",
"0x477336": {
"info": "EIP 1108 transition at block 4_682_550 (0x477336)",
"price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }}
}
}
}
},
"0x0000000000000000000000000000000000000009": {
"balance": "1",
"builtin": {
"name": "blake2_f",
"activate_at": "0x459bbf",
"activate_at": "0x477336",
"pricing": {
"blake2_f": {
"gas_per_round": 1
Expand Down
25 changes: 13 additions & 12 deletions ethcore/res/ethereum/volta.json
Expand Up @@ -27,11 +27,11 @@
"eip145Transition": "0x0",
"eip1014Transition": "0x0",
"eip1052Transition": "0x0",
"eip1283Transition": "0x4ab670",
"eip1344Transition": "0x4ab670",
"eip1706Transition": "0x4ab670",
"eip1884Transition": "0x4ab670",
"eip2028Transition": "0x4ab670",
"eip1283Transition": "0x4c5689",
"eip1344Transition": "0x4c5689",
"eip1706Transition": "0x4c5689",
"eip1884Transition": "0x4c5689",
"eip2028Transition": "0x4c5689",
"registrar": "0x1204700000000000000000000000000000000006"
},
"genesis": {
Expand Down Expand Up @@ -1216,8 +1216,8 @@
"0": {
"price": { "alt_bn128_const_operations": { "price": 500 }}
},
"0x4ab670": {
"info": "EIP 1108 transition at block 4_896_368 (0x4ab670)",
"0x4c5689": {
"info": "EIP 1108 transition at block 5_002_889 (0x4c5689)",
"price": { "alt_bn128_const_operations": { "price": 150 }}
}
}
Expand All @@ -1231,8 +1231,8 @@
"0": {
"price": { "alt_bn128_const_operations": { "price": 40000 }}
},
"0x4ab670": {
"info": "EIP 1108 transition at block 4_896_368 (0x4ab670)",
"0x4c5689": {
"info": "EIP 1108 transition at block 5_002_889 (0x4c5689)",
"price": { "alt_bn128_const_operations": { "price": 6000 }}
}
}
Expand All @@ -1246,17 +1246,18 @@
"0": {
"price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }}
},
"0x4ab670": {
"info": "EIP 1108 transition at block 4_896_368 (0x4ab670)",
"0x4c5689": {
"info": "EIP 1108 transition at block 5_002_889 (0x4c5689)",
"price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }}
}
}
}
},
"0x0000000000000000000000000000000000000009": {
"balance": "1",
"builtin": {
"name": "blake2_f",
"activate_at": "0x4ab670",
"activate_at": "0x4c5689",
"pricing": {
"blake2_f": {
"gas_per_round": 1
Expand Down

0 comments on commit 80bd592

Please sign in to comment.