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.
* CI: Fix cargo cache (#7968) * Fix cache Blocking waiting for file lock on the registry index * Only clean locked cargo cache on windows * fixed ethstore sign (#8026) * fixed parsing ethash seals and verify_block_undordered (#8031) * fix for verify_block_basic crashing on invalid transaction rlp (#8032) * fix cache & snapcraft CI build (#8052) after successful testing it is necessary to port in a ```beta``` and ```stable``` * Add MCIP-6 Byzyantium transition to Musicoin spec (#7841) * Add test chain spec for musicoin byzantium testnet * Add MCIP-6 Byzyantium transition to Musicoin spec * Update mcip6_byz.json * ethcore: update musicoin byzantium block number * ethcore: update musicoin byzantium block number * ethcore: update musicoin bootnodes * Update musicoin.json * Update musicoin.json * More bootnodes.
- Loading branch information
Showing
7 changed files
with
279 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
{ | ||
"name":"Musicoin Byzantium Test", | ||
"dataDir":"mcip6test", | ||
"engine":{ | ||
"Ethash":{ | ||
"params":{ | ||
"minimumDifficulty":"0x020000", | ||
"difficultyBoundDivisor":"0x0800", | ||
"durationLimit":"0x0d", | ||
"homesteadTransition":"0x17", | ||
"eip100bTransition":"0x2a", | ||
"eip150Transition":"0x2a", | ||
"eip160Transition":"0x7fffffffffffff", | ||
"eip161abcTransition":"0x7fffffffffffff", | ||
"eip161dTransition":"0x7fffffffffffff", | ||
"eip649Transition":"0x2a", | ||
"blockReward":"0x1105a0185b50a80000", | ||
"mcip3Transition":"0x17", | ||
"mcip3MinerReward":"0xd8d726b7177a80000", | ||
"mcip3UbiReward":"0x2b5e3af16b1880000", | ||
"mcip3UbiContract":"0x00efdd5883ec628983e9063c7d969fe268bbf310", | ||
"mcip3DevReward":"0xc249fdd327780000", | ||
"mcip3DevContract":"0x00756cf8159095948496617f5fb17ed95059f536" | ||
} | ||
} | ||
}, | ||
"params":{ | ||
"gasLimitBoundDivisor":"0x0400", | ||
"registrar":"0x5C271c4C9A67E7D73b7b3669d47504741354f21D", | ||
"accountStartNonce":"0x00", | ||
"maximumExtraDataSize":"0x20", | ||
"minGasLimit":"0x1388", | ||
"networkID":"0x76740c", | ||
"forkBlock":"0x2b", | ||
"forkCanonHash":"0x23c3171e864a5d513a3ef85e4cf86dac4cc36b89e5b8e63bf0ebcca68b9e43c9", | ||
"eip86Transition":"0x7fffffffffffff", | ||
"eip98Transition":"0x7fffffffffffff", | ||
"eip140Transition":"0x2a", | ||
"eip155Transition":"0x2a", | ||
"eip211Transition":"0x2a", | ||
"eip214Transition":"0x2a", | ||
"eip658Transition":"0x2a", | ||
"maxCodeSize":"0x6000" | ||
}, | ||
"genesis":{ | ||
"seal":{ | ||
"ethereum":{ | ||
"nonce":"0x000000000000002a", | ||
"mixHash":"0x00000000000000000000000000000000000000647572616c65787365646c6578" | ||
} | ||
}, | ||
"difficulty":"0x3d0900", | ||
"author":"0x0000000000000000000000000000000000000000", | ||
"timestamp":"0x00", | ||
"parentHash":"0x0000000000000000000000000000000000000000000000000000000000000000", | ||
"extraData":"", | ||
"gasLimit":"0x7a1200" | ||
}, | ||
"nodes":[ | ||
"enode://5ddc110733f6d34101973cdef3f9b43484159acf6f816d3b1ee92bc3c98ea453e857bb1207edf0ec0242008ab3a0f9f05eeaee99d47bd414c08a5bdf4847de13@176.9.3.148:30303", | ||
"enode://38f074f4db8e64dfbaf87984bf290eef67772a901a7113d1b62f36216be152b8450c393d6fc562a5e38f04f99bc8f439a99010a230b1d92dc1df43bf0bd00615@176.9.3.148:30403" | ||
], | ||
"accounts":{ | ||
"0000000000000000000000000000000000000001":{ | ||
"balance":"1", | ||
"builtin":{ | ||
"name":"ecrecover", | ||
"pricing":{ | ||
"linear":{ | ||
"base":3000, | ||
"word":0 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000002":{ | ||
"balance":"1", | ||
"builtin":{ | ||
"name":"sha256", | ||
"pricing":{ | ||
"linear":{ | ||
"base":60, | ||
"word":12 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000003":{ | ||
"balance":"1", | ||
"builtin":{ | ||
"name":"ripemd160", | ||
"pricing":{ | ||
"linear":{ | ||
"base":600, | ||
"word":120 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000004":{ | ||
"balance":"1", | ||
"builtin":{ | ||
"name":"identity", | ||
"pricing":{ | ||
"linear":{ | ||
"base":15, | ||
"word":3 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000005":{ | ||
"builtin":{ | ||
"name":"modexp", | ||
"activate_at":"0x2a", | ||
"pricing":{ | ||
"modexp":{ | ||
"divisor":20 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000006":{ | ||
"builtin":{ | ||
"name":"alt_bn128_add", | ||
"activate_at":"0x2a", | ||
"pricing":{ | ||
"linear":{ | ||
"base":500, | ||
"word":0 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000007":{ | ||
"builtin":{ | ||
"name":"alt_bn128_mul", | ||
"activate_at":"0x2a", | ||
"pricing":{ | ||
"linear":{ | ||
"base":40000, | ||
"word":0 | ||
} | ||
} | ||
} | ||
}, | ||
"0000000000000000000000000000000000000008":{ | ||
"builtin":{ | ||
"name":"alt_bn128_pairing", | ||
"activate_at":"0x2a", | ||
"pricing":{ | ||
"alt_bn128_pairing":{ | ||
"base":100000, | ||
"pair":80000 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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
Oops, something went wrong.