forked from paritytech/substrate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/add testchain confucianism (paritytech#921)
* support confucianism testnet config * Update bitcoin genesis for testnet confucianism (paritytech#920) * Update bitcoin genesis for testnet confucianism * Apply clippy (paritytech#919) * Start applying clippy * Pass clippy on src/main.rs * Pass cli/src/lib.rs * Pass clippy on cli/src/service.rs * Pass clippy on cli/src/genesis_config/mod.rs * Pass clippy on cli/src/genesis_config/chainx.rs * Add clippy to CI * Fix a bunch of clippy warnings * Pass clippy on xbitcoin * Pass clippy on xdex spot * Try passing CI * Fix more clippy warnings * Add clippy_check GA * Use actions-rs/cargo@v1 * Add clippy component * Use stable toolchain * . * Add missing running time * Suppress non-trivival clippy warnings * . * Fix CI * Update btc genesis to most recent difficulty adjusted block Co-authored-by: Aten <[email protected]> Co-authored-by: Liu-Cheng Xu <[email protected]>
- Loading branch information
1 parent
0c7f5d4
commit db37f5c
Showing
6 changed files
with
73 additions
and
7 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
account_id,session_key,endowed,name,url,about,hot_entity,cold_entity | ||
9b26794331dcf1c41aa29fd482b2e3bd786e190475d9c2119479fb4c9bec239c,5917d1850e940bcd23254c73dcb936b730dd950ee6b750af02cc8caaedcd83ba,10,Laocius,polkadot.network,,0384306cbc714c3a7f9a1a6cc763525d1f65e4993721fc023fc0954a185aa2fd1d,022f0fe2f0801f5dc95d93254e5e6b36e919c4759f24f38e3998f695e35c967984 | ||
faedbba3c52607b2d96cd069148b28a6e7233d2fa9b5643e8fe7604689f75ae3,ada1cb1b5d3f0a09e37a2c510295e27f70f1db630b56ebccf2417e0dc401398b,10,Mencius,polkadot.network,,02166422b1b2da8d3f9986b0df694a9008d535fb36475e858b14cb94ea41a339e7,02183ffa596f67f0445ab945933c1e39c3f4f5dcb346cc8d5dfaae30d5d64e8ac4 | ||
a0e430eae4f131ef808a981e61dbe6bcc12264d4f103524d395a5ac6c966f059,720aaf07da947bdf7ac25f73cc70207b1e691f2794ee2044fdd0442bda78ed31,10,Confucius,polkadot.network,,026220f0c305bc8131ba929a55b3a4de504afed8cbf980c05d487e40675ba40383,02b9127e1c4f25e6b15e488006c128ddc55327b38100de7b890cd50b5e2cdb9804 | ||
9b26794331dcf1c41aa29fd482b2e3bd786e190475d9c2119479fb4c9bec239c,5917d1850e940bcd23254c73dcb936b730dd950ee6b750af02cc8caaedcd83ba,10,Laocius,polkadot.network,,037bcacb8f770632b43d52bbf52c14c94f766c59b6b2853678f3bfd8c2bbf73119,0315565ca86c26a01eb9f561b27c4202a80d760e049621600b46e21d2614943249 | ||
faedbba3c52607b2d96cd069148b28a6e7233d2fa9b5643e8fe7604689f75ae3,ada1cb1b5d3f0a09e37a2c510295e27f70f1db630b56ebccf2417e0dc401398b,10,Mencius,polkadot.network,,0292fc46364843cc9909ba6b33cbdf28e2a36d431b20ea47a188a3913e4aed6181,02d2e2729a2f0110b5705b9bc4aad5f54f7b4e80f495e45e465e140c28d0bc5106 | ||
a0e430eae4f131ef808a981e61dbe6bcc12264d4f103524d395a5ac6c966f059,720aaf07da947bdf7ac25f73cc70207b1e691f2794ee2044fdd0442bda78ed31,10,Confucius,polkadot.network,,0202df69fc8cf55ebe4c56487cdcb0066eae346fda47a3212a16bd37e91efc41b6,033a8e0a477752755fb3809858d230e8efb0383fd2c36442d3c62830b05b7950c6 | ||
e8e4ea2e27dac9c85b138554f323c19e82d3b77ab59ad1bd944c138c31e32588,dc6731942968ba7a321b22f688fbb94449975b5b078f2a495610df52c0fa2fbf,10,Mocius,polkadot.network,,, |
Binary file added
BIN
+2.42 MB
cli/src/genesis_config/res/wasm/testnet_confucianism_chainx_runtime.compact.wasm
Binary file not shown.
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