From 0960b145eeff82cc46d21f4626e14ef39a53cfde Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Thu, 13 Apr 2023 14:53:25 +0300 Subject: [PATCH] sc_executor: Use new_with_wasm_executor instead of deprecated new method (#7055) * node: Replace deprecated versions of sc_executor Signed-off-by: Alexandru Vasile * Update cargo.lock via `cargo update -p sc-executor` Signed-off-by: Alexandru Vasile * Update Cargo.lock with latest substrate Signed-off-by: Alexandru Vasile * node: Replace `new` with `new_with_wasm_executor` Signed-off-by: Alexandru Vasile * Update substrate to latest Signed-off-by: Alexandru Vasile --------- Signed-off-by: Alexandru Vasile --- Cargo.lock | 476 ++++++++++++++++++++++------------------ node/service/src/lib.rs | 23 +- 2 files changed, 284 insertions(+), 215 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9baed9429978..498c8db1189b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "hash-db", "log", @@ -2377,7 +2377,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", ] @@ -2400,7 +2400,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-support-procedural", @@ -2425,7 +2425,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "Inflector", "array-bytes", @@ -2472,18 +2472,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2500,7 +2500,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -2516,9 +2516,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "15.0.0" +version = "15.1.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" +checksum = "878babb0b136e731cc77ec2fd883ff02745ff21e6fb662729953d44923df009c" dependencies = [ "cfg-if", "parity-scale-codec", @@ -2529,7 +2529,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "log", @@ -2545,7 +2545,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "bitflags", "environmental", @@ -2578,7 +2578,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "Inflector", "cfg-expr", @@ -2588,35 +2588,35 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -2627,6 +2627,7 @@ dependencies = [ "rustversion", "scale-info", "serde", + "sp-api", "sp-arithmetic", "sp-core", "sp-io", @@ -2640,7 +2641,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -2651,7 +2652,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "log", @@ -2669,7 +2670,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -2684,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "sp-api", @@ -2693,7 +2694,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "parity-scale-codec", @@ -2875,7 +2876,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "chrono", "frame-election-provider-support", @@ -4673,7 +4674,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "log", @@ -4692,7 +4693,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "anyhow", "jsonrpsee", @@ -5276,7 +5277,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5291,7 +5292,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5307,7 +5308,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5321,7 +5322,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5345,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5365,7 +5366,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5384,7 +5385,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5399,7 +5400,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5418,7 +5419,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5442,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5460,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5479,7 +5480,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5496,7 +5497,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5513,7 +5514,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5531,7 +5532,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5554,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5567,7 +5568,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5585,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5603,7 +5604,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5626,7 +5627,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5642,7 +5643,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5662,7 +5663,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5679,7 +5680,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5696,7 +5697,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5713,7 +5714,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5729,7 +5730,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5745,7 +5746,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5762,7 +5763,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5782,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5793,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5810,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5834,7 +5835,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5851,7 +5852,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5866,7 +5867,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5884,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5899,7 +5900,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5918,7 +5919,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5935,7 +5936,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5956,7 +5957,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -5972,7 +5973,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -5986,7 +5987,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6009,18 +6010,18 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "log", "sp-arithmetic", @@ -6029,7 +6030,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "sp-api", @@ -6038,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6056,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -6069,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6087,7 +6088,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6106,7 +6107,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-support", "frame-system", @@ -6122,7 +6123,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6138,7 +6139,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6150,7 +6151,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6167,7 +6168,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6182,7 +6183,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6198,7 +6199,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -6213,7 +6214,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-benchmarking", "frame-support", @@ -7337,7 +7338,7 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-runtime", "thiserror", - "zstd", + "zstd 0.11.2+zstd.1.5.2", ] [[package]] @@ -9184,7 +9185,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "log", "sp-core", @@ -9195,7 +9196,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures", @@ -9223,7 +9224,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "futures-timer", @@ -9246,7 +9247,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9261,7 +9262,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9280,18 +9281,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "chrono", @@ -9331,7 +9332,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "fnv", "futures", @@ -9357,7 +9358,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "hash-db", "kvdb", @@ -9383,7 +9384,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures", @@ -9408,7 +9409,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "fork-tree", @@ -9447,7 +9448,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "jsonrpsee", @@ -9469,7 +9470,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "async-trait", @@ -9504,7 +9505,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "jsonrpsee", @@ -9523,7 +9524,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9536,7 +9537,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9576,7 +9577,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "finality-grandpa", "futures", @@ -9596,7 +9597,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures", @@ -9619,7 +9620,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9643,7 +9644,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9656,7 +9657,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "log", "sc-allocator", @@ -9669,7 +9670,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "anyhow", "cfg-if", @@ -9687,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ansi_term", "futures", @@ -9703,7 +9704,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "async-trait", @@ -9718,7 +9719,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "async-channel", @@ -9763,7 +9764,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "cid", "futures", @@ -9783,7 +9784,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "async-trait", @@ -9811,7 +9812,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ahash 0.8.2", "futures", @@ -9830,7 +9831,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "futures", @@ -9852,7 +9853,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "async-trait", @@ -9886,7 +9887,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "futures", @@ -9906,7 +9907,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "bytes", @@ -9937,7 +9938,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "libp2p", @@ -9950,7 +9951,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9959,7 +9960,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "jsonrpsee", @@ -9989,7 +9990,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10008,7 +10009,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "http", "jsonrpsee", @@ -10023,7 +10024,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "futures", @@ -10049,7 +10050,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "directories", @@ -10115,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "log", "parity-scale-codec", @@ -10126,7 +10127,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "clap 4.0.15", "fs4", @@ -10142,7 +10143,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10161,7 +10162,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "libc", @@ -10180,7 +10181,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "chrono", "futures", @@ -10199,7 +10200,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ansi_term", "atty", @@ -10230,18 +10231,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures", @@ -10268,7 +10269,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures", @@ -10282,7 +10283,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-channel", "futures", @@ -10551,6 +10552,15 @@ dependencies = [ "serde", ] +[[package]] +name = "serde_spanned" +version = "0.6.1" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" +dependencies = [ + "serde", +] + [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -10821,13 +10831,15 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "hash-db", "log", "parity-scale-codec", + "scale-info", "sp-api-proc-macro", "sp-core", + "sp-metadata-ir", "sp-runtime", "sp-state-machine", "sp-std", @@ -10839,7 +10851,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "Inflector", "blake2", @@ -10847,13 +10859,13 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -10866,7 +10878,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "integer-sqrt", "num-traits", @@ -10880,7 +10892,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -10893,7 +10905,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "sp-api", @@ -10905,7 +10917,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "log", @@ -10923,7 +10935,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures", @@ -10938,7 +10950,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "parity-scale-codec", @@ -10956,7 +10968,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "merlin", @@ -10979,7 +10991,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10998,7 +11010,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "finality-grandpa", "log", @@ -11016,7 +11028,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -11028,7 +11040,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -11041,7 +11053,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "bitflags", @@ -11084,7 +11096,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "blake2b_simd", "byteorder", @@ -11098,18 +11110,18 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro2", "quote", "sp-core-hashing", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11118,17 +11130,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "environmental", "parity-scale-codec", @@ -11139,7 +11151,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11154,7 +11166,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "bytes", "ed25519", @@ -11180,7 +11192,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "lazy_static", "sp-core", @@ -11191,7 +11203,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "merlin", @@ -11207,16 +11219,27 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "thiserror", - "zstd", + "zstd 0.12.3+zstd.1.5.2", +] + +[[package]] +name = "sp-metadata-ir" +version = "0.1.0" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" +dependencies = [ + "frame-metadata", + "parity-scale-codec", + "scale-info", + "sp-std", ] [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11234,7 +11257,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -11248,7 +11271,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "sp-api", "sp-core", @@ -11258,7 +11281,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "backtrace", "lazy_static", @@ -11268,7 +11291,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "rustc-hash", "serde", @@ -11278,7 +11301,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "either", "hash256-std-hasher", @@ -11300,7 +11323,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11318,19 +11341,19 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "Inflector", "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -11344,7 +11367,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -11356,7 +11379,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "hash-db", "log", @@ -11376,12 +11399,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11394,7 +11417,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "futures-timer", @@ -11409,7 +11432,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "sp-std", @@ -11421,7 +11444,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "sp-api", "sp-runtime", @@ -11430,7 +11453,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "log", @@ -11446,7 +11469,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11469,7 +11492,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11486,18 +11509,18 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11511,7 +11534,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "parity-scale-codec", "scale-info", @@ -11741,7 +11764,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "platforms 2.0.0", ] @@ -11749,7 +11772,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11768,7 +11791,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "hyper", "log", @@ -11780,7 +11803,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "jsonrpsee", @@ -11793,7 +11816,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "jsonrpsee", "log", @@ -11812,7 +11835,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "array-bytes", "async-trait", @@ -11838,7 +11861,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11848,18 +11871,18 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.14", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "ansi_term", "build-helper", @@ -11868,7 +11891,7 @@ dependencies = [ "sp-maybe-compressed-blob", "strum", "tempfile", - "toml", + "toml 0.7.3", "walkdir", "wasm-opt", ] @@ -12426,11 +12449,26 @@ dependencies = [ "serde", ] +[[package]] +name = "toml" +version = "0.7.3" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" +dependencies = [ + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", +] + [[package]] name = "toml_datetime" version = "0.6.1" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" +dependencies = [ + "serde", +] [[package]] name = "toml_edit" @@ -12439,6 +12477,8 @@ source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" dependencies = [ "indexmap", + "serde", + "serde_spanned", "toml_datetime", "winnow", ] @@ -12689,7 +12729,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+/~https://github.com/paritytech/substrate?branch=master#a1d3d5004379976b13deab86b975c04ad78bcd72" +source = "git+/~https://github.com/paritytech/substrate?branch=master#a6cb6d0fb79c303c9af513e856abfb61fc6d8d74" dependencies = [ "async-trait", "clap 4.0.15", @@ -12720,7 +12760,7 @@ dependencies = [ "sp-version", "sp-weights", "substrate-rpc-client", - "zstd", + "zstd 0.12.3+zstd.1.5.2", ] [[package]] @@ -12736,7 +12776,7 @@ dependencies = [ "serde_derive", "serde_json", "termcolor", - "toml", + "toml 0.5.11", ] [[package]] @@ -13242,9 +13282,9 @@ dependencies = [ "rustix 0.36.7", "serde", "sha2 0.10.2", - "toml", + "toml 0.5.11", "windows-sys 0.42.0", - "zstd", + "zstd 0.11.2+zstd.1.5.2", ] [[package]] @@ -14261,7 +14301,16 @@ version = "0.11.2+zstd.1.5.2" source = "registry+/~https://github.com/rust-lang/crates.io-index" checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ - "zstd-safe", + "zstd-safe 5.0.2+zstd.1.5.2", +] + +[[package]] +name = "zstd" +version = "0.12.3+zstd.1.5.2" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +dependencies = [ + "zstd-safe 6.0.5+zstd.1.5.4", ] [[package]] @@ -14274,12 +14323,23 @@ dependencies = [ "zstd-sys", ] +[[package]] +name = "zstd-safe" +version = "6.0.5+zstd.1.5.4" +source = "registry+/~https://github.com/rust-lang/crates.io-index" +checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" +dependencies = [ + "libc", + "zstd-sys", +] + [[package]] name = "zstd-sys" -version = "2.0.1+zstd.1.5.2" +version = "2.0.8+zstd.1.5.5" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b" +checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c" dependencies = [ "cc", "libc", + "pkg-config", ] diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 71eebeafcbfe..0c4a54124c0f 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -104,8 +104,10 @@ pub use polkadot_client::{ pub use polkadot_primitives::{Block, BlockId, BlockNumber, CollatorPair, Hash, Id as ParaId}; pub use sc_client_api::{Backend, CallExecutor, ExecutionStrategy}; pub use sc_consensus::{BlockImport, LongestChain}; -use sc_executor::NativeElseWasmExecutor; pub use sc_executor::NativeExecutionDispatch; +use sc_executor::{ + HeapAllocStrategy, NativeElseWasmExecutor, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY, +}; pub use service::{ config::{DatabaseSource, PrometheusConfig}, ChainSpec, Configuration, Error as SubstrateServiceError, PruningMode, Role, RuntimeGenesis, @@ -404,12 +406,19 @@ where }) .transpose()?; - let executor = NativeElseWasmExecutor::::new( - config.wasm_method, - config.default_heap_pages, - config.max_runtime_instances, - config.runtime_cache_size, - ); + let heap_pages = config + .default_heap_pages + .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); + + let wasm = WasmExecutor::builder() + .with_execution_method(config.wasm_method) + .with_onchain_heap_alloc_strategy(heap_pages) + .with_offchain_heap_alloc_strategy(heap_pages) + .with_max_runtime_instances(config.max_runtime_instances) + .with_runtime_cache_size(config.runtime_cache_size) + .build(); + + let executor = NativeElseWasmExecutor::::new_with_wasm_executor(wasm); let (client, backend, keystore_container, task_manager) = service::new_full_parts::(