From feadcf0b49d3eaeabcb2630ba1dc1444f89a4a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 1 Oct 2021 09:53:24 +0200 Subject: [PATCH 1/3] Same procedure as not every day --- Cargo.lock | 836 ++++++++++---------- client/collator/src/lib.rs | 22 +- pallets/dmp-queue/src/lib.rs | 4 +- pallets/xcm/src/lib.rs | 4 +- pallets/xcmp-queue/src/lib.rs | 6 +- polkadot-parachains/pallets/ping/src/lib.rs | 4 +- primitives/utility/src/lib.rs | 4 +- 7 files changed, 450 insertions(+), 430 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c8373d6d7b..bb9b0d733d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,20 +14,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7" -dependencies = [ - "gimli 0.23.0", -] - -[[package]] -name = "addr2line" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a" +checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd" dependencies = [ - "gimli 0.24.0", + "gimli", ] [[package]] @@ -291,9 +282,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341" +checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" dependencies = [ "async-attributes", "async-channel", @@ -409,15 +400,16 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backtrace" -version = "0.3.55" +version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598" +checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01" dependencies = [ - "addr2line 0.14.1", + "addr2line", + "cc", "cfg-if 1.0.0", "libc", "miniz_oxide", - "object 0.22.0", + "object", "rustc-demangle", ] @@ -470,7 +462,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "beefy-primitives", "fnv", @@ -498,7 +490,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -518,12 +510,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -714,7 +706,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "finality-grandpa", "frame-support", @@ -730,7 +722,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-runtime", "frame-support", @@ -742,7 +734,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "bp-runtime", @@ -758,7 +750,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-messages", "bp-runtime", @@ -776,7 +768,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-messages", "bp-runtime", @@ -791,7 +783,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -808,7 +800,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "frame-support", "hash-db", @@ -826,7 +818,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -841,7 +833,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -856,7 +848,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -986,9 +978,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.66" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0" dependencies = [ "jobserver", ] @@ -1192,24 +1184,24 @@ checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" [[package]] name = "cranelift-bforest" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e" +checksum = "7e6bea67967505247f54fa2c85cf4f6e0e31c4e5692c9b70e4ae58e339067333" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-codegen" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276" +checksum = "48194035d2752bdd5bdae429e3ab88676e95f52a2b1355a5d4e809f9e39b1d74" dependencies = [ "cranelift-bforest", "cranelift-codegen-meta", "cranelift-codegen-shared", "cranelift-entity", - "gimli 0.24.0", + "gimli", "log", "regalloc", "serde", @@ -1219,9 +1211,9 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821" +checksum = "976efb22fcab4f2cd6bd4e9913764616a54d895c1a23530128d04e03633c555f" dependencies = [ "cranelift-codegen-shared", "cranelift-entity", @@ -1229,27 +1221,27 @@ dependencies = [ [[package]] name = "cranelift-codegen-shared" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b" +checksum = "9dabb5fe66e04d4652e434195b45ae65b5c8172d520247b8f66d8df42b2b45dc" dependencies = [ "serde", ] [[package]] name = "cranelift-entity" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c" +checksum = "3329733e4d4b8e91c809efcaa4faee80bf66f20164e3dd16d707346bd3494799" dependencies = [ "serde", ] [[package]] name = "cranelift-frontend" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c" +checksum = "279afcc0d3e651b773f94837c3d581177b348c8d69e928104b2e9fccb226f921" dependencies = [ "cranelift-codegen", "log", @@ -1259,19 +1251,20 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a" +checksum = "4c04d1fe6a5abb5bb0edc78baa8ef238370fb8e389cc88b6d153f7c3e9680425" dependencies = [ "cranelift-codegen", + "libc", "target-lexicon", ] [[package]] name = "cranelift-wasm" -version = "0.74.0" +version = "0.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89" +checksum = "e0d260ad44f6fd2c91f7f5097191a2a9e3edcbb36df1fb787b600dad5ea148ec" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -2456,7 +2449,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", ] @@ -2474,7 +2467,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -2494,7 +2487,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "Inflector", "chrono", @@ -2520,7 +2513,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -2534,7 +2527,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -2562,7 +2555,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "bitflags", "frame-metadata", @@ -2589,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2601,7 +2594,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2613,7 +2606,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro2", "quote", @@ -2623,7 +2616,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "log", @@ -2640,7 +2633,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -2655,7 +2648,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "sp-api", @@ -2664,7 +2657,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "sp-api", @@ -2934,15 +2927,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.23.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" - -[[package]] -name = "gimli" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" +checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7" dependencies = [ "fallible-iterator", "indexmap", @@ -3619,8 +3606,8 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -3765,9 +3752,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.101" +version = "0.2.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21" +checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" [[package]] name = "libloading" @@ -4518,9 +4505,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.3.4" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" +checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "memmap2" @@ -4580,12 +4567,14 @@ dependencies = [ [[package]] name = "metered-channel" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "derive_more", "futures 0.3.17", "futures-timer 3.0.2", + "thiserror", + "tracing", ] [[package]] @@ -4869,7 +4858,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-system", "parity-scale-codec", @@ -4893,9 +4882,9 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "nom" -version = "6.2.1" +version = "6.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6" +checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2" dependencies = [ "bitvec 0.19.5", "funty", @@ -4987,18 +4976,13 @@ dependencies = [ [[package]] name = "object" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397" - -[[package]] -name = "object" -version = "0.24.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" +checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2" dependencies = [ "crc32fast", "indexmap", + "memchr", ] [[package]] @@ -5049,7 +5033,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5063,7 +5047,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5079,7 +5063,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5095,7 +5079,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5110,7 +5094,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5134,7 +5118,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5154,7 +5138,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5169,7 +5153,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "beefy-primitives", "frame-support", @@ -5185,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5210,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5228,7 +5212,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5245,7 +5229,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5267,7 +5251,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "bp-message-dispatch", @@ -5314,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5331,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5347,7 +5331,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5371,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5389,7 +5373,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5404,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5427,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5443,7 +5427,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5463,7 +5447,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5480,7 +5464,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5497,7 +5481,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5515,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5531,7 +5515,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5548,7 +5532,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5563,7 +5547,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5577,7 +5561,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5594,7 +5578,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5617,7 +5601,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5632,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5646,7 +5630,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5660,7 +5644,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5676,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5697,7 +5681,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5713,7 +5697,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5727,7 +5711,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5750,7 +5734,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5761,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "log", "sp-arithmetic", @@ -5770,7 +5754,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5799,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5817,7 +5801,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5836,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-support", "frame-system", @@ -5853,7 +5837,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5870,7 +5854,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5881,7 +5865,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5898,7 +5882,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5928,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-benchmarking", "frame-support", @@ -5942,8 +5926,8 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "frame-support", "frame-system", @@ -5958,6 +5942,23 @@ dependencies = [ "xcm-executor", ] +[[package]] +name = "pallet-xcm-benchmarks" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-std", + "xcm", + "xcm-executor", +] + [[package]] name = "parachain-info" version = "0.1.0" @@ -6131,9 +6132,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e11263a97373b43da4b426edbb52ef99a7b51e2d9752ef56a7f8b356f48495a5" +checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909" dependencies = [ "arrayvec 0.7.0", "bitvec 0.20.1", @@ -6145,9 +6146,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40dbbfef7f0a1143c5b06e0d76a6278e25dac0bc1af4be51a0fbb73f07e7ad09" +checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -6460,8 +6461,8 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6474,8 +6475,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6487,8 +6488,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "derive_more", "futures 0.3.17", @@ -6509,8 +6510,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "lru", @@ -6529,8 +6530,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6549,8 +6550,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6647,8 +6648,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "always-assert", "derive_more", @@ -6668,8 +6669,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6681,8 +6682,8 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "derive_more", "futures 0.3.17", @@ -6703,8 +6704,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6717,16 +6718,18 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", + "futures-timer 3.0.2", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.4", "rand_chacha 0.3.1", + "sc-network", "sp-application-crypto", "sp-core", "sp-keystore", @@ -6735,8 +6738,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "futures 0.3.17", @@ -6754,8 +6757,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6772,8 +6775,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6800,8 +6803,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6820,8 +6823,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6838,8 +6841,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6853,8 +6856,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "futures 0.3.17", @@ -6871,8 +6874,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6886,8 +6889,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6903,8 +6906,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6922,8 +6925,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "polkadot-node-primitives", @@ -6935,8 +6938,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "futures 0.3.17", @@ -6952,8 +6955,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6967,8 +6970,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "always-assert", "assert_matches", @@ -6998,8 +7001,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "memory-lru", @@ -7016,8 +7019,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-std", "lazy_static", @@ -7034,8 +7037,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7045,8 +7048,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "derive_more", @@ -7063,8 +7066,8 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -7085,8 +7088,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7095,8 +7098,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "futures 0.3.17", @@ -7113,8 +7116,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "derive_more", "futures 0.3.17", @@ -7132,8 +7135,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "derive_more", @@ -7159,8 +7162,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7171,7 +7174,6 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", - "polkadot-overseer-all-subsystems-gen", "polkadot-overseer-gen", "polkadot-primitives", "sc-client-api", @@ -7179,20 +7181,10 @@ dependencies = [ "tracing", ] -[[package]] -name = "polkadot-overseer-all-subsystems-gen" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "polkadot-overseer-gen" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "futures 0.3.17", @@ -7208,8 +7200,8 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7219,8 +7211,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "derive_more", "frame-support", @@ -7236,8 +7228,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -7266,8 +7258,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7297,8 +7289,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7374,8 +7366,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7421,8 +7413,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -7460,8 +7452,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "async-trait", "beefy-gadget", @@ -7472,6 +7464,7 @@ dependencies = [ "kusama-runtime", "kvdb", "kvdb-rocksdb", + "lru", "pallet-babe", "pallet-im-online", "pallet-mmr-primitives", @@ -7510,7 +7503,7 @@ dependencies = [ "polkadot-runtime", "polkadot-runtime-parachains", "polkadot-statement-distribution", - "rococo-runtime 0.9.9", + "rococo-runtime 0.9.11", "sc-authority-discovery", "sc-basic-authorship", "sc-block-builder", @@ -7557,8 +7550,8 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7578,8 +7571,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7588,8 +7581,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7613,8 +7606,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7674,8 +7667,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "frame-benchmarking", "frame-system", @@ -8271,7 +8264,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8398,8 +8391,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "bp-messages", @@ -8430,6 +8423,7 @@ dependencies = [ "pallet-membership", "pallet-mmr", "pallet-mmr-primitives", + "pallet-multisig", "pallet-offences", "pallet-proxy", "pallet-session", @@ -8587,7 +8581,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "log", "sp-core", @@ -8598,7 +8592,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "derive_more", @@ -8625,7 +8619,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8648,7 +8642,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8664,7 +8658,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8680,7 +8674,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8691,7 +8685,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "chrono", "fdlimit", @@ -8729,7 +8723,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "fnv", "futures 0.3.17", @@ -8757,7 +8751,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "hash-db", "kvdb", @@ -8782,7 +8776,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "futures 0.3.17", @@ -8806,7 +8800,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "derive_more", @@ -8835,7 +8829,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "derive_more", @@ -8878,7 +8872,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "derive_more", "futures 0.3.17", @@ -8902,7 +8896,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8915,7 +8909,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "futures 0.3.17", @@ -8941,7 +8935,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "sc-client-api", "sp-authorship", @@ -8952,7 +8946,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8978,7 +8972,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "derive_more", "environmental", @@ -8996,7 +8990,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "log", "parity-scale-codec", @@ -9012,7 +9006,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9021,7 +9015,6 @@ dependencies = [ "parity-wasm 0.42.2", "sc-allocator", "sc-executor-common", - "scoped-tls", "sp-core", "sp-runtime-interface", "sp-wasm-interface", @@ -9031,7 +9024,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "derive_more", @@ -9068,7 +9061,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "derive_more", "finality-grandpa", @@ -9092,7 +9085,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -9109,7 +9102,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "derive_more", @@ -9124,7 +9117,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "hash-db", "parity-scale-codec", @@ -9142,7 +9135,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-std", "async-trait", @@ -9193,7 +9186,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9209,7 +9202,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "bytes 1.0.1", "fnv", @@ -9236,7 +9229,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "libp2p", @@ -9249,7 +9242,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9258,7 +9251,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "hash-db", @@ -9289,7 +9282,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9314,7 +9307,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9331,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "directories", @@ -9396,7 +9389,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "log", "parity-scale-codec", @@ -9410,7 +9403,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9432,7 +9425,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "chrono", "futures 0.3.17", @@ -9450,7 +9443,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9479,7 +9472,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9490,7 +9483,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "intervalier", @@ -9517,7 +9510,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "derive_more", "futures 0.3.17", @@ -9531,7 +9524,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9605,6 +9598,26 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" +[[package]] +name = "scroll" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec" +dependencies = [ + "scroll_derive", +] + +[[package]] +name = "scroll_derive" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sct" version = "0.6.0" @@ -9887,8 +9900,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "enumn", "parity-scale-codec", @@ -9908,9 +9921,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" +checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" [[package]] name = "snap" @@ -9991,7 +10004,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "hash-db", "log", @@ -10008,7 +10021,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10020,7 +10033,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -10033,7 +10046,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "integer-sqrt", "num-traits", @@ -10048,7 +10061,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -10061,7 +10074,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "parity-scale-codec", @@ -10073,7 +10086,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "sp-api", @@ -10085,7 +10098,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "log", @@ -10103,7 +10116,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "futures 0.3.17", @@ -10122,7 +10135,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "parity-scale-codec", @@ -10140,7 +10153,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "merlin", @@ -10163,7 +10176,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -10174,7 +10187,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10186,7 +10199,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "base58", "blake2-rfc", @@ -10231,7 +10244,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10240,7 +10253,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro2", "quote", @@ -10250,7 +10263,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "environmental", "parity-scale-codec", @@ -10261,7 +10274,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "finality-grandpa", "log", @@ -10279,7 +10292,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10293,7 +10306,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "hash-db", @@ -10317,7 +10330,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "lazy_static", "sp-core", @@ -10328,7 +10341,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "derive_more", @@ -10345,7 +10358,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "zstd", ] @@ -10353,7 +10366,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -10368,7 +10381,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10379,7 +10392,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "sp-api", "sp-core", @@ -10389,7 +10402,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "backtrace", ] @@ -10397,7 +10410,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "rustc-hash", "serde", @@ -10407,7 +10420,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "either", "hash256-std-hasher", @@ -10429,7 +10442,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10446,7 +10459,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10458,7 +10471,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "serde", "serde_json", @@ -10467,7 +10480,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -10481,7 +10494,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "scale-info", @@ -10492,7 +10505,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "hash-db", "log", @@ -10515,12 +10528,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10533,7 +10546,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "log", "sp-core", @@ -10546,7 +10559,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10562,7 +10575,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "erased-serde", "log", @@ -10580,7 +10593,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "sp-api", "sp-runtime", @@ -10589,7 +10602,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "log", @@ -10605,7 +10618,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "hash-db", "memory-db", @@ -10620,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10636,7 +10649,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10647,7 +10660,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10929,7 +10942,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "platforms", ] @@ -10937,7 +10950,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10959,7 +10972,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-std", "derive_more", @@ -10973,7 +10986,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "async-trait", "futures 0.3.17", @@ -11000,7 +11013,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -11010,7 +11023,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11021,7 +11034,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -11125,18 +11138,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.26" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2" +checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.26" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745" +checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" dependencies = [ "proc-macro2", "quote", @@ -11311,9 +11324,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e" +checksum = "84f96e095c0c82419687c20ddf5cb3eadb61f4e1405923c9dc8e53a1adacbda8" dependencies = [ "cfg-if 1.0.0", "pin-project-lite 0.2.4", @@ -11474,7 +11487,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#bba169cd7e7599b217b97f58cb45b6dbf65b199b" +source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" dependencies = [ "jsonrpsee-ws-client", "log", @@ -11849,15 +11862,15 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.78.2" +version = "0.79.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" +checksum = "5b5894be15a559c85779254700e1d35f02f843b5a69152e5c82c626d9fd66c0e" [[package]] name = "wasmtime" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7" +checksum = "8bbb8a082a8ef50f7eeb8b82dda9709ef1e68963ea3c94e45581644dd4041835" dependencies = [ "anyhow", "backtrace", @@ -11886,9 +11899,9 @@ dependencies = [ [[package]] name = "wasmtime-cache" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843" +checksum = "d73391579ca7f24573138ef768b73b2aed5f9d542385c64979b65d60d0912399" dependencies = [ "anyhow", "base64 0.13.0", @@ -11907,9 +11920,9 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6" +checksum = "81c6f5ae9205382345c7cd7454932a906186836999a2161c385e38a15f52e1fe" dependencies = [ "cranelift-codegen", "cranelift-entity", @@ -11922,14 +11935,14 @@ dependencies = [ [[package]] name = "wasmtime-debug" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a" +checksum = "c69e08f55e12f15f50b1b533bc3626723e7224254a065de6576934c86258c9e8" dependencies = [ "anyhow", - "gimli 0.24.0", + "gimli", "more-asserts", - "object 0.24.0", + "object", "target-lexicon", "thiserror", "wasmparser", @@ -11938,15 +11951,15 @@ dependencies = [ [[package]] name = "wasmtime-environ" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90" +checksum = "005d93174040af37fb8625f891cd9827afdad314261f7ec4ee61ec497d6e9d3c" dependencies = [ "cfg-if 1.0.0", "cranelift-codegen", "cranelift-entity", "cranelift-wasm", - "gimli 0.24.0", + "gimli", "indexmap", "log", "more-asserts", @@ -11957,11 +11970,11 @@ dependencies = [ [[package]] name = "wasmtime-jit" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707" +checksum = "d0bf1dfb213a35d8f21aefae40e597fe72778a907011ffdff7affb029a02af9a" dependencies = [ - "addr2line 0.15.1", + "addr2line", "anyhow", "cfg-if 1.0.0", "cranelift-codegen", @@ -11969,10 +11982,10 @@ dependencies = [ "cranelift-frontend", "cranelift-native", "cranelift-wasm", - "gimli 0.24.0", + "gimli", "log", "more-asserts", - "object 0.24.0", + "object", "rayon", "region", "serde", @@ -11990,13 +12003,13 @@ dependencies = [ [[package]] name = "wasmtime-obj" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b" +checksum = "d231491878e710c68015228c9f9fc5955fe5c96dbf1485c15f7bed55b622c83c" dependencies = [ "anyhow", "more-asserts", - "object 0.24.0", + "object", "target-lexicon", "wasmtime-debug", "wasmtime-environ", @@ -12004,14 +12017,17 @@ dependencies = [ [[package]] name = "wasmtime-profiling" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b" +checksum = "21486cfb5255c2069666c1f116f9e949d4e35c9a494f11112fa407879e42198d" dependencies = [ "anyhow", "cfg-if 1.0.0", + "gimli", "lazy_static", "libc", + "object", + "scroll", "serde", "target-lexicon", "wasmtime-environ", @@ -12020,9 +12036,9 @@ dependencies = [ [[package]] name = "wasmtime-runtime" -version = "0.27.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7" +checksum = "d7ddfdf32e0a20d81f48be9dacd31612bc61de5a174d1356fef806d300f507de" dependencies = [ "anyhow", "backtrace", @@ -12082,8 +12098,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -12132,6 +12148,7 @@ dependencies = [ "pallet-utility", "pallet-vesting", "pallet-xcm", + "pallet-xcm-benchmarks", "parity-scale-codec", "polkadot-parachain", "polkadot-primitives", @@ -12325,8 +12342,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12338,8 +12355,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "frame-support", "frame-system", @@ -12358,9 +12375,10 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.9" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +version = "0.9.11" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ + "frame-benchmarking", "frame-support", "impl-trait-for-tuples", "log", @@ -12376,7 +12394,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#cedd601b3e7c527b7bd6a7c3e66b69a78b45a92d" +source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" dependencies = [ "proc-macro2", "quote", @@ -12420,18 +12438,18 @@ dependencies = [ [[package]] name = "zstd" -version = "0.6.1+zstd.1.4.9" +version = "0.9.0+zstd.1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3" +checksum = "07749a5dc2cb6b36661290245e350f15ec3bbb304e493db54a1d354480522ccd" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "3.0.1+zstd.1.4.9" +version = "4.1.1+zstd.1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c" +checksum = "c91c90f2c593b003603e5e0493c837088df4469da25aafff8bce42ba48caf079" dependencies = [ "libc", "zstd-sys", @@ -12439,9 +12457,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "1.4.20+zstd.1.4.9" +version = "1.6.1+zstd.1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e" +checksum = "615120c7a2431d16cf1cf979e7fc31ba7a5b5e5707b29c8a99e5dbf8a8392a33" dependencies = [ "cc", "libc", diff --git a/client/collator/src/lib.rs b/client/collator/src/lib.rs index ff6ce27dc3f..477ae9fdb15 100644 --- a/client/collator/src/lib.rs +++ b/client/collator/src/lib.rs @@ -327,7 +327,9 @@ mod tests { use cumulus_test_runtime::{Block, Header}; use futures::{channel::mpsc, executor::block_on, StreamExt}; use polkadot_node_subsystem_test_helpers::ForwardSubsystem; - use polkadot_overseer::{AllSubsystems, HeadSupportsParachains, Overseer}; + use polkadot_overseer::{ + dummy::dummy_overseer_builder, HeadSupportsParachains, Overseer, + }; use sp_consensus::BlockOrigin; use sp_core::{testing::TaskExecutor, Pair}; use sp_runtime::traits::BlakeTwo256; @@ -383,16 +385,12 @@ mod tests { let (sub_tx, sub_rx) = mpsc::channel(64); - let all_subsystems = - AllSubsystems::<()>::dummy().replace_collation_generation(|_| ForwardSubsystem(sub_tx)); - let (overseer, handle) = Overseer::new( - Vec::new(), - all_subsystems, - None, - AlwaysSupportsParachains, - spawner.clone(), - ) - .expect("Creates overseer"); + let (overseer, handle) = + dummy_overseer_builder(spawner.clone(), AlwaysSupportsParachains, None) + .expect("Creates overseer builder") + .replace_collation_generation(|_| ForwardSubsystem(sub_tx)) + .build() + .expect("Builds overseer"); spawner.spawn("overseer", overseer.run().then(|_| async { () }).boxed()); @@ -400,7 +398,7 @@ mod tests { runtime_api: client.clone(), block_status: client.clone(), announce_block: Arc::new(announce_block), - overseer_handle: OverseerHandle::Connected(handle), + overseer_handle: OverseerHandle::new(handle), spawner, para_id, key: CollatorPair::generate().0, diff --git a/pallets/dmp-queue/src/lib.rs b/pallets/dmp-queue/src/lib.rs index ebd2b597671..251d3acbb38 100644 --- a/pallets/dmp-queue/src/lib.rs +++ b/pallets/dmp-queue/src/lib.rs @@ -240,7 +240,7 @@ pub mod pallet { Ok(0) }, Ok(Ok(x)) => { - let outcome = T::XcmExecutor::execute_xcm(Parent.into(), x, limit); + let outcome = T::XcmExecutor::execute_xcm(Parent, x, limit); match outcome { Outcome::Error(XcmError::WeightLimitReached(required)) => Err((id, required)), @@ -420,7 +420,7 @@ mod tests { pub struct MockExec; impl ExecuteXcm for MockExec { fn execute_xcm_in_credit( - _origin: MultiLocation, + _origin: impl Into, message: Xcm, weight_limit: Weight, _credit: Weight, diff --git a/pallets/xcm/src/lib.rs b/pallets/xcm/src/lib.rs index ab61076ddf6..7f56c4a54ab 100644 --- a/pallets/xcm/src/lib.rs +++ b/pallets/xcm/src/lib.rs @@ -124,7 +124,7 @@ impl DmpMessageHandler for UnlimitedDmpExecution { Err(_) => Pallet::::deposit_event(Event::InvalidFormat(id)), Ok(Err(())) => Pallet::::deposit_event(Event::UnsupportedVersion(id)), Ok(Ok(x)) => { - let outcome = T::XcmExecutor::execute_xcm(Parent.into(), x, limit); + let outcome = T::XcmExecutor::execute_xcm(Parent, x, limit); used += outcome.weight_used(); Pallet::::deposit_event(Event::ExecutedDownward(id, outcome)); }, @@ -158,7 +158,7 @@ impl DmpMessageHandler for LimitAndDropDmpExecution { Ok(Err(())) => Pallet::::deposit_event(Event::UnsupportedVersion(id)), Ok(Ok(x)) => { let weight_limit = limit.saturating_sub(used); - let outcome = T::XcmExecutor::execute_xcm(Parent.into(), x, weight_limit); + let outcome = T::XcmExecutor::execute_xcm(Parent, x, weight_limit); used += outcome.weight_used(); Pallet::::deposit_event(Event::ExecutedDownward(id, outcome)); }, diff --git a/pallets/xcmp-queue/src/lib.rs b/pallets/xcmp-queue/src/lib.rs index 9f3ecc8ffa4..721a2af1dbd 100644 --- a/pallets/xcmp-queue/src/lib.rs +++ b/pallets/xcmp-queue/src/lib.rs @@ -348,7 +348,7 @@ impl Pallet { let (result, event) = match Xcm::::try_from(xcm) { Ok(xcm) => { let location = (1, Parachain(sender.into())); - match T::XcmExecutor::execute_xcm(location.into(), xcm, max_weight) { + match T::XcmExecutor::execute_xcm(location, xcm, max_weight) { Outcome::Error(e) => (Err(e.clone()), Event::Fail(Some(hash), e)), Outcome::Complete(w) => (Ok(w), Event::Success(Some(hash))), // As far as the caller is concerned, this was dispatched without error, so @@ -754,7 +754,9 @@ impl XcmpMessageSource for Pallet { /// Xcm sender for sending to a sibling parachain. impl SendXcm for Pallet { - fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), SendError> { + fn send_xcm(dest: impl Into, msg: Xcm<()>) -> Result<(), SendError> { + let dest = dest.into(); + match &dest { // An HRMP message for a sibling parachain. MultiLocation { parents: 1, interior: X1(Parachain(id)) } => { diff --git a/polkadot-parachains/pallets/ping/src/lib.rs b/polkadot-parachains/pallets/ping/src/lib.rs index 0c653db7b84..9960d66c504 100644 --- a/polkadot-parachains/pallets/ping/src/lib.rs +++ b/polkadot-parachains/pallets/ping/src/lib.rs @@ -89,7 +89,7 @@ pub mod pallet { *seq }); match T::XcmSender::send_xcm( - (1, Junction::Parachain(para.into())).into(), + (1, Junction::Parachain(para.into())), Xcm(vec![Transact { origin_type: OriginKind::Native, require_weight_at_most: 1_000, @@ -165,7 +165,7 @@ pub mod pallet { Self::deposit_event(Event::Pinged(para, seq, payload.clone())); match T::XcmSender::send_xcm( - (1, Junction::Parachain(para.into())).into(), + (1, Junction::Parachain(para.into())), Xcm(vec![Transact { origin_type: OriginKind::Native, require_weight_at_most: 1_000, diff --git a/primitives/utility/src/lib.rs b/primitives/utility/src/lib.rs index 17b134d1aac..69397247a39 100644 --- a/primitives/utility/src/lib.rs +++ b/primitives/utility/src/lib.rs @@ -33,7 +33,9 @@ use xcm::{latest::prelude::*, WrapVersion}; /// for the `SendXcm` implementation. pub struct ParentAsUmp(PhantomData<(T, W)>); impl SendXcm for ParentAsUmp { - fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), SendError> { + fn send_xcm(dest: impl Into, msg: Xcm<()>) -> Result<(), SendError> { + let dest = dest.into(); + if dest.contains_parents_only(1) { // An upward message for the relay chain. let versioned_xcm = From 6d6f4ec0b772b049322ad95f742fa72f7ff6b31a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 1 Oct 2021 10:02:49 +0200 Subject: [PATCH 2/3] Remove warning --- client/collator/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/collator/src/lib.rs b/client/collator/src/lib.rs index 477ae9fdb15..4799d441ee2 100644 --- a/client/collator/src/lib.rs +++ b/client/collator/src/lib.rs @@ -327,9 +327,7 @@ mod tests { use cumulus_test_runtime::{Block, Header}; use futures::{channel::mpsc, executor::block_on, StreamExt}; use polkadot_node_subsystem_test_helpers::ForwardSubsystem; - use polkadot_overseer::{ - dummy::dummy_overseer_builder, HeadSupportsParachains, Overseer, - }; + use polkadot_overseer::{dummy::dummy_overseer_builder, HeadSupportsParachains}; use sp_consensus::BlockOrigin; use sp_core::{testing::TaskExecutor, Pair}; use sp_runtime::traits::BlakeTwo256; From d1ebbc7256ccda93167676f7c9bee6dc8c1e8f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 1 Oct 2021 12:45:25 +0200 Subject: [PATCH 3/3] Update --- Cargo.lock | 470 ++++++++++++++++++++++++++--------------------------- 1 file changed, 235 insertions(+), 235 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb9b0d733d1..339079259bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "beefy-primitives", "fnv", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -510,12 +510,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -706,7 +706,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "finality-grandpa", "frame-support", @@ -722,7 +722,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-runtime", "frame-support", @@ -734,7 +734,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "bp-runtime", @@ -750,7 +750,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-messages", "bp-runtime", @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-messages", "bp-runtime", @@ -783,7 +783,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-support", "hash-db", @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -2449,7 +2449,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", ] @@ -2467,7 +2467,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "Inflector", "chrono", @@ -2513,7 +2513,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -2527,7 +2527,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -2555,7 +2555,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "bitflags", "frame-metadata", @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2594,7 +2594,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro2", "quote", @@ -2616,7 +2616,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "log", @@ -2633,7 +2633,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -2648,7 +2648,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "sp-api", @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "sp-api", @@ -3607,7 +3607,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -4568,7 +4568,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "derive_more", "futures 0.3.17", @@ -4858,7 +4858,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-system", "parity-scale-codec", @@ -5033,7 +5033,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5047,7 +5047,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5063,7 +5063,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5079,7 +5079,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5094,7 +5094,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5118,7 +5118,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5138,7 +5138,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5153,7 +5153,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "beefy-primitives", "frame-support", @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5194,7 +5194,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5212,7 +5212,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5229,7 +5229,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5251,7 +5251,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "bp-message-dispatch", @@ -5298,7 +5298,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5315,7 +5315,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5331,7 +5331,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5355,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5373,7 +5373,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5427,7 +5427,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5447,7 +5447,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5464,7 +5464,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5481,7 +5481,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5515,7 +5515,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5532,7 +5532,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5547,7 +5547,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5561,7 +5561,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5578,7 +5578,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5601,7 +5601,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5616,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5630,7 +5630,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5644,7 +5644,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5660,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5681,7 +5681,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5697,7 +5697,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5711,7 +5711,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5734,7 +5734,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5745,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "log", "sp-arithmetic", @@ -5754,7 +5754,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5783,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5801,7 +5801,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5820,7 +5820,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-support", "frame-system", @@ -5837,7 +5837,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5854,7 +5854,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5865,7 +5865,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5882,7 +5882,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5927,7 +5927,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-support", "frame-system", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6462,7 +6462,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6476,7 +6476,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6489,7 +6489,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "derive_more", "futures 0.3.17", @@ -6511,7 +6511,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "lru", @@ -6531,7 +6531,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6551,7 +6551,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6649,7 +6649,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "always-assert", "derive_more", @@ -6670,7 +6670,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6683,7 +6683,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "derive_more", "futures 0.3.17", @@ -6705,7 +6705,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6719,7 +6719,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6739,7 +6739,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "futures 0.3.17", @@ -6758,7 +6758,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6776,7 +6776,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6804,7 +6804,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6824,7 +6824,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6842,7 +6842,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6857,7 +6857,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "futures 0.3.17", @@ -6875,7 +6875,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6890,7 +6890,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6907,7 +6907,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6926,7 +6926,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "polkadot-node-primitives", @@ -6939,7 +6939,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "futures 0.3.17", @@ -6956,7 +6956,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6971,7 +6971,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "always-assert", "assert_matches", @@ -7002,7 +7002,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "memory-lru", @@ -7020,7 +7020,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-std", "lazy_static", @@ -7038,7 +7038,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7049,7 +7049,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "derive_more", @@ -7067,7 +7067,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -7089,7 +7089,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7099,7 +7099,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "futures 0.3.17", @@ -7117,7 +7117,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "derive_more", "futures 0.3.17", @@ -7136,7 +7136,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "derive_more", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7184,7 +7184,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "futures 0.3.17", @@ -7201,7 +7201,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7212,7 +7212,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "derive_more", "frame-support", @@ -7229,7 +7229,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -7259,7 +7259,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7290,7 +7290,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7367,7 +7367,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7414,7 +7414,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -7453,7 +7453,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "async-trait", "beefy-gadget", @@ -7551,7 +7551,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7582,7 +7582,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7607,7 +7607,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7668,7 +7668,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-benchmarking", "frame-system", @@ -8264,7 +8264,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "env_logger 0.9.0", "jsonrpsee-proc-macros", @@ -8392,7 +8392,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "bp-messages", @@ -8581,7 +8581,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "log", "sp-core", @@ -8592,7 +8592,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "derive_more", @@ -8619,7 +8619,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8642,7 +8642,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8658,7 +8658,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8674,7 +8674,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8685,7 +8685,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "chrono", "fdlimit", @@ -8723,7 +8723,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "fnv", "futures 0.3.17", @@ -8751,7 +8751,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "hash-db", "kvdb", @@ -8776,7 +8776,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "futures 0.3.17", @@ -8800,7 +8800,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "derive_more", @@ -8829,7 +8829,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "derive_more", @@ -8872,7 +8872,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "derive_more", "futures 0.3.17", @@ -8896,7 +8896,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8909,7 +8909,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "futures 0.3.17", @@ -8935,7 +8935,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "sc-client-api", "sp-authorship", @@ -8946,7 +8946,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -8972,7 +8972,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "derive_more", "environmental", @@ -8990,7 +8990,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "log", "parity-scale-codec", @@ -9006,7 +9006,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9024,7 +9024,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "derive_more", @@ -9061,7 +9061,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "derive_more", "finality-grandpa", @@ -9085,7 +9085,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -9102,7 +9102,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "derive_more", @@ -9117,7 +9117,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "hash-db", "parity-scale-codec", @@ -9135,7 +9135,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-std", "async-trait", @@ -9186,7 +9186,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9202,7 +9202,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "bytes 1.0.1", "fnv", @@ -9229,7 +9229,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "libp2p", @@ -9242,7 +9242,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9251,7 +9251,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "hash-db", @@ -9282,7 +9282,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9307,7 +9307,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9324,7 +9324,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "directories", @@ -9389,7 +9389,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "log", "parity-scale-codec", @@ -9403,7 +9403,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9425,7 +9425,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "chrono", "futures 0.3.17", @@ -9443,7 +9443,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9483,7 +9483,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "intervalier", @@ -9510,7 +9510,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "derive_more", "futures 0.3.17", @@ -9524,7 +9524,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9901,7 +9901,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "enumn", "parity-scale-codec", @@ -10004,7 +10004,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "hash-db", "log", @@ -10021,7 +10021,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10033,7 +10033,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10046,7 +10046,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "integer-sqrt", "num-traits", @@ -10061,7 +10061,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10074,7 +10074,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "parity-scale-codec", @@ -10086,7 +10086,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "sp-api", @@ -10098,7 +10098,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "log", @@ -10116,7 +10116,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "futures 0.3.17", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "parity-scale-codec", @@ -10153,7 +10153,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "merlin", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10187,7 +10187,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10199,7 +10199,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "base58", "blake2-rfc", @@ -10244,7 +10244,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10253,7 +10253,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro2", "quote", @@ -10263,7 +10263,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "environmental", "parity-scale-codec", @@ -10274,7 +10274,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "finality-grandpa", "log", @@ -10292,7 +10292,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10306,7 +10306,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "hash-db", @@ -10330,7 +10330,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "lazy_static", "sp-core", @@ -10341,7 +10341,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "derive_more", @@ -10358,7 +10358,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "zstd", ] @@ -10366,7 +10366,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10381,7 +10381,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10392,7 +10392,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "sp-api", "sp-core", @@ -10402,7 +10402,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "backtrace", ] @@ -10410,7 +10410,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "rustc-hash", "serde", @@ -10420,7 +10420,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "either", "hash256-std-hasher", @@ -10442,7 +10442,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10471,7 +10471,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "serde", "serde_json", @@ -10480,7 +10480,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10494,7 +10494,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "scale-info", @@ -10505,7 +10505,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "hash-db", "log", @@ -10528,12 +10528,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10546,7 +10546,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "log", "sp-core", @@ -10559,7 +10559,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10575,7 +10575,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "erased-serde", "log", @@ -10593,7 +10593,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "sp-api", "sp-runtime", @@ -10602,7 +10602,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "log", @@ -10618,7 +10618,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "hash-db", "memory-db", @@ -10633,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10649,7 +10649,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10660,7 +10660,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10942,7 +10942,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "platforms", ] @@ -10950,7 +10950,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -10972,7 +10972,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-std", "derive_more", @@ -10986,7 +10986,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "async-trait", "futures 0.3.17", @@ -11013,7 +11013,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -11023,7 +11023,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11034,7 +11034,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -11487,7 +11487,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#a2e7ae3ae8bf58f899c2c8f57597d2694b8c6fae" +source = "git+https://github.com/paritytech/substrate?branch=master#c1e45a62103ce7f0b3db4926f40c38b4b1283fa9" dependencies = [ "jsonrpsee-ws-client", "log", @@ -12099,7 +12099,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -12343,7 +12343,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12356,7 +12356,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-support", "frame-system", @@ -12376,7 +12376,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.11" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "frame-benchmarking", "frame-support", @@ -12394,7 +12394,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#261a124924641bbb41fdb1b321dae3b3861c736c" +source = "git+https://github.com/paritytech/polkadot?branch=master#5f44560aaf93c8c2478280b9b5ddc1955eba412f" dependencies = [ "proc-macro2", "quote",