This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethcore/res: add mordor testnet configuration (#11200)
* ethcore/res: add mordor testnet configuration * ethcore/spec: add mordor testnet configuration * parity/cli: add mordor testnet configuration * parity/config: fix tests * ethcore/res: update mordor spec with agharta hardfork block 301243 * ethcore/res: update kotti with agharta block 1705549 * ethcore/res: update morden with agharta block 5000381 * ethcore/res: multiple prices and activations for mordor testnet * fix mordor spec json * fix mordor spec json
- Loading branch information
Showing
8 changed files
with
220 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
{ | ||
"name":"Mordor Classic Testnet", | ||
"dataDir":"mordor", | ||
"engine":{ | ||
"Ethash":{ | ||
"params":{ | ||
"minimumDifficulty":"0x20000", | ||
"difficultyBoundDivisor":"0x800", | ||
"durationLimit":"0xd", | ||
"blockReward":"0x4563918244F40000", | ||
"homesteadTransition":"0x0", | ||
"ecip1010PauseTransition":"0x0", | ||
"ecip1010ContinueTransition":"0x0", | ||
"ecip1017EraRounds":"0x1e8480", | ||
"bombDefuseTransition":"0x0", | ||
"eip100bTransition":"0x0" | ||
} | ||
} | ||
}, | ||
"params":{ | ||
"gasLimitBoundDivisor":"0x400", | ||
"accountStartNonce":"0x0", | ||
"maximumExtraDataSize":"0x20", | ||
"minGasLimit":"0x1388", | ||
"networkID":"0x7", | ||
"chainID":"0x3f", | ||
"eip150Transition":"0x0", | ||
"eip160Transition":"0x0", | ||
"eip161abcTransition":"0x0", | ||
"eip161dTransition":"0x0", | ||
"eip155Transition":"0x0", | ||
"maxCodeSize":"0x6000", | ||
"maxCodeSizeTransition":"0x0", | ||
"eip140Transition":"0x0", | ||
"eip211Transition":"0x0", | ||
"eip214Transition":"0x0", | ||
"eip658Transition":"0x0", | ||
"eip145Transition":"0x498bb", | ||
"eip1014Transition":"0x498bb", | ||
"eip1052Transition":"0x498bb" | ||
}, | ||
"genesis":{ | ||
"seal":{ | ||
"ethereum":{ | ||
"nonce":"0x0000000000000000", | ||
"mixHash":"0x0000000000000000000000000000000000000000000000000000000000000000" | ||
} | ||
}, | ||
"difficulty":"0x20000", | ||
"author":"0x0000000000000000000000000000000000000000", | ||
"timestamp":"0x5d9676db", | ||
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"extraData":"0x70686f656e697820636869636b656e206162737572642062616e616e61", | ||
"gasLimit":"0x2fefd8" | ||
}, | ||
"nodes":[ | ||
"enode://03b133f731049e3f7be827339c3759be92778c05e54a1847d178c0fdb56fa168aa1e7e61fc77791a7afdd0328a00318f73c01212eb3f3bbe919f5ce8f5b4a314@192.227.105.4:32000", | ||
"enode://06fdbeb591d26f53b2e7250025fe955ca013431ded930920cf1e3cd1f0c920e9a5e727949d209bc25a07288327b525279b11c5551315c50ff0db483e69fc159b@34.218.225.178:32000", | ||
"enode://1813e90a0afdd7c1e4892c5376960e3577a9e6c5a4f86fa405a405c7421a4a1608248d77cc90333842f13d8954d82113dec480cfb76b4fef8cb475157cf4d5f2@10.28.224.3:30000", | ||
"enode://2b69a3926f36a7748c9021c34050be5e0b64346225e477fe7377070f6289bd363b2be73a06010fd516e6ea3ee90778dd0399bc007bb1281923a79374f842675a@51.15.116.226:30303", | ||
"enode://621e28e529146fd501709194885f50540c494f1a2985d1fb4ec8769226b5cb0b0d1a11545926077821474c2767cdd87888ead8a2509a2c9069dd5584e4b1c3b8@10.28.223.8:30000", | ||
"enode://a59e33ccd2b3e52d578f1fbd70c6f9babda2650f0760d6ff3b37742fdcdfdb3defba5d56d315b40c46b70198c7621e63ffa3f987389c7118634b0fefbbdfa7fd@51.15.116.226:30303" | ||
], | ||
"accounts":{ | ||
"0x0000000000000000000000000000000000000001":{ | ||
"builtin":{ | ||
"name":"ecrecover", | ||
"pricing":{ | ||
"linear":{ | ||
"base":3000, | ||
"word":0 | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000002":{ | ||
"builtin":{ | ||
"name":"sha256", | ||
"pricing":{ | ||
"linear":{ | ||
"base":60, | ||
"word":12 | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000003":{ | ||
"builtin":{ | ||
"name":"ripemd160", | ||
"pricing":{ | ||
"linear":{ | ||
"base":600, | ||
"word":120 | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000004":{ | ||
"builtin":{ | ||
"name":"identity", | ||
"pricing":{ | ||
"linear":{ | ||
"base":15, | ||
"word":3 | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000005":{ | ||
"builtin":{ | ||
"activate_at":"0x0", | ||
"name":"modexp", | ||
"pricing":{ | ||
"modexp":{ | ||
"divisor":20 | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000006":{ | ||
"builtin":{ | ||
"name":"alt_bn128_add", | ||
"pricing":{ | ||
"0x0":{ | ||
"price":{ | ||
"alt_bn128_const_operations":{ | ||
"price":500 | ||
} | ||
} | ||
}, | ||
"0x7fffffffffffff":{ | ||
"info":"EIP 1108 transition", | ||
"price":{ | ||
"alt_bn128_const_operations":{ | ||
"price":150 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000007":{ | ||
"builtin":{ | ||
"name":"alt_bn128_mul", | ||
"pricing":{ | ||
"0x0":{ | ||
"price":{ | ||
"alt_bn128_const_operations":{ | ||
"price":40000 | ||
} | ||
} | ||
}, | ||
"0x7fffffffffffff":{ | ||
"info":"EIP 1108 transition", | ||
"price":{ | ||
"alt_bn128_const_operations":{ | ||
"price":6000 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"0x0000000000000000000000000000000000000008":{ | ||
"builtin":{ | ||
"name":"alt_bn128_pairing", | ||
"pricing":{ | ||
"0x0":{ | ||
"price":{ | ||
"alt_bn128_pairing":{ | ||
"base":100000, | ||
"pair":80000 | ||
} | ||
} | ||
}, | ||
"0x7fffffffffffff":{ | ||
"info":"EIP 1108 transition", | ||
"price":{ | ||
"alt_bn128_pairing":{ | ||
"base":45000, | ||
"pair":34000 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters