diff --git a/Cargo.lock b/Cargo.lock index 8ee85ff1d386..9be758c374ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,6 +517,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "log", @@ -2448,6 +2449,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", ] @@ -2470,6 +2472,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-support-procedural", @@ -2494,6 +2497,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "array-bytes", @@ -2540,6 +2544,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2550,6 +2555,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2566,6 +2572,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -2581,9 +2588,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "15.1.0" +version = "15.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" +checksum = "f2a893ede8dde2293e94dacf9c8f5db5d0506cd909257a8f0ac2b7d610baf50c" dependencies = [ "cfg-if", "parity-scale-codec", @@ -2594,6 +2601,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-recursion", "futures", @@ -2614,6 +2622,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "bitflags", "environmental", @@ -2647,6 +2656,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "cfg-expr", @@ -2664,6 +2674,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2675,6 +2686,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro2", "quote", @@ -2684,6 +2696,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2710,6 +2723,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -2721,6 +2735,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "cfg-if", "frame-support", @@ -2739,6 +2754,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2753,6 +2769,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sp-api", @@ -2761,6 +2778,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "parity-scale-codec", @@ -2942,6 +2960,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "chrono", "frame-election-provider-support", @@ -4850,6 +4869,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "log", @@ -4868,6 +4888,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "anyhow", "jsonrpsee", @@ -5449,6 +5470,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5463,6 +5485,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5478,6 +5501,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5491,6 +5515,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5514,6 +5539,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5533,6 +5559,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5551,6 +5578,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5565,6 +5593,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5583,6 +5612,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5606,6 +5636,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5623,6 +5654,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5641,6 +5673,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5657,6 +5690,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5673,6 +5707,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5690,6 +5725,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5712,6 +5748,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5724,6 +5761,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5741,6 +5779,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "docify", "frame-benchmarking", @@ -5759,6 +5798,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5781,6 +5821,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5796,6 +5837,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5815,6 +5857,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5831,6 +5874,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5847,6 +5891,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5865,6 +5910,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5881,6 +5927,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,6 +5943,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5911,6 +5959,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5927,6 +5976,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5946,6 +5996,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5956,6 +6007,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -5972,6 +6024,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5995,6 +6048,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6011,6 +6065,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6025,6 +6080,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6042,6 +6098,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6056,6 +6113,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6074,6 +6132,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6090,6 +6149,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -6110,6 +6170,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6125,6 +6186,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6143,6 +6205,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6165,6 +6228,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6175,6 +6239,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "sp-arithmetic", @@ -6183,6 +6248,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sp-api", @@ -6191,6 +6257,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6207,6 +6274,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6221,6 +6289,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6238,6 +6307,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6256,6 +6326,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-support", "frame-system", @@ -6271,6 +6342,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6286,6 +6358,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6297,6 +6370,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6313,6 +6387,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6327,6 +6402,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6342,6 +6418,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6356,6 +6433,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-benchmarking", "frame-support", @@ -9486,6 +9564,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "sp-core", @@ -9496,6 +9575,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -9523,6 +9603,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "futures-timer", @@ -9545,6 +9626,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9559,6 +9641,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9577,6 +9660,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9587,6 +9671,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "chrono", @@ -9625,6 +9710,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "fnv", "futures", @@ -9651,6 +9737,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "kvdb", @@ -9676,6 +9763,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -9700,6 +9788,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "fork-tree", @@ -9734,6 +9823,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "jsonrpsee", @@ -9755,6 +9845,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -9788,6 +9879,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "jsonrpsee", @@ -9806,6 +9898,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9818,6 +9911,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9857,6 +9951,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "finality-grandpa", "futures", @@ -9876,6 +9971,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -9898,6 +9994,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "lru 0.10.0", "parity-scale-codec", @@ -9919,6 +10016,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9930,6 +10028,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "anyhow", "cfg-if", @@ -9946,6 +10045,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ansi_term", "futures", @@ -9961,6 +10061,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -9974,6 +10075,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -10014,6 +10116,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-channel", "cid", @@ -10033,6 +10136,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "bitflags", @@ -10049,6 +10153,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ahash 0.8.2", "futures", @@ -10066,6 +10171,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -10086,6 +10192,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-channel", @@ -10119,6 +10226,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "futures", @@ -10136,6 +10244,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "bytes", @@ -10164,6 +10273,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10172,6 +10282,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "jsonrpsee", @@ -10202,6 +10313,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10220,6 +10332,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "http", "jsonrpsee", @@ -10234,6 +10347,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "futures", @@ -10259,6 +10373,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "directories", @@ -10323,6 +10438,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "log", "parity-scale-codec", @@ -10333,6 +10449,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "clap 4.2.5", "fs4", @@ -10346,6 +10463,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10364,6 +10482,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "libc", @@ -10382,6 +10501,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "chrono", "futures", @@ -10400,6 +10520,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ansi_term", "atty", @@ -10428,6 +10549,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10438,6 +10560,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -10463,6 +10586,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -10478,6 +10602,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-channel", "futures", @@ -11001,6 +11126,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "log", @@ -11020,6 +11146,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "blake2", @@ -11033,6 +11160,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11045,6 +11173,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "integer-sqrt", "num-traits", @@ -11058,6 +11187,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11070,6 +11200,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sp-api", "sp-inherents", @@ -11080,6 +11211,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "log", @@ -11097,6 +11229,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "futures", @@ -11111,6 +11244,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11127,6 +11261,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11145,6 +11280,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11163,6 +11299,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "finality-grandpa", "log", @@ -11180,6 +11317,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11191,6 +11329,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "bitflags", @@ -11234,6 +11373,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "blake2b_simd", "byteorder", @@ -11246,6 +11386,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "quote", "sp-core-hashing", @@ -11255,6 +11396,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11263,6 +11405,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro2", "quote", @@ -11272,6 +11415,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "environmental", "parity-scale-codec", @@ -11282,6 +11426,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11295,6 +11440,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "bytes", "ed25519", @@ -11319,6 +11465,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "lazy_static", "sp-core", @@ -11329,6 +11476,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11340,6 +11488,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11348,6 +11497,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11358,6 +11508,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11375,6 +11526,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11388,6 +11540,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sp-api", "sp-core", @@ -11397,6 +11550,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "backtrace", "lazy_static", @@ -11406,6 +11560,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "rustc-hash", "serde", @@ -11415,6 +11570,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "either", "hash256-std-hasher", @@ -11436,6 +11592,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11453,6 +11610,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "Inflector", "proc-macro-crate", @@ -11464,6 +11622,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11477,6 +11636,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11489,6 +11649,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hash-db", "log", @@ -11503,11 +11664,13 @@ dependencies = [ "sp-trie", "thiserror", "tracing", + "trie-db", ] [[package]] name = "sp-statement-store" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11524,10 +11687,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" [[package]] name = "sp-storage" version = "13.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11540,6 +11705,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11552,6 +11718,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "sp-std", @@ -11563,6 +11730,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "sp-api", "sp-runtime", @@ -11571,6 +11739,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "parity-scale-codec", @@ -11585,6 +11754,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11607,6 +11777,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11623,6 +11794,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11633,6 +11805,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11645,6 +11818,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11875,10 +12049,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11897,6 +12073,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "hyper", "log", @@ -11908,6 +12085,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "jsonrpsee", @@ -11920,6 +12098,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11936,6 +12115,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "array-bytes", "async-trait", @@ -11961,6 +12141,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11970,6 +12151,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11980,6 +12162,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "ansi_term", "build-helper", @@ -12759,9 +12942,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d75c77ea43f2ad8ea9d9c58de49dfc9c3995bdef32b503df7883ff054e7f1" +checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -12834,6 +13017,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=master#e354ae949964001a39a4d91761d0973775f5d7c4" dependencies = [ "async-trait", "clap 4.2.5", @@ -14287,6 +14471,7 @@ dependencies = [ "primitive-types", "scale-info", "sp-arithmetic", + "sp-core", "sp-io", "sp-runtime", "sp-std", diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index c6e3bac29a2f..797d50eb75d5 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -17,8 +17,8 @@ //! The Kusama runtime. This can be compiled with `#[no_std]`, ready for Wasm. #![cfg_attr(not(feature = "std"), no_std)] -// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +// `construct_runtime!` does a lot of recursion and requires us to increase the limit. +#![recursion_limit = "512"] use pallet_nis::WithMaximumOf; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; @@ -1145,6 +1145,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/runtime/kusama/src/xcm_config.rs b/runtime/kusama/src/xcm_config.rs index 0aa50a364a0c..8e2af5752b42 100644 --- a/runtime/kusama/src/xcm_config.rs +++ b/runtime/kusama/src/xcm_config.rs @@ -41,8 +41,9 @@ use xcm_builder::{ ChildParachainConvertsVia, ChildSystemParachainAsSuperuser, CurrencyAdapter as XcmCurrencyAdapter, FixedWeightBounds, IsChildSystemParachain, IsConcrete, MintLocation, OriginToPluralityVoice, SignedAccountId32AsNative, SignedToAccountId32, - SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, - WeightInfoBounds, WithComputedOrigin, WithUniqueTopic, + SovereignSignedViaLocation, TakeWeightCredit, TinkernetMultisigAsAccountId, + TinkernetMultisigAsNative, TrailingSetTopicAsId, UsingComponents, WeightInfoBounds, + WithComputedOrigin, WithUniqueTopic, }; use xcm_executor::traits::WithOriginFilter; @@ -70,6 +71,8 @@ pub type SovereignAccountOf = ( ChildParachainConvertsVia, // We can directly alias an `AccountId32` into a local account. AccountId32Aliases, + // We can derive a local account from a Tinkernet XCMultisig MultiLocation. + TinkernetMultisigAsAccountId, ); /// Our asset transactor. This is what allows us to interest with the runtime facilities from the point of @@ -99,6 +102,8 @@ type LocalOriginConverter = ( SignedAccountId32AsNative, // A system child parachain, expressed as a Superuser, converts to the `Root` origin. ChildSystemParachainAsSuperuser, + // Converts a Tinkernet XCMultisig MultiLocation into a `Signed` origin. + TinkernetMultisigAsNative, ); parameter_types! { diff --git a/runtime/parachains/src/mock.rs b/runtime/parachains/src/mock.rs index 2c975f682948..b06a75480662 100644 --- a/runtime/parachains/src/mock.rs +++ b/runtime/parachains/src/mock.rs @@ -329,6 +329,7 @@ impl pallet_message_queue::Config for Test { type WeightInfo = TestMessageQueueWeight; type MessageProcessor = TestProcessMessage; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type HeapSize = ConstU32<65536>; type MaxStale = ConstU32<8>; type ServiceWeight = MessageQueueServiceWeight; diff --git a/runtime/parachains/src/ump_tests.rs b/runtime/parachains/src/ump_tests.rs index 100d3f248a83..424aa2a4d032 100644 --- a/runtime/parachains/src/ump_tests.rs +++ b/runtime/parachains/src/ump_tests.rs @@ -573,13 +573,21 @@ fn overweight_queue_works() { .into(), ); - // ... and if we try to service a message with index that doesn't exist it will error - // out. + // But servicing again will not work. assert_noop!( ::execute_overweight( Weight::from_parts(501, 501), (Ump(UmpQueueId::Para(para_a)), 0, 2) ), + ExecuteOverweightError::AlreadyProcessed, + ); + + // Using an invalid index does not work. + assert_noop!( + ::execute_overweight( + Weight::from_parts(501, 501), + (Ump(UmpQueueId::Para(para_a)), 0, 3) + ), ExecuteOverweightError::NotFound, ); }); diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 0cdc6785e746..073a8bbb2d93 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -18,7 +18,7 @@ #![cfg_attr(not(feature = "std"), no_std)] // `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +#![recursion_limit = "512"] use pallet_transaction_payment::CurrencyAdapter; use runtime_common::{ @@ -1161,6 +1161,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 833a1bdf4dec..d62ee551ca54 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -17,8 +17,8 @@ //! The Rococo runtime for v1 parachains. #![cfg_attr(not(feature = "std"), no_std)] -// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +// `construct_runtime!` does a lot of recursion and requires us to increase the limit. +#![recursion_limit = "512"] use pallet_nis::WithMaximumOf; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; @@ -1076,6 +1076,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/runtime/rococo/src/xcm_config.rs b/runtime/rococo/src/xcm_config.rs index bc78ab7ab878..3d01b4f22833 100644 --- a/runtime/rococo/src/xcm_config.rs +++ b/runtime/rococo/src/xcm_config.rs @@ -40,8 +40,8 @@ use xcm_builder::{ ChildParachainAsNative, ChildParachainConvertsVia, ChildSystemParachainAsSuperuser, CurrencyAdapter as XcmCurrencyAdapter, FixedWeightBounds, IsChildSystemParachain, IsConcrete, MintLocation, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, - TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WeightInfoBounds, WithComputedOrigin, - WithUniqueTopic, + TakeWeightCredit, TinkernetMultisigAsAccountId, TinkernetMultisigAsNative, + TrailingSetTopicAsId, UsingComponents, WeightInfoBounds, WithComputedOrigin, WithUniqueTopic, }; use xcm_executor::{traits::WithOriginFilter, XcmExecutor}; @@ -53,8 +53,12 @@ parameter_types! { pub LocalCheckAccount: (AccountId, MintLocation) = (CheckAccount::get(), MintLocation::Local); } -pub type LocationConverter = - (ChildParachainConvertsVia, AccountId32Aliases); +pub type LocationConverter = ( + ChildParachainConvertsVia, + AccountId32Aliases, + // We can derive a local account from a Tinkernet XCMultisig MultiLocation. + TinkernetMultisigAsAccountId, +); /// Our asset transactor. This is what allows us to interest with the runtime facilities from the point of /// view of XCM-only concepts like `MultiLocation` and `MultiAsset`. @@ -83,6 +87,8 @@ type LocalOriginConverter = ( SignedAccountId32AsNative, // A system child parachain, expressed as a Superuser, converts to the `Root` origin. ChildSystemParachainAsSuperuser, + // Converts a Tinkernet XCMultisig MultiLocation into a `Signed` origin. + TinkernetMultisigAsNative, ); parameter_types! { diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 411f21f13841..1cc32c3b7d7a 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -974,6 +974,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = ParaInclusion; + type QueuePausedQuery = (); type WeightInfo = weights::pallet_message_queue::WeightInfo; } diff --git a/xcm/xcm-builder/Cargo.toml b/xcm/xcm-builder/Cargo.toml index 7dc7a7fc0aa2..82c77f59692b 100644 --- a/xcm/xcm-builder/Cargo.toml +++ b/xcm/xcm-builder/Cargo.toml @@ -15,6 +15,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "master", d sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-io = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-weights = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } frame-system = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } @@ -49,6 +50,7 @@ std = [ "sp-arithmetic/std", "sp-io/std", "sp-runtime/std", + "sp-core/std", "sp-weights/std", "frame-support/std", "frame-system/std", diff --git a/xcm/xcm-builder/src/lib.rs b/xcm/xcm-builder/src/lib.rs index 984ace84dc69..08d0c32c1836 100644 --- a/xcm/xcm-builder/src/lib.rs +++ b/xcm/xcm-builder/src/lib.rs @@ -34,7 +34,7 @@ pub use location_conversion::{ ChildParachainConvertsVia, DescribeAccountId32Terminal, DescribeAccountIdTerminal, DescribeAccountKey20Terminal, DescribeAllTerminal, DescribeFamily, DescribeLocation, DescribePalletTerminal, DescribeTerminus, GlobalConsensusParachainConvertsFor, - HashedDescription, ParentIsPreset, SiblingParachainConvertsVia, + HashedDescription, ParentIsPreset, SiblingParachainConvertsVia, TinkernetMultisigAsAccountId, }; mod origin_conversion; @@ -42,7 +42,7 @@ pub use origin_conversion::{ BackingToPlurality, ChildParachainAsNative, ChildSystemParachainAsSuperuser, EnsureXcmOrigin, OriginToPluralityVoice, ParentAsSuperuser, RelayChainAsNative, SiblingParachainAsNative, SiblingSystemParachainAsSuperuser, SignedAccountId32AsNative, SignedAccountKey20AsNative, - SignedToAccountId32, SovereignSignedViaLocation, + SignedToAccountId32, SovereignSignedViaLocation, TinkernetMultisigAsNative, }; mod asset_conversion; diff --git a/xcm/xcm-builder/src/location_conversion.rs b/xcm/xcm-builder/src/location_conversion.rs index dc327c08d067..a62d44e1e6af 100644 --- a/xcm/xcm-builder/src/location_conversion.rs +++ b/xcm/xcm-builder/src/location_conversion.rs @@ -17,6 +17,7 @@ use crate::universal_exports::ensure_is_remote; use frame_support::traits::Get; use parity_scale_codec::{Compact, Decode, Encode}; +use sp_core::H256; use sp_io::hashing::blake2_256; use sp_runtime::traits::{AccountIdConversion, Convert, TrailingZeroInput}; use sp_std::{marker::PhantomData, prelude::*}; @@ -345,6 +346,52 @@ impl>, AccountId: From<[u8; 20]> + Into<[u8; 20]> } } +/// Tinkernet ParaId used when matching Multisig MultiLocations. +pub const KUSAMA_TINKERNET_PARA_ID: u32 = 2125; + +/// Tinkernet Multisig pallet instance used when matching Multisig MultiLocations. +pub const KUSAMA_TINKERNET_MULTISIG_PALLET: u8 = 71; + +/// Constant derivation function for Tinkernet Multisigs. +/// Uses the Tinkernet genesis hash as a salt. +pub fn derive_tinkernet_multisig(id: u128) -> Result { + AccountId::decode(&mut TrailingZeroInput::new( + &( + // The constant salt used to derive Tinkernet Multisigs, this is Tinkernet's genesis hash. + H256([ + 212, 46, 150, 6, 169, 149, 223, 228, 51, 220, 121, 85, 220, 42, 112, 244, 149, 243, + 80, 243, 115, 218, 162, 0, 9, 138, 232, 68, 55, 129, 106, 210, + ]), + // The actual multisig integer id. + u32::try_from(id).map_err(|_| ())?, + ) + .using_encoded(blake2_256), + )) + .map_err(|_| ()) +} + +/// Convert a Tinkernet Multisig `MultiLocation` value into a local `AccountId`. +pub struct TinkernetMultisigAsAccountId(PhantomData); +impl ConvertLocation + for TinkernetMultisigAsAccountId +{ + fn convert_location(location: &MultiLocation) -> Option { + match location { + MultiLocation { + parents: _, + interior: + X3( + Parachain(KUSAMA_TINKERNET_PARA_ID), + PalletInstance(KUSAMA_TINKERNET_MULTISIG_PALLET), + // Index from which the multisig account is derived. + GeneralIndex(id), + ), + } => derive_tinkernet_multisig(*id).ok(), + _ => None, + } + } +} + /// Converts a location which is a top-level parachain (i.e. a parachain held on a /// Relay-chain which provides its own consensus) into a 32-byte `AccountId`. /// @@ -789,4 +836,24 @@ mod tests { }; assert!(ForeignChainAliasAccount::<[u8; 32]>::convert_location(&mul).is_none()); } + + #[test] + fn remote_tinkernet_multisig_convert_to_account() { + let mul = MultiLocation { + parents: 0, + interior: X3( + Parachain(KUSAMA_TINKERNET_PARA_ID), + PalletInstance(KUSAMA_TINKERNET_MULTISIG_PALLET), + GeneralIndex(0), + ), + }; + + assert_eq!( + [ + 97, 160, 244, 60, 133, 145, 170, 26, 202, 108, 203, 156, 114, 116, 175, 30, 156, + 195, 43, 101, 243, 51, 193, 162, 152, 188, 30, 165, 244, 81, 70, 90 + ], + TinkernetMultisigAsAccountId::<[u8; 32]>::convert_location(&mul).unwrap() + ); + } } diff --git a/xcm/xcm-builder/src/origin_conversion.rs b/xcm/xcm-builder/src/origin_conversion.rs index 0810b1ce2f8b..ecd7edd4f568 100644 --- a/xcm/xcm-builder/src/origin_conversion.rs +++ b/xcm/xcm-builder/src/origin_conversion.rs @@ -16,8 +16,12 @@ //! Various implementations for `ConvertOrigin`. +use crate::location_conversion::{ + derive_tinkernet_multisig, KUSAMA_TINKERNET_MULTISIG_PALLET, KUSAMA_TINKERNET_PARA_ID, +}; use frame_support::traits::{EnsureOrigin, Get, GetBacking, OriginTrait}; use frame_system::RawOrigin as SystemRawOrigin; +use parity_scale_codec::Decode; use polkadot_parachain::primitives::IsSystem; use sp_runtime::traits::TryConvert; use sp_std::marker::PhantomData; @@ -241,6 +245,37 @@ where } } +/// Convert a Tinkernet Multisig `MultiLocation` value into a `Signed` origin. +pub struct TinkernetMultisigAsNative(PhantomData); +impl ConvertOrigin + for TinkernetMultisigAsNative +where + RuntimeOrigin::AccountId: Decode, +{ + fn convert_origin( + origin: impl Into, + kind: OriginKind, + ) -> Result { + let origin = origin.into(); + match (kind, origin) { + ( + OriginKind::Native, + MultiLocation { + parents: _, + interior: + X3( + Junction::Parachain(KUSAMA_TINKERNET_PARA_ID), + Junction::PalletInstance(KUSAMA_TINKERNET_MULTISIG_PALLET), + // Index from which the multisig account is derived. + Junction::GeneralIndex(id), + ), + }, + ) => Ok(RuntimeOrigin::signed(derive_tinkernet_multisig(id).map_err(|_| origin)?)), + (_, origin) => Err(origin), + } + } +} + /// `EnsureOrigin` barrier to convert from dispatch origin to XCM origin, if one exists. pub struct EnsureXcmOrigin(PhantomData<(RuntimeOrigin, Conversion)>); impl> diff --git a/xcm/xcm-simulator/example/src/relay_chain.rs b/xcm/xcm-simulator/example/src/relay_chain.rs index 6f64249b40fc..b82e2c9cc306 100644 --- a/xcm/xcm-simulator/example/src/relay_chain.rs +++ b/xcm/xcm-simulator/example/src/relay_chain.rs @@ -279,6 +279,7 @@ impl pallet_message_queue::Config for Runtime { type ServiceWeight = MessageQueueServiceWeight; type MessageProcessor = MessageProcessor; type QueueChangeHandler = (); + type QueuePausedQuery = (); type WeightInfo = (); } diff --git a/xcm/xcm-simulator/fuzzer/src/relay_chain.rs b/xcm/xcm-simulator/fuzzer/src/relay_chain.rs index 75b42e300316..ef1339097f5a 100644 --- a/xcm/xcm-simulator/fuzzer/src/relay_chain.rs +++ b/xcm/xcm-simulator/fuzzer/src/relay_chain.rs @@ -247,6 +247,7 @@ impl pallet_message_queue::Config for Runtime { type MessageProcessor = pallet_message_queue::mock_helpers::NoopMessageProcessor; type QueueChangeHandler = (); + type QueuePausedQuery = (); type WeightInfo = (); }