Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add S2S to Darwinia/Crab #787

Merged
merged 43 commits into from
Nov 23, 2021
Merged

Add S2S to Darwinia/Crab #787

merged 43 commits into from
Nov 23, 2021

Conversation

aurexav
Copy link
Member

@aurexav aurexav commented Nov 18, 2021

Integrate the basic Substrate to Substrate bridge into Darwinia/Common runtimes.

@aurexav aurexav marked this pull request as draft November 18, 2021 08:42
@aurexav aurexav added Crab S-Need Audit PR contains changes to fund-managing logic that should be properly reviewed and externally audited U-Release [Uncategorized] New release labels Nov 18, 2021
@aurexav aurexav marked this pull request as ready for review November 21, 2021 15:17
@aurexav aurexav changed the title Release v0.11.6 Add S2S to Darwinia/Crab Nov 22, 2021
@boundless-forest boundless-forest self-requested a review November 22, 2021 03:38
Copy link
Member

@boundless-forest boundless-forest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I go through back and forth a few times. All changes look good to me now. Only some repo dump works needed.

Copy link
Contributor

@hackfisher hackfisher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request fork-off substrate testing before tagging new release.

@fewensa
Copy link
Contributor

fewensa commented Nov 22, 2021

error: failed to run custom build command for `crab-runtime v0.11.6 (https://github.com/darwinia-network/darwinia.git?branch=xavier-v0.11.6#33c548a2)`

Caused by:
  process didn't exit successfully: `\bridger\target\debug\build\crab-runtime-b00d5dbd19d6864e\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at '`cargo metadata` can not fail on project `Cargo.toml`; qed: CargoMetadata { stderr: "    Updating git repository `https://github.com/encointer/substrate-fixed`\n    Updating git repository `https://github.com/encointer/typenum`\n Downloading crates ...\nerror: failed to download `pdqselect v0.1.1`\n\nCaused by:\n  unable to get packages from source\n\nCaused by:\n  failed to parse manifest at `d:/opt/scoop/persist/rustup/.cargo\\registry\\src\\github.com-1ecc6299db9ec823\\pdqselect-0.1.1\\Cargo.toml`\n\nCaused by:\n  feature `edition2021` is required\n\n  consider adding `cargo-features = [\"edition2021\"]` to the manifest\n" }', d:\opt\scoop\persist\rustup\.cargo\git\checkouts\substrate-a7fa553ead635512\3c951d7\utils\wasm-builder\src\wasm_project.rs:78:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed

Do we currently plan to use edtion2021?

Cargo.lock Show resolved Hide resolved
@aurexav
Copy link
Member Author

aurexav commented Nov 22, 2021

error: failed to run custom build command for `crab-runtime v0.11.6 (https://github.com/darwinia-network/darwinia.git?branch=xavier-v0.11.6#33c548a2)`

Caused by:
  process didn't exit successfully: `\bridger\target\debug\build\crab-runtime-b00d5dbd19d6864e\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at '`cargo metadata` can not fail on project `Cargo.toml`; qed: CargoMetadata { stderr: "    Updating git repository `https://github.com/encointer/substrate-fixed`\n    Updating git repository `https://github.com/encointer/typenum`\n Downloading crates ...\nerror: failed to download `pdqselect v0.1.1`\n\nCaused by:\n  unable to get packages from source\n\nCaused by:\n  failed to parse manifest at `d:/opt/scoop/persist/rustup/.cargo\\registry\\src\\github.com-1ecc6299db9ec823\\pdqselect-0.1.1\\Cargo.toml`\n\nCaused by:\n  feature `edition2021` is required\n\n  consider adding `cargo-features = [\"edition2021\"]` to the manifest\n" }', d:\opt\scoop\persist\rustup\.cargo\git\checkouts\substrate-a7fa553ead635512\3c951d7\utils\wasm-builder\src\wasm_project.rs:78:10
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed

Do we currently plan to use edtion2021?

In the next release.

@aurexav
Copy link
Member Author

aurexav commented Nov 22, 2021

Fork off Darwinia

2021-11-22 22:56:18   _____                      _       _           
2021-11-22 22:56:18  |  __ \                    (_)     (_)          
2021-11-22 22:56:18  | |  | | __ _ _ ____      ___ _ __  _  __ _     
2021-11-22 22:56:18  | |  | |/ _` | '__\ \ /\ / / | '_ \| |/ _` |    
2021-11-22 22:56:18  | |__| | (_| | |   \ V  V /| | | | | | (_| |    
2021-11-22 22:56:18  |_____/ \__,_|_|    \_/\_/ |_|_| |_|_|\__,_|    
2021-11-22 22:56:18 Darwinia    
2021-11-22 22:56:18 ✌️  version 0.11.6-33c548a2-x86_64-linux-gnu    
2021-11-22 22:56:18 ❤️  by Darwinia Network <hello@darwinia.network>, 2018-2021    
2021-11-22 22:56:18 📋 Chain specification: Darwinia-fork    
2021-11-22 22:56:18 🏷 Node name: Alice    
2021-11-22 22:56:18 👤 Role: AUTHORITY    
2021-11-22 22:56:18 💾 Database: RocksDb at /tmp/substratefkqDaK/chains/darwinia-fork/db    
2021-11-22 22:56:18 ⛓  Native runtime: Darwinia-1160 (Darwinia-0.tx0.au0)    
2021-11-22 22:56:39 🔨 Initializing Genesis block/state (state: 0x3a0f…1be3, header-hash: 0x0d85…40d3)    
2021-11-22 22:56:39 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.    
2021-11-22 22:56:40 ⏱  Loaded block-time = 6s from block 0x0d85febdace8eea36f8e600c9d7b302dd1bdeea5a2fc16ac426fda4c589340d3    
2021-11-22 22:56:40 👶 Creating empty BABE epoch changes on what appears to be first startup.    
2021-11-22 22:56:40 🏷 Local node identity is: 12D3KooWHfFPQc3uAQoGoAivx33Syxm9kLPhBqpftAeqXRnwzgUg    
2021-11-22 22:56:40 📦 Highest known block at #0    
2021-11-22 22:56:40 〽️ Prometheus server started at 127.0.0.1:9615    
2021-11-22 22:56:40 Listening for new connections on 0.0.0.0:9944.    
2021-11-22 22:56:40 👶 Starting BABE Authorship worker    
2021-11-22 22:56:40 💔 The bootnode you want to connect to at `/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWKq94JWMupt2tDcAyZLZrt9m4L4CQi7hKveGvy9W8QFRB` provided a different peer ID than the one you expect: `12D3KooWKq94JWMupt2tDcAyZLZrt9m4L4CQi7hKveGvy9W8QFRB`.    
2021-11-22 22:56:40 💔 The bootnode you want to connect to at `/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWKq94JWMupt2tDcAyZLZrt9m4L4CQi7hKveGvy9W8QFRB` provided a different peer ID than the one you expect: `12D3KooWKq94JWMupt2tDcAyZLZrt9m4L4CQi7hKveGvy9W8QFRB`.    
2021-11-22 22:56:40 💔 The bootnode you want to connect to at `/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWKq94JWMupt2tDcAyZLZrt9m4L4CQi7hKveGvy9W8QFRB` provided a different peer ID than the one you expect: `12D3KooWKq94JWMupt2tDcAyZLZrt9m4L4CQi7hKveGvy9W8QFRB`.    
2021-11-22 22:56:40 Accepted a new tcp connection from 192.168.58.1:56588.    
2021-11-22 22:56:42 🙌 Starting consensus session on top of parent 0x0d85febdace8eea36f8e600c9d7b302dd1bdeea5a2fc16ac426fda4c589340d3    
2021-11-22 22:56:42 Running migration to v3.1 for grandpa with storage version Some(<wasm:stripped>)    
2021-11-22 22:56:42 Attempted to apply migration to v3.1 but cancelled because storage version is Some(<wasm:stripped>)    
2021-11-22 22:56:42 ⚠️ System declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TronBacking, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumRelayAuthorities, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumRelayerGame, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumBacking, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumRelay, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Multisig, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Proxy, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Scheduler, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Recovery, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Society, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Identity, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Utility, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Vesting, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Sudo, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Bounties, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Tips, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for KtonTreasury, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Treasury, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TechnicalMembership, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for PhragmenElection, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TechnicalCommittee, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Council, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Democracy, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for DarwiniaHeaderMMR, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for AuthorityDiscovery, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for ImOnline, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Grandpa, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Session, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Historical, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ⚠️ Offences declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 have 0 deferred offences, applying.    
2021-11-22 22:56:42 ✅ no migration for Staking, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for ElectionProviderMultiPhase, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Authorship, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TransactionPayment, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Kton, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Balances, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Timestamp, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Babe, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for RandomnessCollectiveFlip, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 🎁 Prepared block for proposing at 1 [hash: 0x1133ea81b52fb975b66dfc5b6a0ee2d60c1b87d52636a59745261b1889d27d44; parent_hash: 0x0d85…40d3; extrinsics (1): [0x28bf…74bc]]    
2021-11-22 22:56:42 🔖 Pre-sealed block for proposal at 1. Hash now 0xf06329ce32638be8c1e5cd2b48dd2f598fd5472c4de395ff43a5a5893fe1a4f8, previously 0x1133ea81b52fb975b66dfc5b6a0ee2d60c1b87d52636a59745261b1889d27d44.    
2021-11-22 22:56:42 👶 New epoch 0 launching at block 0xf063…a4f8 (block slot 272932167 >= start slot 272932167).    
2021-11-22 22:56:42 👶 Next epoch starts at slot 272934567    
2021-11-22 22:56:42 ✨ Imported #1 (0xf063…a4f8)    
2021-11-22 22:56:42 Running migration to v3.1 for grandpa with storage version Some(<wasm:stripped>)    
2021-11-22 22:56:42 Attempted to apply migration to v3.1 but cancelled because storage version is Some(<wasm:stripped>)    
2021-11-22 22:56:42 ⚠️ System declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TronBacking, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumRelayAuthorities, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumRelayerGame, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumBacking, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for EthereumRelay, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Multisig, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Proxy, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Scheduler, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Recovery, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Society, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Identity, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Utility, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Vesting, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Sudo, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Bounties, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Tips, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for KtonTreasury, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Treasury, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TechnicalMembership, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for PhragmenElection, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TechnicalCommittee, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Council, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Democracy, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for DarwiniaHeaderMMR, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for AuthorityDiscovery, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for ImOnline, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Grandpa, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Session, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Historical, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ⚠️ Offences declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 have 0 deferred offences, applying.    
2021-11-22 22:56:42 ✅ no migration for Staking, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for ElectionProviderMultiPhase, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Authorship, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for TransactionPayment, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Kton, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Balances, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Timestamp, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for Babe, setting storage version to <wasm:stripped>    
2021-11-22 22:56:42 ✅ no migration for RandomnessCollectiveFlip, setting storage version to <wasm:stripped>    
2021-11-22 22:56:45 💤 Idle (0 peers), best: #1 (0xf063…a4f8), finalized #0 (0x0d85…40d3), ⬇ 0.3kiB/s ⬆ 0.3kiB/s    
2021-11-22 22:56:48 🙌 Starting consensus session on top of parent 0xf06329ce32638be8c1e5cd2b48dd2f598fd5472c4de395ff43a5a5893fe1a4f8    
2021-11-22 22:56:48 🎁 Prepared block for proposing at 2 [hash: 0x508cccb1eb6b0cc26eb4f5f24b062491f2bff666a6c8497785b66d2b0f977bc5; parent_hash: 0xf063…a4f8; extrinsics (1): [0x58d7…9ef5]]    
2021-11-22 22:56:48 🔖 Pre-sealed block for proposal at 2. Hash now 0x2a7a0342d749ba7b8f84bf1bf9c32dad7ca395a0aeabaec024b33989f593e044, previously 0x508cccb1eb6b0cc26eb4f5f24b062491f2bff666a6c8497785b66d2b0f977bc5.    
2021-11-22 22:56:48 ✨ Imported #2 (0x2a7a…e044)    
2021-11-22 22:56:50 💤 Idle (0 peers), best: #2 (0x2a7a…e044), finalized #0 (0x0d85…40d3), ⬇ 0 ⬆ 0    
2021-11-22 22:56:54 🙌 Starting consensus session on top of parent 0x2a7a0342d749ba7b8f84bf1bf9c32dad7ca395a0aeabaec024b33989f593e044    
2021-11-22 22:56:54 🎁 Prepared block for proposing at 3 [hash: 0x0f10b4502293a748a631e726db0ab70cb5ec2749b564313bc057b2447a10bbd4; parent_hash: 0x2a7a…e044; extrinsics (1): [0x6bca…b7db]]    
2021-11-22 22:56:54 🔖 Pre-sealed block for proposal at 3. Hash now 0x9edba3ad4f19ac7c6372ed66a493600fc7c61fb7f9b193761b7e11e2a79b658f, previously 0x0f10b4502293a748a631e726db0ab70cb5ec2749b564313bc057b2447a10bbd4.    
2021-11-22 22:56:54 ✨ Imported #3 (0x9edb…658f)    
2021-11-22 22:56:55 💤 Idle (0 peers), best: #3 (0x9edb…658f), finalized #0 (0x0d85…40d3), ⬇ 0 ⬆ 0    
2021-11-22 22:57:00 🙌 Starting consensus session on top of parent 0x9edba3ad4f19ac7c6372ed66a493600fc7c61fb7f9b193761b7e11e2a79b658f    
2021-11-22 22:57:00 🎁 Prepared block for proposing at 4 [hash: 0xc96dc928b3c65cbe66395c605d200ff49b875e744a98e7eb1d2b3d5302d831e2; parent_hash: 0x9edb…658f; extrinsics (1): [0x0058…e097]]    
2021-11-22 22:57:00 🔖 Pre-sealed block for proposal at 4. Hash now 0x9efb804136970b7a6abb5e83112fdc0a1855884ea33a6cdf0763e12d20c648a8, previously 0xc96dc928b3c65cbe66395c605d200ff49b875e744a98e7eb1d2b3d5302d831e2.    
2021-11-22 22:57:00 ✨ Imported #4 (0x9efb…48a8)    
2021-11-22 22:57:00 💤 Idle (0 peers), best: #4 (0x9efb…48a8), finalized #1 (0xf063…a4f8), ⬇ 0 ⬆ 0    
2021-11-22 22:57:05 💤 Idle (0 peers), best: #4 (0x9efb…48a8), finalized #2 (0x2a7a…e044), ⬇ 0 ⬆ 0    
2021-11-22 22:57:06 🙌 Starting consensus session on top of parent 0x9efb804136970b7a6abb5e83112fdc0a1855884ea33a6cdf0763e12d20c648a8    
2021-11-22 22:57:06 🎁 Prepared block for proposing at 5 [hash: 0x4515e3a4289792eaa44522bd16b0adbf3eacba841bb3149fcc24305ded077ff7; parent_hash: 0x9efb…48a8; extrinsics (2): [0xd9a0…52d5, 0xc140…cb50]]    
2021-11-22 22:57:06 🔖 Pre-sealed block for proposal at 5. Hash now 0x8bfc81260888963b427efff94f1b2bc7035a557ec9357c8da685ed29cc1dbff4, previously 0x4515e3a4289792eaa44522bd16b0adbf3eacba841bb3149fcc24305ded077ff7.    
2021-11-22 22:57:06 ✨ Imported #5 (0x8bfc…bff4)    
2021-11-22 22:57:10 💤 Idle (0 peers), best: #5 (0x8bfc…bff4), finalized #3 (0x9edb…658f), ⬇ 0 ⬆ 0    
2021-11-22 22:57:12 🙌 Starting consensus session on top of parent 0x8bfc81260888963b427efff94f1b2bc7035a557ec9357c8da685ed29cc1dbff4    
2021-11-22 22:57:12 🎁 Prepared block for proposing at 6 [hash: 0xe7e15a519ae908bf679766ccdcefde160f4f5a4266ccb52dadaac2b6d5c9a727; parent_hash: 0x8bfc…bff4; extrinsics (1): [0xdc42…ab5a]]    
2021-11-22 22:57:12 🔖 Pre-sealed block for proposal at 6. Hash now 0xbd1ccd96eb67d7274788b1b75efde2842399baae6e8ffab115e4c6876767fa59, previously 0xe7e15a519ae908bf679766ccdcefde160f4f5a4266ccb52dadaac2b6d5c9a727.    
2021-11-22 22:57:12 ✨ Imported #6 (0xbd1c…fa59)    
2021-11-22 22:57:15 💤 Idle (0 peers), best: #6 (0xbd1c…fa59), finalized #3 (0x9edb…658f), ⬇ 0 ⬆ 0    
2021-11-22 22:57:18 🙌 Starting consensus session on top of parent 0xbd1ccd96eb67d7274788b1b75efde2842399baae6e8ffab115e4c6876767fa59    
2021-11-22 22:57:18 🎁 Prepared block for proposing at 7 [hash: 0xe49ad75f3920ef8fa9fa8c73502f08e846ac7f498fab13e5b8e404e51e446c0b; parent_hash: 0xbd1c…fa59; extrinsics (1): [0x575a…4cdf]]    
2021-11-22 22:57:18 🔖 Pre-sealed block for proposal at 7. Hash now 0xcfdb91e0c3b17f596fd74adbe2c19b666d2b2c252172b382c21c0322a08ed724, previously 0xe49ad75f3920ef8fa9fa8c73502f08e846ac7f498fab13e5b8e404e51e446c0b.    
2021-11-22 22:57:18 ✨ Imported #7 (0xcfdb…d724)    
2021-11-22 22:57:20 💤 Idle (0 peers), best: #7 (0xcfdb…d724), finalized #4 (0x9efb…48a8), ⬇ 0 ⬆ 0    
2021-11-22 22:57:24 🙌 Starting consensus session on top of parent 0xcfdb91e0c3b17f596fd74adbe2c19b666d2b2c252172b382c21c0322a08ed724    
2021-11-22 22:57:24 🎁 Prepared block for proposing at 8 [hash: 0x54399c70ebdeecd4d1c190eeb73b227a29faaf564ea4b70aae468fdb93ee0747; parent_hash: 0xcfdb…d724; extrinsics (1): [0x162b…031e]]    
2021-11-22 22:57:24 🔖 Pre-sealed block for proposal at 8. Hash now 0x0af0a1a27daf35ac894690e3849d8ee939ecd6aacc3f5b7cfac048f64cbc1150, previously 0x54399c70ebdeecd4d1c190eeb73b227a29faaf564ea4b70aae468fdb93ee0747.    
2021-11-22 22:57:24 ✨ Imported #8 (0x0af0…1150)    
2021-11-22 22:57:25 💤 Idle (0 peers), best: #8 (0x0af0…1150), finalized #5 (0x8bfc…bff4), ⬇ 0 ⬆ 0    
2021-11-22 22:57:30 🙌 Starting consensus session on top of parent 0x0af0a1a27daf35ac894690e3849d8ee939ecd6aacc3f5b7cfac048f64cbc1150    
2021-11-22 22:57:30 🎁 Prepared block for proposing at 9 [hash: 0x1b665d0678a634e6298ee19e67e0ea12c4d1f9a1e25559426b4ccfe5579c9d33; parent_hash: 0x0af0…1150; extrinsics (1): [0xab76…400e]]    
2021-11-22 22:57:30 🔖 Pre-sealed block for proposal at 9. Hash now 0x2d51f69a78b92522dc4b31e2d3de8d48857ea891bae3ae70e1f7d15582e72fa2, previously 0x1b665d0678a634e6298ee19e67e0ea12c4d1f9a1e25559426b4ccfe5579c9d33.    
2021-11-22 22:57:30 ✨ Imported #9 (0x2d51…2fa2)    
2021-11-22 22:57:30 💤 Idle (0 peers), best: #9 (0x2d51…2fa2), finalized #6 (0xbd1c…fa59), ⬇ 0 ⬆ 0    
2021-11-22 22:57:35 💤 Idle (0 peers), best: #9 (0x2d51…2fa2), finalized #7 (0xcfdb…d724), ⬇ 0 ⬆ 0    
2021-11-22 22:57:36 🙌 Starting consensus session on top of parent 0x2d51f69a78b92522dc4b31e2d3de8d48857ea891bae3ae70e1f7d15582e72fa2    
2021-11-22 22:57:36 🎁 Prepared block for proposing at 10 [hash: 0x08684897c6a0f4cf07b97bfc2f10052137b2e26c988b18a9108f96f0370c42ab; parent_hash: 0x2d51…2fa2; extrinsics (1): [0x613c…f6a8]]    
2021-11-22 22:57:36 🔖 Pre-sealed block for proposal at 10. Hash now 0x0ecd8dff98fd07f6d8d60edbd4b4d48241720fb8d3894f232dd4a3746ab646f3, previously 0x08684897c6a0f4cf07b97bfc2f10052137b2e26c988b18a9108f96f0370c42ab.    
2021-11-22 22:57:36 ✨ Imported #10 (0x0ecd…46f3)    
2021-11-22 22:57:40 💤 Idle (0 peers), best: #10 (0x0ecd…46f3), finalized #7 (0xcfdb…d724), ⬇ 0 ⬆ 0    
2021-11-22 22:57:42 🙌 Starting consensus session on top of parent 0x0ecd8dff98fd07f6d8d60edbd4b4d48241720fb8d3894f232dd4a3746ab646f3    
2021-11-22 22:57:44 Move `DarwiniaStaking` to `Ok("Staking")`    
2021-11-22 22:57:44 ⚠️ System declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for FeeMarket, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for BridgeCrabMessages, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for BridgeCrabGrandpa, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for BridgeCrabDispatch, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for TronBacking, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for EthereumRelayAuthorities, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for EthereumRelayerGame, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for EthereumBacking, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for EthereumRelay, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Multisig, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Proxy, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Scheduler, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Recovery, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Society, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Identity, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Utility, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Vesting, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Sudo, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Bounties, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Tips, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for KtonTreasury, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Treasury, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for TechnicalMembership, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for PhragmenElection, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for TechnicalCommittee, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Council, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Democracy, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for DarwiniaHeaderMMR, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for AuthorityDiscovery, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for ImOnline, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Grandpa, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Session, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Historical, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ⚠️ Offences declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 have 0 deferred offences, applying.    
2021-11-22 22:57:44 ✅ no migration for Staking, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for ElectionProviderMultiPhase, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Authorship, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for TransactionPayment, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Kton, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Balances, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Timestamp, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for Babe, setting storage version to <wasm:stripped>    
2021-11-22 22:57:44 ✅ no migration for RandomnessCollectiveFlip, setting storage version to <wasm:stripped>    
2021-11-22 22:57:45 💤 Idle (0 peers), best: #10 (0x0ecd…46f3), finalized #8 (0x0af0…1150), ⬇ 0 ⬆ 0    
2021-11-22 22:57:45 🎁 Prepared block for proposing at 11 [hash: 0x94134bc2482a1ce5e6c796d33654e9ae7b784219c1604a1b6a7c91af41367718; parent_hash: 0x0ecd…46f3; extrinsics (1): [0x3b48…753c]]    
2021-11-22 22:57:45 🔖 Pre-sealed block for proposal at 11. Hash now 0x8ba07ef4b40f56607bb9a1d4cd5654da716d9572337a8b7786b3ee629cc53f79, previously 0x94134bc2482a1ce5e6c796d33654e9ae7b784219c1604a1b6a7c91af41367718.    
2021-11-22 22:57:45 ✨ Imported #11 (0x8ba0…3f79)    
2021-11-22 22:57:48 🙌 Starting consensus session on top of parent 0x8ba07ef4b40f56607bb9a1d4cd5654da716d9572337a8b7786b3ee629cc53f79    
2021-11-22 22:57:48 🎁 Prepared block for proposing at 12 [hash: 0xcac3490c5d04610c214d67a6cca4870a9c26fa17df51fb535574216b9a0cc072; parent_hash: 0x8ba0…3f79; extrinsics (1): [0x62fa…ede5]]    
2021-11-22 22:57:48 🔖 Pre-sealed block for proposal at 12. Hash now 0x14a9bb49bc0954bfe2fd9d69125260df475046d3fbd1139105288b4d24ec0a1b, previously 0xcac3490c5d04610c214d67a6cca4870a9c26fa17df51fb535574216b9a0cc072.    
2021-11-22 22:57:48 ✨ Imported #12 (0x14a9…0a1b) 

@aurexav aurexav marked this pull request as draft November 22, 2021 15:05
@aurexav
Copy link
Member Author

aurexav commented Nov 22, 2021

Fork off Crab

2021-11-22 23:08:22   _____                      _       _           
2021-11-22 23:08:22  |  __ \                    (_)     (_)          
2021-11-22 23:08:22  | |  | | __ _ _ ____      ___ _ __  _  __ _     
2021-11-22 23:08:22  | |  | |/ _` | '__\ \ /\ / / | '_ \| |/ _` |    
2021-11-22 23:08:22  | |__| | (_| | |   \ V  V /| | | | | | (_| |    
2021-11-22 23:08:22  |_____/ \__,_|_|    \_/\_/ |_|_| |_|_|\__,_|    
2021-11-22 23:08:22 Darwinia    
2021-11-22 23:08:22 ✌️  version 0.11.6-33c548a2-x86_64-linux-gnu    
2021-11-22 23:08:22 ❤️  by Darwinia Network <hello@darwinia.network>, 2018-2021    
2021-11-22 23:08:22 📋 Chain specification: Darwinia Crab-fork    
2021-11-22 23:08:22 🏷 Node name: Alice    
2021-11-22 23:08:22 👤 Role: AUTHORITY    
2021-11-22 23:08:22 💾 Database: RocksDb at /tmp/substratekVhCmp/chains/crab-fork/db    
2021-11-22 23:08:22 ⛓  Native runtime: Crab-1160 (Darwinia Crab-0.tx0.au0)    
2021-11-22 23:09:12 🔨 Initializing Genesis block/state (state: 0x2168…df45, header-hash: 0xcff8…e412)    
2021-11-22 23:09:12 👴 Loading GRANDPA authority set from genesis on what appears to be first startup.    
2021-11-22 23:09:13 ⏱  Loaded block-time = 6s from block 0xcff8773180805396e46611712040bf5cdcfc8a10824d3f9389b809444a61e412    
2021-11-22 23:09:13 👶 Creating empty BABE epoch changes on what appears to be first startup.    
2021-11-22 23:09:13 🏷 Local node identity is: 12D3KooWGAKawnA3BRAYnj7MdgPxGwtRWX8Qn54byV9tj47ZamLX    
2021-11-22 23:09:13 📦 Highest known block at #0    
2021-11-22 23:09:13 〽️ Prometheus server started at 127.0.0.1:9615    
2021-11-22 23:09:13 Listening for new connections on 0.0.0.0:9944.    
2021-11-22 23:09:13 👶 Starting BABE Authorship worker    
2021-11-22 23:09:13 💔 The bootnode you want to connect to at `/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWM2Y2fZqcwzW35weQrozng3ERfCYTbiGChfj8Gu91xMby` provided a different peer ID than the one you expect: `12D3KooWM2Y2fZqcwzW35weQrozng3ERfCYTbiGChfj8Gu91xMby`.    
2021-11-22 23:09:13 💔 The bootnode you want to connect to at `/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWM2Y2fZqcwzW35weQrozng3ERfCYTbiGChfj8Gu91xMby` provided a different peer ID than the one you expect: `12D3KooWM2Y2fZqcwzW35weQrozng3ERfCYTbiGChfj8Gu91xMby`.    
2021-11-22 23:09:13 💔 The bootnode you want to connect to at `/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWM2Y2fZqcwzW35weQrozng3ERfCYTbiGChfj8Gu91xMby` provided a different peer ID than the one you expect: `12D3KooWM2Y2fZqcwzW35weQrozng3ERfCYTbiGChfj8Gu91xMby`.    
2021-11-22 23:09:15 Accepted a new tcp connection from 192.168.58.1:58179.    
2021-11-22 23:09:18 🙌 Starting consensus session on top of parent 0xcff8773180805396e46611712040bf5cdcfc8a10824d3f9389b809444a61e412    
2021-11-22 23:09:18 [MIGRATED] Indices::Accounts    
2021-11-22 23:09:18 [MIGRATED] DynamicFeeL::MinGasPrice    
2021-11-22 23:09:18 Running migration to v3.1 for grandpa with storage version Some(<wasm:stripped>)    
2021-11-22 23:09:18 Attempted to apply migration to v3.1 but cancelled because storage version is Some(<wasm:stripped>)    
2021-11-22 23:09:18 ⚠️ System declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Ethereum, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for EVM, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Multisig, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Proxy, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Claims, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Vesting, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Sudo, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Scheduler, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Recovery, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Society, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Identity, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Utility, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Bounties, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Tips, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for KtonTreasury, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Treasury, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for TechnicalMembership, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for PhragmenElection, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for TechnicalCommittee, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Council, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Democracy, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for DarwiniaHeaderMMR, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for AuthorityDiscovery, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for ImOnline, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Grandpa, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Session, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Historical, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ⚠️ Offences declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 have 0 deferred offences, applying.    
2021-11-22 23:09:18 ✅ no migration for Staking, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for ElectionProviderMultiPhase, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Authorship, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for TransactionPayment, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Kton, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Balances, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Indices, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Timestamp, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Babe, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for RandomnessCollectiveFlip, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 🎁 Prepared block for proposing at 1 [hash: 0x05c4e38cef7f508aeffc44372cf6a0fa767dce5a34367726ed8aa7e5e5918d10; parent_hash: 0xcff8…e412; extrinsics (1): [0x979e…a889]]    
2021-11-22 23:09:18 🔖 Pre-sealed block for proposal at 1. Hash now 0xb731f3be49924d6fa1d40296d3000d32200d7b0800f42f508c71ddd2d4826fb9, previously 0x05c4e38cef7f508aeffc44372cf6a0fa767dce5a34367726ed8aa7e5e5918d10.    
2021-11-22 23:09:18 👶 New epoch 0 launching at block 0xb731…6fb9 (block slot 272932293 >= start slot 272932293).    
2021-11-22 23:09:18 👶 Next epoch starts at slot 272932893    
2021-11-22 23:09:18 ✨ Imported #1 (0xb731…6fb9)    
2021-11-22 23:09:18 💤 Idle (0 peers), best: #1 (0xb731…6fb9), finalized #0 (0xcff8…e412), ⬇ 0.3kiB/s ⬆ 0.3kiB/s    
2021-11-22 23:09:18 [MIGRATED] Indices::Accounts    
2021-11-22 23:09:18 [MIGRATED] DynamicFeeL::MinGasPrice    
2021-11-22 23:09:18 Running migration to v3.1 for grandpa with storage version Some(<wasm:stripped>)    
2021-11-22 23:09:18 Attempted to apply migration to v3.1 but cancelled because storage version is Some(<wasm:stripped>)    
2021-11-22 23:09:18 ⚠️ System declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Ethereum, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for EVM, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Multisig, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Proxy, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Claims, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Vesting, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Sudo, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Scheduler, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Recovery, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Society, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Identity, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Utility, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Bounties, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Tips, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for KtonTreasury, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Treasury, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for TechnicalMembership, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for PhragmenElection, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for TechnicalCommittee, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Council, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Democracy, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for DarwiniaHeaderMMR, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for AuthorityDiscovery, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for ImOnline, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Grandpa, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Session, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Historical, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ⚠️ Offences declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 have 0 deferred offences, applying.    
2021-11-22 23:09:18 ✅ no migration for Staking, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for ElectionProviderMultiPhase, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Authorship, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for TransactionPayment, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Kton, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Balances, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Indices, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Timestamp, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for Babe, setting storage version to <wasm:stripped>    
2021-11-22 23:09:18 ✅ no migration for RandomnessCollectiveFlip, setting storage version to <wasm:stripped>    
2021-11-22 23:09:23 💤 Idle (0 peers), best: #1 (0xb731…6fb9), finalized #0 (0xcff8…e412), ⬇ 0 ⬆ 0    
2021-11-22 23:09:24 🙌 Starting consensus session on top of parent 0xb731f3be49924d6fa1d40296d3000d32200d7b0800f42f508c71ddd2d4826fb9    
2021-11-22 23:09:24 🎁 Prepared block for proposing at 2 [hash: 0x9306464c9e40376b6eba3b28f3820aed897c5955c04706d1813914edad60d553; parent_hash: 0xb731…6fb9; extrinsics (1): [0xf9ab…be60]]    
2021-11-22 23:09:24 🔖 Pre-sealed block for proposal at 2. Hash now 0xdad26524bfa8d262ecaa035748838322e9d8005a36c8277a2080b297bced264c, previously 0x9306464c9e40376b6eba3b28f3820aed897c5955c04706d1813914edad60d553.    
2021-11-22 23:09:24 ✨ Imported #2 (0xdad2…264c)    
2021-11-22 23:09:28 💤 Idle (0 peers), best: #2 (0xdad2…264c), finalized #0 (0xcff8…e412), ⬇ 0 ⬆ 0    
2021-11-22 23:09:30 🙌 Starting consensus session on top of parent 0xdad26524bfa8d262ecaa035748838322e9d8005a36c8277a2080b297bced264c    
2021-11-22 23:09:30 🎁 Prepared block for proposing at 3 [hash: 0xc7d1bf9a587c8a3732a04d31cb3e828eb8563ac6ff8eb1a9605c9beb721f3d8e; parent_hash: 0xdad2…264c; extrinsics (1): [0x75e5…7cac]]    
2021-11-22 23:09:30 🔖 Pre-sealed block for proposal at 3. Hash now 0xf4ae72cdefee3cb3cd15c178e052869a1b0f2415ef40f0c9ea74329d46729f31, previously 0xc7d1bf9a587c8a3732a04d31cb3e828eb8563ac6ff8eb1a9605c9beb721f3d8e.    
2021-11-22 23:09:30 ✨ Imported #3 (0xf4ae…9f31)    
2021-11-22 23:09:33 💤 Idle (0 peers), best: #3 (0xf4ae…9f31), finalized #0 (0xcff8…e412), ⬇ 0 ⬆ 0    
2021-11-22 23:09:36 🙌 Starting consensus session on top of parent 0xf4ae72cdefee3cb3cd15c178e052869a1b0f2415ef40f0c9ea74329d46729f31    
2021-11-22 23:09:36 🎁 Prepared block for proposing at 4 [hash: 0x17739ca08f8783b66b9fb813b301f9a2d8acc3ebf59537595881e24823d21506; parent_hash: 0xf4ae…9f31; extrinsics (1): [0xa89c…3ec6]]    
2021-11-22 23:09:36 🔖 Pre-sealed block for proposal at 4. Hash now 0xec10ffc4b5dd1d2566fce0b8184b88dcb466685fdf8f2d8244e647cff90d774e, previously 0x17739ca08f8783b66b9fb813b301f9a2d8acc3ebf59537595881e24823d21506.    
2021-11-22 23:09:36 ✨ Imported #4 (0xec10…774e)    
2021-11-22 23:09:38 💤 Idle (0 peers), best: #4 (0xec10…774e), finalized #1 (0xb731…6fb9), ⬇ 0 ⬆ 0    
2021-11-22 23:09:42 🙌 Starting consensus session on top of parent 0xec10ffc4b5dd1d2566fce0b8184b88dcb466685fdf8f2d8244e647cff90d774e    
2021-11-22 23:09:42 🎁 Prepared block for proposing at 5 [hash: 0x181e8994b90ad6930d0fad0ac9229344ce168d4ce86830910614c67fa91d1c61; parent_hash: 0xec10…774e; extrinsics (2): [0x2d23…7900, 0xa164…7bfa]]    
2021-11-22 23:09:42 🔖 Pre-sealed block for proposal at 5. Hash now 0x809d08cd70e352301c93d163a6796d87e93be655952f4016ee712511e85922a4, previously 0x181e8994b90ad6930d0fad0ac9229344ce168d4ce86830910614c67fa91d1c61.    
2021-11-22 23:09:42 ✨ Imported #5 (0x809d…22a4)    
2021-11-22 23:09:43 💤 Idle (0 peers), best: #5 (0x809d…22a4), finalized #2 (0xdad2…264c), ⬇ 0 ⬆ 0    
2021-11-22 23:09:48 🙌 Starting consensus session on top of parent 0x809d08cd70e352301c93d163a6796d87e93be655952f4016ee712511e85922a4    
2021-11-22 23:09:48 🎁 Prepared block for proposing at 6 [hash: 0xcc0034eff85d31f37a962a248de90d4d6d0596244e7b78a705ad69661b62579d; parent_hash: 0x809d…22a4; extrinsics (1): [0xb2d5…e9ec]]    
2021-11-22 23:09:48 🔖 Pre-sealed block for proposal at 6. Hash now 0x11227e3d5ee365a01db344790c98e0ea4bf53d5859ec5228881489d4285fe9e2, previously 0xcc0034eff85d31f37a962a248de90d4d6d0596244e7b78a705ad69661b62579d.    
2021-11-22 23:09:48 ✨ Imported #6 (0x1122…e9e2)    
2021-11-22 23:09:48 💤 Idle (0 peers), best: #6 (0x1122…e9e2), finalized #3 (0xf4ae…9f31), ⬇ 0 ⬆ 0    
2021-11-22 23:09:53 💤 Idle (0 peers), best: #6 (0x1122…e9e2), finalized #3 (0xf4ae…9f31), ⬇ 0 ⬆ 0    
2021-11-22 23:09:54 🙌 Starting consensus session on top of parent 0x11227e3d5ee365a01db344790c98e0ea4bf53d5859ec5228881489d4285fe9e2    
2021-11-22 23:09:54 🎁 Prepared block for proposing at 7 [hash: 0x9917eb9b5e167aaa2055de7771d4c683b43d51f239e0bf5dc89be6a325b8f8d0; parent_hash: 0x1122…e9e2; extrinsics (1): [0x299c…d107]]    
2021-11-22 23:09:54 🔖 Pre-sealed block for proposal at 7. Hash now 0x35cf7f5649e863aef8a44f9cc71eda28f820e5cd31e68de13a860bb074a692af, previously 0x9917eb9b5e167aaa2055de7771d4c683b43d51f239e0bf5dc89be6a325b8f8d0.    
2021-11-22 23:09:54 ✨ Imported #7 (0x35cf…92af)    
2021-11-22 23:09:58 💤 Idle (0 peers), best: #7 (0x35cf…92af), finalized #5 (0x809d…22a4), ⬇ 0 ⬆ 0    
2021-11-22 23:10:00 🙌 Starting consensus session on top of parent 0x35cf7f5649e863aef8a44f9cc71eda28f820e5cd31e68de13a860bb074a692af    
2021-11-22 23:10:00 🎁 Prepared block for proposing at 8 [hash: 0x17d59cc418e5f6a633370fa1e0a85a06b71819b6728191cffd7c41cfdb0a03c0; parent_hash: 0x35cf…92af; extrinsics (1): [0xaab8…c020]]    
2021-11-22 23:10:00 🔖 Pre-sealed block for proposal at 8. Hash now 0x043d9ca7fbebf6bbd9a74eb5dad4de4c6f950196a522b0ebf26e73786091d96a, previously 0x17d59cc418e5f6a633370fa1e0a85a06b71819b6728191cffd7c41cfdb0a03c0.    
2021-11-22 23:10:00 ✨ Imported #8 (0x043d…d96a)    
2021-11-22 23:10:03 💤 Idle (0 peers), best: #8 (0x043d…d96a), finalized #5 (0x809d…22a4), ⬇ 0 ⬆ 0    
2021-11-22 23:10:06 🙌 Starting consensus session on top of parent 0x043d9ca7fbebf6bbd9a74eb5dad4de4c6f950196a522b0ebf26e73786091d96a    
2021-11-22 23:10:06 🎁 Prepared block for proposing at 9 [hash: 0xcbfb355308d3fd22c08f5e50072c93ed1a56f237c508dd216543d047d209e78b; parent_hash: 0x043d…d96a; extrinsics (1): [0x2adf…711a]]    
2021-11-22 23:10:06 🔖 Pre-sealed block for proposal at 9. Hash now 0x1dbe1f8d2ccd765caae640a54477353dd93e0bc27b3eabd2aeadfd86d9e9924c, previously 0xcbfb355308d3fd22c08f5e50072c93ed1a56f237c508dd216543d047d209e78b.    
2021-11-22 23:10:06 ✨ Imported #9 (0x1dbe…924c)    
2021-11-22 23:10:08 💤 Idle (0 peers), best: #9 (0x1dbe…924c), finalized #6 (0x1122…e9e2), ⬇ 0 ⬆ 0    
2021-11-22 23:10:12 🙌 Starting consensus session on top of parent 0x1dbe1f8d2ccd765caae640a54477353dd93e0bc27b3eabd2aeadfd86d9e9924c    
2021-11-22 23:10:12 🎁 Prepared block for proposing at 10 [hash: 0xabccd6357483564abb943fa426e9032e1f551823913ad8a41ade3c55f85deb7a; parent_hash: 0x1dbe…924c; extrinsics (1): [0x27e3…4ef7]]    
2021-11-22 23:10:12 🔖 Pre-sealed block for proposal at 10. Hash now 0xb2f39ca0559af730c12ed27847ba11f47e5bcee534a54250aa784373973788e7, previously 0xabccd6357483564abb943fa426e9032e1f551823913ad8a41ade3c55f85deb7a.    
2021-11-22 23:10:12 ✨ Imported #10 (0xb2f3…88e7)    
2021-11-22 23:10:13 💤 Idle (0 peers), best: #10 (0xb2f3…88e7), finalized #7 (0x35cf…92af), ⬇ 0 ⬆ 0    
2021-11-22 23:10:18 🙌 Starting consensus session on top of parent 0xb2f39ca0559af730c12ed27847ba11f47e5bcee534a54250aa784373973788e7    
2021-11-22 23:10:18 💤 Idle (0 peers), best: #10 (0xb2f3…88e7), finalized #8 (0x043d…d96a), ⬇ 0 ⬆ 0    
2021-11-22 23:10:18 Move `DarwiniaStaking` to `Ok("Staking")`    
2021-11-22 23:10:18 ⚠️ System declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for FeeMarket, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for BridgeDarwiniaMessages, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for BridgeDarwiniaGrandpa, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for BridgeDarwiniaDispatch, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Ethereum, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for EVM, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Multisig, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Proxy, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Claims, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Vesting, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Sudo, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Scheduler, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Recovery, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Society, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Identity, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Utility, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Bounties, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Tips, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for KtonTreasury, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Treasury, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for TechnicalMembership, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for PhragmenElection, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for TechnicalCommittee, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Council, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Democracy, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for DarwiniaHeaderMMR, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for AuthorityDiscovery, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for ImOnline, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Grandpa, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Session, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Historical, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ⚠️ Offences declares internal migrations (which *might* execute), setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 have 0 deferred offences, applying.    
2021-11-22 23:10:18 ✅ no migration for Staking, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for ElectionProviderMultiPhase, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Authorship, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for TransactionPayment, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Kton, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Balances, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Indices, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Timestamp, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for Babe, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 ✅ no migration for RandomnessCollectiveFlip, setting storage version to <wasm:stripped>    
2021-11-22 23:10:18 🎁 Prepared block for proposing at 11 [hash: 0x35cbe7bab409fd2482463a44c0cd821615d6953c948208d0bd494a6f0acfb331; parent_hash: 0xb2f3…88e7; extrinsics (1): [0xa84e…2967]]    
2021-11-22 23:10:18 🔖 Pre-sealed block for proposal at 11. Hash now 0x4795c5fd4ea7dade2a3c1cb771823a6e83a9ce284ea8f23d8d28dd3a1377971a, previously 0x35cbe7bab409fd2482463a44c0cd821615d6953c948208d0bd494a6f0acfb331.    
2021-11-22 23:10:18 ✨ Imported #11 (0x4795…971a)    
2021-11-22 23:10:23 💤 Idle (0 peers), best: #11 (0x4795…971a), finalized #9 (0x1dbe…924c), ⬇ 0 ⬆ 0    
2021-11-22 23:10:24 🙌 Starting consensus session on top of parent 0x4795c5fd4ea7dade2a3c1cb771823a6e83a9ce284ea8f23d8d28dd3a1377971a    
2021-11-22 23:10:24 🎁 Prepared block for proposing at 12 [hash: 0x4be3a78a0bf7d366c1dc84f562d638b61f8e2ea6abfca0257ed9784cf4540215; parent_hash: 0x4795…971a; extrinsics (1): [0xba78…d3a7]]    
2021-11-22 23:10:24 🔖 Pre-sealed block for proposal at 12. Hash now 0xd390c11dd1ae7b19d082031fc1112f668f1cec506d53b9c91ccc060bc48a1ef0, previously 0x4be3a78a0bf7d366c1dc84f562d638b61f8e2ea6abfca0257ed9784cf4540215.    
2021-11-22 23:10:24 ✨ Imported #12 (0xd390…1ef0)

@aurexav aurexav marked this pull request as ready for review November 22, 2021 15:10
@hackfisher hackfisher merged commit 0493515 into master Nov 23, 2021
@hackfisher hackfisher deleted the xavier-v0.11.6 branch November 23, 2021 02:16
@aurexav aurexav added S-Audited [Security] Audited and removed S-Need Audit PR contains changes to fund-managing logic that should be properly reviewed and externally audited U-Release [Uncategorized] New release labels Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Audited [Security] Audited
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants