Istanbul activation on POA Core (#11298)

This commit is contained in:
varasev 2019-12-09 16:36:06 +03:00 committed by Andronik Ordian
parent 64295fde62
commit 07e3a7f3d4
1 changed files with 69 additions and 20 deletions

View File

@ -37,7 +37,12 @@
"eip658Transition": "0x0", "eip658Transition": "0x0",
"eip145Transition": 8582254, "eip145Transition": 8582254,
"eip1014Transition": 8582254, "eip1014Transition": 8582254,
"eip1052Transition": 8582254 "eip1052Transition": 8582254,
"eip1283Transition": 12598600,
"eip1344Transition": 12598600,
"eip1706Transition": 12598600,
"eip1884Transition": 12598600,
"eip2028Transition": 12598600
}, },
"genesis": { "genesis": {
"seal": { "seal": {
@ -5406,57 +5411,89 @@
"enode://96678da10ac83769ab3f63114a41b57b700476c5ac02719b878fa89909a936551bb7609aa09b068bf89903206fa03f23e1b5b9117ca278de304c2570b87dcb27@35.175.15.164:30303" "enode://96678da10ac83769ab3f63114a41b57b700476c5ac02719b878fa89909a936551bb7609aa09b068bf89903206fa03f23e1b5b9117ca278de304c2570b87dcb27@35.175.15.164:30303"
], ],
"accounts": { "accounts": {
"0000000000000000000000000000000000000005": { "builtin": { "name": "modexp", "activate_at": "0x0", "pricing": { "modexp": { "divisor": 20 } } } }, "0x0000000000000000000000000000000000000005": {
"0000000000000000000000000000000000000006": { "builtin": {
"name": "modexp",
"pricing": {
"0": {
"price": {
"modexp": {
"divisor": 20
}
}
}
}
}
},
"0x0000000000000000000000000000000000000006": {
"builtin": { "builtin": {
"name": "alt_bn128_add", "name": "alt_bn128_add",
"pricing": { "pricing": {
"0": { "0": {
"price": { "alt_bn128_const_operations": { "price": 500 }} "price": { "alt_bn128_const_operations": { "price": 500 }}
}, },
"0x7fffffffffffff": { "12598600": {
"info": "EIP 1108 transition", "info": "EIP 1108 transition",
"price": { "alt_bn128_const_operations": { "price": 150 }} "price": { "alt_bn128_const_operations": { "price": 150 }}
} }
} }
} }
}, },
"0000000000000000000000000000000000000007": { "0x0000000000000000000000000000000000000007": {
"builtin": { "builtin": {
"name": "alt_bn128_mul", "name": "alt_bn128_mul",
"pricing": { "pricing": {
"0": { "0": {
"price": { "alt_bn128_const_operations": { "price": 40000 }} "price": { "alt_bn128_const_operations": { "price": 40000 }}
}, },
"0x7fffffffffffff": { "12598600": {
"info": "EIP 1108 transition", "info": "EIP 1108 transition",
"price": { "alt_bn128_const_operations": { "price": 6000 }} "price": { "alt_bn128_const_operations": { "price": 6000 }}
} }
} }
} }
}, },
"0000000000000000000000000000000000000008": { "0x0000000000000000000000000000000000000008": {
"builtin": { "builtin": {
"name": "alt_bn128_pairing", "name": "alt_bn128_pairing",
"pricing": { "pricing": {
"0": { "0": {
"price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }} "price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }}
}, },
"0x7fffffffffffff": { "12598600": {
"info": "EIP 1108 transition", "info": "EIP 1108 transition",
"price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }} "price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }}
} }
} }
} }
}, },
"0x0000000000000000000000000000000000000009": {
"builtin": {
"name": "blake2_f",
"pricing": {
"12598600": {
"info": "EIP 1108 transition",
"price": {
"blake2_f": {
"gas_per_round": 1
}
}
}
}
}
},
"0x0000000000000000000000000000000000000001": { "0x0000000000000000000000000000000000000001": {
"balance": "1", "balance": "1",
"builtin": { "builtin": {
"name": "ecrecover", "name": "ecrecover",
"pricing": { "pricing": {
"linear": { "0": {
"base": 3000, "price": {
"word": 0 "linear": {
"base": 3000,
"word": 0
}
}
} }
} }
} }
@ -5466,9 +5503,13 @@
"builtin": { "builtin": {
"name": "sha256", "name": "sha256",
"pricing": { "pricing": {
"linear": { "0": {
"base": 60, "price": {
"word": 12 "linear": {
"base": 60,
"word": 12
}
}
} }
} }
} }
@ -5478,9 +5519,13 @@
"builtin": { "builtin": {
"name": "ripemd160", "name": "ripemd160",
"pricing": { "pricing": {
"linear": { "0": {
"base": 600, "price": {
"word": 120 "linear": {
"base": 600,
"word": 120
}
}
} }
} }
} }
@ -5490,9 +5535,13 @@
"builtin": { "builtin": {
"name": "identity", "name": "identity",
"pricing": { "pricing": {
"linear": { "0": {
"base": 15, "price": {
"word": 3 "linear": {
"base": 15,
"word": 3
}
}
} }
} }
} }