From d0c7138433d24201f173005936e795555b04a196 Mon Sep 17 00:00:00 2001 From: Marcin S Date: Mon, 22 May 2023 18:47:31 -0400 Subject: [PATCH 1/2] PVF: instantiate runtime from bytes --- Cargo.lock | 372 +++++++++++----------- node/core/pvf/worker/Cargo.toml | 1 - node/core/pvf/worker/src/execute.rs | 29 +- node/core/pvf/worker/src/executor_intf.rs | 34 +- node/core/pvf/worker/src/testing.rs | 5 +- 5 files changed, 229 insertions(+), 212 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a490c300051a..c1a7e52ac509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "hash-db", "log", @@ -2136,7 +2136,7 @@ checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76" dependencies = [ "proc-macro2", "quote", - "syn 2.0.15", + "syn 2.0.16", ] [[package]] @@ -2514,7 +2514,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", ] @@ -2537,7 +2537,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-support-procedural", @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "Inflector", "array-bytes", @@ -2609,7 +2609,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2620,7 +2620,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-recursion", "futures", @@ -2687,7 +2687,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "bitflags", "environmental", @@ -2721,7 +2721,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "Inflector", "cfg-expr", @@ -2737,7 +2737,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro2", "quote", @@ -2759,7 +2759,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2785,7 +2785,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -2796,7 +2796,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "cfg-if", "frame-support", @@ -2815,7 +2815,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -2830,7 +2830,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "sp-api", @@ -2839,7 +2839,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "parity-scale-codec", @@ -3021,7 +3021,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "chrono", "frame-election-provider-support", @@ -4938,7 +4938,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "log", @@ -4957,7 +4957,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "anyhow", "jsonrpsee", @@ -5549,7 +5549,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5564,7 +5564,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -5580,7 +5580,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -5594,7 +5594,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5618,7 +5618,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5657,7 +5657,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5672,7 +5672,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5715,7 +5715,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5733,7 +5733,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5752,7 +5752,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5769,7 +5769,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5804,7 +5804,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5827,7 +5827,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5840,7 +5840,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5858,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5876,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5899,7 +5899,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5915,7 +5915,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5935,7 +5935,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5952,7 +5952,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5969,7 +5969,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -5988,7 +5988,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6005,7 +6005,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6037,7 +6037,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -6054,7 +6054,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6074,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6085,7 +6085,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -6102,7 +6102,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6143,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6158,7 +6158,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6176,7 +6176,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6191,7 +6191,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6210,7 +6210,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6227,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -6248,7 +6248,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -6278,7 +6278,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6301,7 +6301,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6312,7 +6312,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "log", "sp-arithmetic", @@ -6321,7 +6321,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "sp-api", @@ -6330,7 +6330,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6347,7 +6347,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6362,7 +6362,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6380,7 +6380,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6399,7 +6399,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-support", "frame-system", @@ -6415,7 +6415,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6431,7 +6431,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6443,7 +6443,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6475,7 +6475,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6491,7 +6491,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -6506,7 +6506,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-benchmarking", "frame-support", @@ -9603,7 +9603,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "log", "sp-core", @@ -9614,7 +9614,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures", @@ -9643,7 +9643,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "futures-timer", @@ -9666,7 +9666,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9681,7 +9681,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9700,7 +9700,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9711,7 +9711,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "chrono", @@ -9751,7 +9751,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "fnv", "futures", @@ -9778,7 +9778,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "hash-db", "kvdb", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures", @@ -9829,7 +9829,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "fork-tree", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "jsonrpsee", @@ -9887,7 +9887,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "async-trait", @@ -9922,7 +9922,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "jsonrpsee", @@ -9941,7 +9941,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9954,7 +9954,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9994,7 +9994,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "finality-grandpa", "futures", @@ -10014,7 +10014,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures", @@ -10037,7 +10037,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10061,7 +10061,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10074,7 +10074,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "log", "sc-allocator", @@ -10087,7 +10087,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "anyhow", "cfg-if", @@ -10105,7 +10105,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ansi_term", "futures", @@ -10121,7 +10121,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -10135,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "async-channel", @@ -10180,7 +10180,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "cid", "futures", @@ -10200,7 +10200,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "async-trait", @@ -10228,7 +10228,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ahash 0.8.2", "futures", @@ -10247,7 +10247,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "futures", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "async-trait", @@ -10303,7 +10303,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "futures", @@ -10323,7 +10323,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "bytes", @@ -10354,7 +10354,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "libp2p-identity", @@ -10367,7 +10367,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10376,7 +10376,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "jsonrpsee", @@ -10407,7 +10407,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10426,7 +10426,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "http", "jsonrpsee", @@ -10441,7 +10441,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "futures", @@ -10467,7 +10467,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "directories", @@ -10533,7 +10533,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "log", "parity-scale-codec", @@ -10544,7 +10544,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "clap 4.2.5", "fs4", @@ -10560,7 +10560,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10579,7 +10579,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "libc", @@ -10598,7 +10598,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "chrono", "futures", @@ -10617,7 +10617,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ansi_term", "atty", @@ -10648,7 +10648,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10659,7 +10659,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures", @@ -10686,7 +10686,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures", @@ -10700,7 +10700,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-channel", "futures", @@ -11248,7 +11248,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "hash-db", "log", @@ -11268,7 +11268,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "Inflector", "blake2", @@ -11282,7 +11282,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -11295,7 +11295,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "integer-sqrt", "num-traits", @@ -11309,7 +11309,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -11322,7 +11322,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "sp-api", @@ -11334,7 +11334,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "log", @@ -11352,7 +11352,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures", @@ -11367,7 +11367,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "parity-scale-codec", @@ -11385,7 +11385,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "parity-scale-codec", @@ -11406,7 +11406,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11425,7 +11425,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "finality-grandpa", "log", @@ -11443,7 +11443,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -11455,7 +11455,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "bitflags", @@ -11499,7 +11499,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "blake2b_simd", "byteorder", @@ -11513,7 +11513,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro2", "quote", @@ -11524,7 +11524,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -11533,7 +11533,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro2", "quote", @@ -11543,7 +11543,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "environmental", "parity-scale-codec", @@ -11554,7 +11554,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11569,7 +11569,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "bytes", "ed25519", @@ -11595,7 +11595,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "lazy_static", "sp-core", @@ -11606,7 +11606,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "parity-scale-codec", @@ -11620,7 +11620,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "thiserror", "zstd 0.12.3+zstd.1.5.2", @@ -11629,7 +11629,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -11640,7 +11640,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11658,7 +11658,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -11672,7 +11672,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "sp-api", "sp-core", @@ -11682,7 +11682,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "backtrace", "lazy_static", @@ -11692,7 +11692,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "rustc-hash", "serde", @@ -11702,7 +11702,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "either", "hash256-std-hasher", @@ -11724,7 +11724,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11742,7 +11742,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "Inflector", "proc-macro-crate", @@ -11754,7 +11754,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -11768,7 +11768,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -11781,7 +11781,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "hash-db", "log", @@ -11801,7 +11801,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "log", "parity-scale-codec", @@ -11819,12 +11819,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11837,7 +11837,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "futures-timer", @@ -11852,7 +11852,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "sp-std", @@ -11864,7 +11864,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "sp-api", "sp-runtime", @@ -11873,7 +11873,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "log", @@ -11889,7 +11889,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11912,7 +11912,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11929,7 +11929,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11940,7 +11940,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11954,7 +11954,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "parity-scale-codec", "scale-info", @@ -12195,7 +12195,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "platforms 2.0.0", ] @@ -12203,7 +12203,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12222,7 +12222,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "hyper", "log", @@ -12234,7 +12234,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "jsonrpsee", @@ -12247,7 +12247,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "jsonrpsee", "log", @@ -12266,7 +12266,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "array-bytes", "async-trait", @@ -12292,7 +12292,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "futures", "substrate-test-utils-derive", @@ -12302,7 +12302,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12313,7 +12313,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "ansi_term", "build-helper", @@ -13157,7 +13157,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#691894bb372b525c2261987643077ac841da3f96" +source = "git+https://github.com/paritytech/substrate?branch=master#e0de1010b5664f11ac0fcab41d167107649d4d00" dependencies = [ "async-trait", "clap 4.2.5", diff --git a/node/core/pvf/worker/Cargo.toml b/node/core/pvf/worker/Cargo.toml index 260c6217eb67..53d548dbac6f 100644 --- a/node/core/pvf/worker/Cargo.toml +++ b/node/core/pvf/worker/Cargo.toml @@ -43,7 +43,6 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate" [dev-dependencies] adder = { package = "test-parachain-adder", path = "../../../../parachain/test-parachains/adder" } halt = { package = "test-parachain-halt", path = "../../../../parachain/test-parachains/halt" } -tempfile = "3.3.0" [features] jemalloc-allocator = ["dep:tikv-jemalloc-ctl"] diff --git a/node/core/pvf/worker/src/execute.rs b/node/core/pvf/worker/src/execute.rs index 997613fe7bc9..ffd612f9a9f1 100644 --- a/node/core/pvf/worker/src/execute.rs +++ b/node/core/pvf/worker/src/execute.rs @@ -31,7 +31,7 @@ use polkadot_node_core_pvf::{ }; use polkadot_parachain::primitives::ValidationResult; use std::{ - path::{Path, PathBuf}, + path::PathBuf, sync::{mpsc::channel, Arc}, time::Duration, }; @@ -97,6 +97,20 @@ pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { artifact_path.display(), ); + // Get the artifact bytes. + // + // We do this outside the thread so that we can lock down filesystem access there. + let artifact_bytes = match std::fs::read(artifact_path) { + Ok(bytes) => bytes, + Err(err) => { + let response = Response::InternalError( + InternalValidationError::CouldNotOpenFile(err.to_string()), + ); + send_response(&mut stream, response).await?; + continue + }, + }; + // Conditional variable to notify us when a thread is done. let condvar = thread::get_condvar(); @@ -116,7 +130,7 @@ pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { let execute_thread = thread::spawn_worker_thread_with_stack_size( "execute thread", move || { - validate_using_artifact(&artifact_path, ¶ms, executor_2, cpu_time_start) + validate_using_artifact(&artifact_bytes, ¶ms, executor_2, cpu_time_start) }, Arc::clone(&condvar), WaitOutcome::Finished, @@ -167,23 +181,16 @@ pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { } fn validate_using_artifact( - artifact_path: &Path, + artifact_bytes: &[u8], params: &[u8], executor: Executor, cpu_time_start: ProcessTime, ) -> Response { - // Check here if the file exists, because the error from Substrate is not match-able. - // TODO: Re-evaluate after . - let file_metadata = std::fs::metadata(artifact_path); - if let Err(err) = file_metadata { - return Response::InternalError(InternalValidationError::CouldNotOpenFile(err.to_string())) - } - let descriptor_bytes = match unsafe { // SAFETY: this should be safe since the compiled artifact passed here comes from the // file created by the prepare workers. These files are obtained by calling // [`executor_intf::prepare`]. - executor.execute(artifact_path.as_ref(), params) + executor.execute(artifact_bytes, params) } { Err(err) => return Response::format_invalid("execute", &err), Ok(d) => d, diff --git a/node/core/pvf/worker/src/executor_intf.rs b/node/core/pvf/worker/src/executor_intf.rs index 05d3b41c7622..00fddd853b8a 100644 --- a/node/core/pvf/worker/src/executor_intf.rs +++ b/node/core/pvf/worker/src/executor_intf.rs @@ -18,16 +18,14 @@ use polkadot_primitives::{ExecutorParam, ExecutorParams}; use sc_executor_common::{ + error::WasmError, runtime_blob::RuntimeBlob, wasm_runtime::{HeapAllocStrategy, InvokeMethod, WasmModule as _}, }; -use sc_executor_wasmtime::{Config, DeterministicStackLimit, Semantics}; +use sc_executor_wasmtime::{Config, DeterministicStackLimit, Semantics, WasmtimeRuntime}; use sp_core::storage::{ChildInfo, TrackedStorageKey}; use sp_externalities::MultiRemovalResults; -use std::{ - any::{Any, TypeId}, - path::Path, -}; +use std::any::{Any, TypeId}; // Wasmtime powers the Substrate Executor. It compiles the wasm bytecode into native code. // That native code does not create any stacks and just reuses the stack of the thread that @@ -206,7 +204,7 @@ impl Executor { /// Failure to adhere to these requirements might lead to crashes and arbitrary code execution. pub unsafe fn execute( &self, - compiled_artifact_path: &Path, + compiled_artifact_bytes: &[u8], params: &[u8], ) -> Result, String> { let mut extensions = sp_externalities::Extensions::new(); @@ -216,10 +214,7 @@ impl Executor { let mut ext = ValidationExternalities(extensions); match sc_executor::with_externalities_safe(&mut ext, || { - let runtime = sc_executor_wasmtime::create_runtime_from_artifact::( - compiled_artifact_path, - self.config.clone(), - )?; + let runtime = self.create_runtime_from_bytes(compiled_artifact_bytes)?; runtime.new_instance()?.call(InvokeMethod::Export("validate_block"), params) }) { Ok(Ok(ok)) => Ok(ok), @@ -227,6 +222,25 @@ impl Executor { } .map_err(|err| format!("execute error: {:?}", err)) } + + /// Constructs the runtime for the given PVF, given the artifact bytes. + /// + /// # Safety + /// + /// The caller must ensure that the compiled artifact passed here was: + /// 1) produced by [`prepare`], + /// 2) was not modified, + /// + /// Failure to adhere to these requirements might lead to crashes and arbitrary code execution. + pub unsafe fn create_runtime_from_bytes( + &self, + compiled_artifact_bytes: &[u8], + ) -> Result { + sc_executor_wasmtime::create_runtime_from_artifact_bytes::( + compiled_artifact_bytes, + self.config.clone(), + ) + } } type HostFunctions = ( diff --git a/node/core/pvf/worker/src/testing.rs b/node/core/pvf/worker/src/testing.rs index d09b68bf8b33..e59c49ab48f1 100644 --- a/node/core/pvf/worker/src/testing.rs +++ b/node/core/pvf/worker/src/testing.rs @@ -34,15 +34,12 @@ pub fn validate_candidate( let blob = prevalidate(&code)?; let artifact = prepare(blob, &ExecutorParams::default())?; - let tmpdir = tempfile::tempdir()?; - let artifact_path = tmpdir.path().join("blob"); - std::fs::write(&artifact_path, &artifact)?; let executor = Executor::new(ExecutorParams::default())?; let result = unsafe { // SAFETY: This is trivially safe since the artifact is obtained by calling `prepare` // and is written into a temporary directory in an unmodified state. - executor.execute(&artifact_path, params)? + executor.execute(&artifact, params)? }; Ok(result) From d4368bb51322e4f4d8dd771a6a8db6e2be843525 Mon Sep 17 00:00:00 2001 From: Marcin S Date: Tue, 23 May 2023 12:57:13 -0400 Subject: [PATCH 2/2] Update naming --- node/core/pvf/worker/src/execute.rs | 13 +++++++++---- node/core/pvf/worker/src/executor_intf.rs | 8 ++++---- node/core/pvf/worker/src/testing.rs | 4 ++-- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/node/core/pvf/worker/src/execute.rs b/node/core/pvf/worker/src/execute.rs index ffd612f9a9f1..c5b8ddc9dd18 100644 --- a/node/core/pvf/worker/src/execute.rs +++ b/node/core/pvf/worker/src/execute.rs @@ -100,7 +100,7 @@ pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { // Get the artifact bytes. // // We do this outside the thread so that we can lock down filesystem access there. - let artifact_bytes = match std::fs::read(artifact_path) { + let compiled_artifact_blob = match std::fs::read(artifact_path) { Ok(bytes) => bytes, Err(err) => { let response = Response::InternalError( @@ -130,7 +130,12 @@ pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { let execute_thread = thread::spawn_worker_thread_with_stack_size( "execute thread", move || { - validate_using_artifact(&artifact_bytes, ¶ms, executor_2, cpu_time_start) + validate_using_artifact( + &compiled_artifact_blob, + ¶ms, + executor_2, + cpu_time_start, + ) }, Arc::clone(&condvar), WaitOutcome::Finished, @@ -181,7 +186,7 @@ pub fn worker_entrypoint(socket_path: &str, node_version: Option<&str>) { } fn validate_using_artifact( - artifact_bytes: &[u8], + compiled_artifact_blob: &[u8], params: &[u8], executor: Executor, cpu_time_start: ProcessTime, @@ -190,7 +195,7 @@ fn validate_using_artifact( // SAFETY: this should be safe since the compiled artifact passed here comes from the // file created by the prepare workers. These files are obtained by calling // [`executor_intf::prepare`]. - executor.execute(artifact_bytes, params) + executor.execute(compiled_artifact_blob, params) } { Err(err) => return Response::format_invalid("execute", &err), Ok(d) => d, diff --git a/node/core/pvf/worker/src/executor_intf.rs b/node/core/pvf/worker/src/executor_intf.rs index 00fddd853b8a..ff286dd74d64 100644 --- a/node/core/pvf/worker/src/executor_intf.rs +++ b/node/core/pvf/worker/src/executor_intf.rs @@ -204,7 +204,7 @@ impl Executor { /// Failure to adhere to these requirements might lead to crashes and arbitrary code execution. pub unsafe fn execute( &self, - compiled_artifact_bytes: &[u8], + compiled_artifact_blob: &[u8], params: &[u8], ) -> Result, String> { let mut extensions = sp_externalities::Extensions::new(); @@ -214,7 +214,7 @@ impl Executor { let mut ext = ValidationExternalities(extensions); match sc_executor::with_externalities_safe(&mut ext, || { - let runtime = self.create_runtime_from_bytes(compiled_artifact_bytes)?; + let runtime = self.create_runtime_from_bytes(compiled_artifact_blob)?; runtime.new_instance()?.call(InvokeMethod::Export("validate_block"), params) }) { Ok(Ok(ok)) => Ok(ok), @@ -234,10 +234,10 @@ impl Executor { /// Failure to adhere to these requirements might lead to crashes and arbitrary code execution. pub unsafe fn create_runtime_from_bytes( &self, - compiled_artifact_bytes: &[u8], + compiled_artifact_blob: &[u8], ) -> Result { sc_executor_wasmtime::create_runtime_from_artifact_bytes::( - compiled_artifact_bytes, + compiled_artifact_blob, self.config.clone(), ) } diff --git a/node/core/pvf/worker/src/testing.rs b/node/core/pvf/worker/src/testing.rs index e59c49ab48f1..7497d4aed31c 100644 --- a/node/core/pvf/worker/src/testing.rs +++ b/node/core/pvf/worker/src/testing.rs @@ -33,13 +33,13 @@ pub fn validate_candidate( .expect("Decompressing code failed"); let blob = prevalidate(&code)?; - let artifact = prepare(blob, &ExecutorParams::default())?; + let compiled_artifact_blob = prepare(blob, &ExecutorParams::default())?; let executor = Executor::new(ExecutorParams::default())?; let result = unsafe { // SAFETY: This is trivially safe since the artifact is obtained by calling `prepare` // and is written into a temporary directory in an unmodified state. - executor.execute(&artifact, params)? + executor.execute(&compiled_artifact_blob, params)? }; Ok(result)