diff --git a/.github/workflows/rust-checks.yaml b/.github/workflows/rust-checks.yaml index ec8d18b88b2..de2ea9cc053 100644 --- a/.github/workflows/rust-checks.yaml +++ b/.github/workflows/rust-checks.yaml @@ -43,7 +43,7 @@ jobs: with: toolchain: ${{ env.TOOLCHAIN_LINT }} targets: wasm32-unknown-unknown - components: rustfmt, clippy + components: rustfmt, clippy, rust-src - uses: Swatinem/rust-cache@v2 with: key: lint-v0 diff --git a/.github/workflows/rust-docs.yaml b/.github/workflows/rust-docs.yaml index 64e73bfcaad..f60c36d91c8 100644 --- a/.github/workflows/rust-docs.yaml +++ b/.github/workflows/rust-docs.yaml @@ -18,8 +18,13 @@ jobs: with: version: "3.6.1" - - name: Add wasm32-unknwon-unknown target - run: rustup target add wasm32-unknown-unknown + - uses: actions/checkout@v4 + - name: Install Rust Stable + uses: dtolnay/rust-toolchain@stable + with: + toolchain: stable + targets: wasm32-unknown-unknown + components: rust-src - name: Build docs uses: actions-rs/cargo@v1 diff --git a/Cargo.lock b/Cargo.lock index fd8acbffcf9..d43cea1dcc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "ark-secret-scalar" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" +source = "git+https://github.com/w3f/ring-vrf?rev=3ddc205#3ddc2051066c4b3f0eadd0ba5700df12500d9754" dependencies = [ "ark-ec", "ark-ff", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "ark-transcript" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" +source = "git+https://github.com/w3f/ring-vrf?rev=3ddc205#3ddc2051066c4b3f0eadd0ba5700df12500d9754" dependencies = [ "ark-ff", "ark-serialize", @@ -801,8 +801,8 @@ dependencies = [ [[package]] name = "bandersnatch_vrfs" -version = "0.0.3" -source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" +version = "0.0.4" +source = "git+https://github.com/w3f/ring-vrf?rev=3ddc205#3ddc2051066c4b3f0eadd0ba5700df12500d9754" dependencies = [ "ark-bls12-381", "ark-ec", @@ -1437,7 +1437,7 @@ dependencies = [ [[package]] name = "common" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#7275eb6f956219dd70400fce23e9b73593238981" +source = "git+https://github.com/burdges/ring-proof?branch=patch-1#05a756076cb20f981a52afea3a620168de49f95f" dependencies = [ "ark-ec", "ark-ff", @@ -2198,7 +2198,7 @@ dependencies = [ [[package]] name = "dleq_vrf" version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=cbc342e#cbc342e95d3cbcd3c5ba8d45af7200eb58e63502" +source = "git+https://github.com/w3f/ring-vrf?rev=3ddc205#3ddc2051066c4b3f0eadd0ba5700df12500d9754" dependencies = [ "ark-ec", "ark-ff", @@ -2542,11 +2542,12 @@ checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "fdlimit" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b" +checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ "libc", + "thiserror", ] [[package]] @@ -2673,7 +2674,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", ] @@ -2696,7 +2697,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-support-procedural", @@ -2721,7 +2722,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "Inflector", "array-bytes 6.1.0", @@ -2769,7 +2770,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-pallet-pov" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -2784,7 +2785,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2795,7 +2796,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2812,7 +2813,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -2842,7 +2843,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "futures", "indicatif", @@ -2863,7 +2864,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "aquamarine", "array-bytes 6.1.0", @@ -2904,7 +2905,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "Inflector", "cfg-expr", @@ -2923,7 +2924,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2935,7 +2936,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro2", "quote", @@ -2945,7 +2946,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "cfg-if", "docify", @@ -2965,7 +2966,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -2980,7 +2981,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "sp-api", @@ -2989,7 +2990,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "parity-scale-codec", @@ -4046,7 +4047,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kitchensink-runtime" version = "3.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-benchmarking-pallet-pov", @@ -5095,7 +5096,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "anyhow", "jsonrpsee", @@ -5346,7 +5347,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "sp-core", "sp-runtime", @@ -5355,7 +5356,7 @@ dependencies = [ [[package]] name = "node-rpc" version = "3.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -5579,7 +5580,7 @@ dependencies = [ [[package]] name = "pallet-alliance" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5599,7 +5600,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5617,7 +5618,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -5632,7 +5633,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5647,7 +5648,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5665,7 +5666,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5681,7 +5682,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -5697,7 +5698,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -5711,7 +5712,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5735,7 +5736,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "aquamarine", "docify", @@ -5757,7 +5758,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5772,7 +5773,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5790,7 +5791,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bitvec", "frame-benchmarking", @@ -5807,7 +5808,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5826,7 +5827,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5843,7 +5844,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5874,7 +5875,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5887,7 +5888,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro2", "quote", @@ -5897,7 +5898,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5914,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5932,7 +5933,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -5950,7 +5951,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5973,7 +5974,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5987,7 +5988,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6006,7 +6007,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "docify", "frame-benchmarking", @@ -6025,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "blake2 0.10.6", "frame-benchmarking", @@ -6043,7 +6044,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6066,7 +6067,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6082,7 +6083,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6102,7 +6103,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6119,7 +6120,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6133,7 +6134,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6147,7 +6148,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6164,7 +6165,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6183,7 +6184,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6203,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6221,7 +6222,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6237,7 +6238,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6254,7 +6255,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6272,17 +6273,18 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "pallet-nfts", "parity-scale-codec", "sp-api", + "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6298,7 +6300,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6317,7 +6319,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6337,7 +6339,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6348,7 +6350,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6365,7 +6367,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6389,7 +6391,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6406,7 +6408,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6421,7 +6423,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6439,7 +6441,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6454,7 +6456,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6472,7 +6474,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6489,7 +6491,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6504,8 +6506,9 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -6522,7 +6525,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6540,7 +6543,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "docify", "frame-benchmarking", @@ -6558,7 +6561,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6580,7 +6583,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6597,7 +6600,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6610,7 +6613,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6628,7 +6631,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6650,7 +6653,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6661,7 +6664,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "sp-api", @@ -6671,7 +6674,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6688,7 +6691,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6706,7 +6709,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "docify", "frame-benchmarking", @@ -6722,7 +6725,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "docify", "frame-benchmarking", @@ -6742,7 +6745,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6761,7 +6764,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -6777,7 +6780,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6793,7 +6796,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6805,7 +6808,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6825,7 +6828,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "docify", "frame-benchmarking", @@ -6844,8 +6847,9 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ + "docify", "frame-benchmarking", "frame-support", "frame-system", @@ -6861,7 +6865,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6876,7 +6880,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6892,7 +6896,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6907,7 +6911,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "frame-support", @@ -7211,7 +7215,7 @@ checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" [[package]] name = "polkadot-core-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -7223,7 +7227,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bounded-collections", "derive_more", @@ -7890,7 +7894,7 @@ dependencies = [ [[package]] name = "ring" version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#7275eb6f956219dd70400fce23e9b73593238981" +source = "git+https://github.com/burdges/ring-proof?branch=patch-1#05a756076cb20f981a52afea3a620168de49f95f" dependencies = [ "ark-ec", "ark-ff", @@ -8196,7 +8200,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "log", "sp-core", @@ -8207,7 +8211,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "futures", @@ -8235,7 +8239,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "futures", "futures-timer", @@ -8257,7 +8261,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "sp-api", @@ -8271,7 +8275,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "docify", @@ -8296,7 +8300,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8307,7 +8311,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "bip39", @@ -8348,7 +8352,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "fnv", "futures", @@ -8375,7 +8379,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "hash-db", "kvdb", @@ -8401,7 +8405,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "futures", @@ -8426,7 +8430,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "fork-tree", @@ -8461,7 +8465,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "futures", "jsonrpsee", @@ -8483,7 +8487,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8496,7 +8500,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ahash 0.8.3", "array-bytes 6.1.0", @@ -8538,7 +8542,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "finality-grandpa", "futures", @@ -8558,7 +8562,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "futures", @@ -8581,7 +8585,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -8603,7 +8607,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -8615,7 +8619,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "anyhow", "cfg-if", @@ -8633,7 +8637,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ansi_term", "futures", @@ -8650,7 +8654,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "parking_lot 0.12.1", @@ -8664,11 +8668,12 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", "blake2 0.10.6", + "bytes", "futures", "futures-timer", "libp2p-identity", @@ -8692,7 +8697,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -8725,6 +8730,8 @@ dependencies = [ "sp-runtime", "substrate-prometheus-endpoint", "thiserror", + "tokio", + "tokio-stream", "unsigned-varint", "wasm-timer", "zeroize", @@ -8733,7 +8740,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-channel", "cid", @@ -8753,7 +8760,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -8770,7 +8777,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ahash 0.8.3", "futures", @@ -8789,7 +8796,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -8810,7 +8817,7 @@ dependencies = [ [[package]] name = "sc-network-statement" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -8829,7 +8836,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "async-channel", @@ -8865,7 +8872,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "futures", @@ -8884,7 +8891,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "bytes", @@ -8918,7 +8925,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8927,7 +8934,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "futures", "jsonrpsee", @@ -8959,7 +8966,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8979,7 +8986,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "http", "jsonrpsee", @@ -8994,7 +9001,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "futures", @@ -9023,7 +9030,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "directories", @@ -9086,7 +9093,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "log", "parity-scale-codec", @@ -9097,7 +9104,7 @@ dependencies = [ [[package]] name = "sc-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "log", "parity-db", @@ -9116,7 +9123,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "clap", "fs4", @@ -9130,7 +9137,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9149,7 +9156,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "derive_more", "futures", @@ -9169,7 +9176,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "chrono", "futures", @@ -9188,7 +9195,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ansi_term", "atty", @@ -9196,6 +9203,7 @@ dependencies = [ "lazy_static", "libc", "log", + "parity-scale-codec", "parking_lot 0.12.1", "regex", "rustc-hash", @@ -9217,7 +9225,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9228,7 +9236,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "futures", @@ -9254,7 +9262,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "futures", @@ -9270,7 +9278,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-channel", "futures", @@ -9420,18 +9428,18 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.24.3" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62" +checksum = "2acea373acb8c21ecb5a23741452acd2593ed44ee3d343e72baaa143bc89d0d5" dependencies = [ "secp256k1-sys", ] [[package]] name = "secp256k1-sys" -version = "0.6.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b" +checksum = "09e67c467c38fd24bd5499dc9a18183b31575c12ee549197e3e20d57aa4fe3b7" dependencies = [ "cc", ] @@ -9758,7 +9766,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "hash-db", "log", @@ -9779,7 +9787,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "Inflector", "blake2 0.10.6", @@ -9793,7 +9801,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9806,7 +9814,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "integer-sqrt", "num-traits", @@ -9838,7 +9846,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9851,7 +9859,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "sp-api", "sp-inherents", @@ -9862,7 +9870,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "futures", "log", @@ -9880,7 +9888,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "futures", @@ -9895,7 +9903,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "parity-scale-codec", @@ -9912,7 +9920,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "parity-scale-codec", @@ -9931,7 +9939,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "finality-grandpa", "log", @@ -9949,7 +9957,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -9961,7 +9969,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "bandersnatch_vrfs", @@ -10007,7 +10015,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "blake2b_simd", "byteorder", @@ -10020,7 +10028,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "quote", "sp-core-hashing", @@ -10030,7 +10038,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.4.1" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -10051,7 +10059,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10060,7 +10068,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro2", "quote", @@ -10070,7 +10078,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "proc-macro2", "quote", @@ -10080,7 +10088,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "environmental", "parity-scale-codec", @@ -10091,7 +10099,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "environmental", "parity-scale-codec", @@ -10102,7 +10110,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "serde_json", "sp-api", @@ -10113,7 +10121,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10127,7 +10135,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bytes", "ed25519-dalek", @@ -10151,7 +10159,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "lazy_static", "sp-core", @@ -10162,7 +10170,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10174,7 +10182,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "thiserror", "zstd 0.12.4", @@ -10183,7 +10191,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -10194,7 +10202,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10206,7 +10214,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -10224,7 +10232,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10238,7 +10246,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "sp-api", "sp-core", @@ -10248,7 +10256,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "backtrace", "lazy_static", @@ -10258,7 +10266,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "rustc-hash", "serde", @@ -10268,7 +10276,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "either", "hash256-std-hasher", @@ -10290,7 +10298,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10308,7 +10316,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10326,7 +10334,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "Inflector", "proc-macro-crate", @@ -10338,7 +10346,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "Inflector", "proc-macro-crate", @@ -10350,7 +10358,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10365,7 +10373,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10379,7 +10387,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "hash-db", "log", @@ -10400,7 +10408,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 4.0.0", @@ -10424,17 +10432,17 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10447,7 +10455,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10460,7 +10468,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "parity-scale-codec", @@ -10473,7 +10481,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk?branch=master)", @@ -10485,7 +10493,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "sp-std 8.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -10497,7 +10505,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "sp-api", "sp-runtime", @@ -10506,7 +10514,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "parity-scale-codec", @@ -10521,7 +10529,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ahash 0.8.3", "hash-db", @@ -10545,7 +10553,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10562,7 +10570,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10573,7 +10581,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10586,7 +10594,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10599,7 +10607,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "parity-scale-codec", "scale-info", @@ -10678,7 +10686,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-node-cli" version = "3.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "array-bytes 6.1.0", "clap", @@ -10752,7 +10760,7 @@ dependencies = [ [[package]] name = "staging-node-executor" version = "3.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-benchmarking", "kitchensink-runtime", @@ -10771,7 +10779,7 @@ dependencies = [ [[package]] name = "staging-node-inspect" version = "0.9.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "clap", "parity-scale-codec", @@ -10787,7 +10795,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "bounded-collections", "derivative", @@ -10804,7 +10812,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-support", "frame-system", @@ -10826,7 +10834,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "environmental", "frame-benchmarking", @@ -10960,12 +10968,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" [[package]] name = "substrate-cli-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "assert_cmd", "futures", @@ -10983,7 +10991,7 @@ dependencies = [ [[package]] name = "substrate-frame-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "clap", "frame-support", @@ -10996,7 +11004,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11015,7 +11023,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "hyper", "log", @@ -11027,7 +11035,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "jsonrpsee", @@ -11040,7 +11048,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11057,7 +11065,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "ansi_term", "build-helper", @@ -11200,18 +11208,18 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.49" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", @@ -11652,7 +11660,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" -version = "0.5.0" +version = "0.5.1" dependencies = [ "clap", "env_logger", @@ -11672,7 +11680,7 @@ dependencies = [ [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "async-trait", "clap", @@ -11707,7 +11715,7 @@ dependencies = [ [[package]] name = "try-runtime-core" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert_cmd", "async-trait", @@ -12977,7 +12985,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#490fb66537c60e1a391350b3f0a786efb7c17373" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=master#1d5d4a484021ede73152bf71af37718fa38bb72b" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index d4772a9a6cf..26edb908fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" members = ["cli", "core"] [workspace.package] -version = "0.5.0" +version = "0.5.1" authors = ["Parity Technologies "] description = "Substrate's programmatic testing framework." edition = "2021" diff --git a/core/src/commands/fast_forward.rs b/core/src/commands/fast_forward.rs index 6304a8acec2..896471735bf 100644 --- a/core/src/commands/fast_forward.rs +++ b/core/src/commands/fast_forward.rs @@ -21,11 +21,10 @@ use parity_scale_codec::{Decode, Encode}; use sc_cli::Result; use sc_executor::{sp_wasm_interface::HostFunctions, WasmExecutor}; use serde::de::DeserializeOwned; -use sp_api::HashingFor; use sp_core::H256; use sp_inherents::InherentData; use sp_runtime::{ - traits::{Header, NumberFor, One, Saturating}, + traits::{HashingFor, Header, NumberFor, One, Saturating}, Digest, }; use sp_state_machine::TestExternalities; diff --git a/core/src/commands/on_runtime_upgrade.rs b/core/src/commands/on_runtime_upgrade.rs index 9a6936e2484..89d2e8f85d5 100644 --- a/core/src/commands/on_runtime_upgrade.rs +++ b/core/src/commands/on_runtime_upgrade.rs @@ -21,9 +21,8 @@ use bytesize::ByteSize; use frame_try_runtime::UpgradeCheckSelect; use parity_scale_codec::Encode; use sc_executor::sp_wasm_interface::HostFunctions; -use sp_api::HashingFor; use sp_core::{hexdisplay::HexDisplay, Hasher}; -use sp_runtime::traits::{Block as BlockT, NumberFor}; +use sp_runtime::traits::{Block as BlockT, HashingFor, NumberFor}; use sp_state_machine::{CompactProof, StorageProof}; use crate::{ diff --git a/core/src/lib.rs b/core/src/lib.rs index 06e7db0816b..ebb9858f654 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -22,7 +22,6 @@ use sc_cli::{execution_method_from_cli, RuntimeVersion}; use sc_executor::{ sp_wasm_interface::HostFunctions, HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY, }; -use sp_api::HashingFor; use sp_core::{ offchain::{ testing::{TestOffchainExt, TestTransactionPoolExt}, @@ -33,7 +32,7 @@ use sp_core::{ }; use sp_externalities::Extensions; use sp_keystore::{testing::MemoryKeystore, KeystoreExt}; -use sp_runtime::traits::Block as BlockT; +use sp_runtime::traits::{Block as BlockT, HashingFor}; use sp_state_machine::{ OverlayedChanges, StateMachine, StorageProof, TestExternalities, TrieBackendBuilder, }; diff --git a/core/src/state.rs b/core/src/state.rs index d04d24866c1..d087c9c3934 100644 --- a/core/src/state.rs +++ b/core/src/state.rs @@ -23,12 +23,11 @@ use frame_remote_externalities::{ use parity_scale_codec::Decode; use sc_cli::RuntimeVersion; use sc_executor::{sp_wasm_interface::HostFunctions, WasmExecutor}; -use sp_api::{HashT, HeaderT}; use sp_core::{ - hexdisplay::HexDisplay, storage::well_known_keys, traits::ReadRuntimeVersion, twox_128, + hexdisplay::HexDisplay, storage::well_known_keys, traits::ReadRuntimeVersion, twox_128, Hasher, }; use sp_runtime::{ - traits::{BlakeTwo256, Block as BlockT}, + traits::{BlakeTwo256, Block as BlockT, Header as HeaderT}, DeserializeOwned, }; use substrate_rpc_client::{ws_client, ChainApi};