From 3fc1d937fca1be5ba7dd79b4c1a7f0e803e83a9b Mon Sep 17 00:00:00 2001 From: haerdib Date: Tue, 17 May 2022 18:22:00 +0200 Subject: [PATCH] patch substrate --- Cargo.lock | 641 +++++++++++++++++++++++++++++++++++++++-------------- Cargo.toml | 230 +++++++++++++++++++ 2 files changed, 703 insertions(+), 168 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a861e19..dd35744e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "beefy-primitives", "fnv", @@ -501,7 +501,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -524,12 +524,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -2596,7 +2596,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", ] @@ -2614,7 +2614,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -2636,7 +2636,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "Inflector", "chrono", @@ -2684,7 +2684,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.38", @@ -2695,7 +2695,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2711,7 +2711,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -2739,7 +2739,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "bitflags", "frame-metadata", @@ -2768,7 +2768,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2780,7 +2780,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -2792,7 +2792,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro2 1.0.38", "quote 1.0.18", @@ -2802,7 +2802,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "log", @@ -2819,7 +2819,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -2834,7 +2834,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "sp-api", @@ -2843,7 +2843,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "sp-api", @@ -5549,7 +5549,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5563,7 +5563,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -5579,7 +5579,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -5595,7 +5595,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -5610,7 +5610,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5634,7 +5634,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5654,7 +5654,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5669,7 +5669,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "beefy-primitives", "frame-support", @@ -5685,7 +5685,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5787,7 +5787,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5826,7 +5826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5843,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5859,7 +5859,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5882,7 +5882,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5913,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5951,7 +5951,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5967,7 +5967,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5987,7 +5987,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6004,7 +6004,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6021,7 +6021,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6039,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6056,7 +6056,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6071,7 +6071,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6085,7 +6085,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6100,7 +6100,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6119,7 +6119,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6136,7 +6136,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6159,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6175,7 +6175,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6190,7 +6190,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6218,7 +6218,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6234,7 +6234,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6255,7 +6255,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6271,7 +6271,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6285,7 +6285,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.38", @@ -6319,7 +6319,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "sp-arithmetic", @@ -6328,7 +6328,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6389,7 +6389,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6407,7 +6407,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6426,7 +6426,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-support", "frame-system", @@ -6443,7 +6443,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6460,7 +6460,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6471,7 +6471,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6488,7 +6488,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6504,7 +6504,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-benchmarking", "frame-support", @@ -8741,7 +8741,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "env_logger", "jsonrpsee", @@ -9099,7 +9099,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "sp-core", @@ -9110,7 +9110,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9137,7 +9137,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9160,7 +9160,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9176,7 +9176,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.3", @@ -9193,7 +9193,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.38", @@ -9204,7 +9204,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "chrono", "clap", @@ -9242,7 +9242,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "fnv", "futures 0.3.21", @@ -9270,7 +9270,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "hash-db", "kvdb", @@ -9295,7 +9295,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9319,7 +9319,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9348,7 +9348,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "fork-tree", @@ -9391,7 +9391,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9415,7 +9415,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9428,7 +9428,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9453,7 +9453,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "sc-client-api", "sp-authorship", @@ -9464,7 +9464,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "lazy_static", "lru 0.7.5", @@ -9491,7 +9491,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "environmental", "parity-scale-codec", @@ -9508,7 +9508,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "parity-scale-codec", @@ -9524,7 +9524,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9542,7 +9542,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "ahash", "async-trait", @@ -9582,7 +9582,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9623,7 +9623,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "hex", @@ -9638,7 +9638,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -9687,7 +9687,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "ahash", "futures 0.3.21", @@ -9704,7 +9704,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "bytes 1.1.0", "fnv", @@ -9732,7 +9732,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "libp2p", @@ -9745,7 +9745,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9754,7 +9754,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "hash-db", @@ -9785,7 +9785,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9811,7 +9811,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9828,7 +9828,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "directories", @@ -9893,7 +9893,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "parity-scale-codec", @@ -9907,7 +9907,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9928,7 +9928,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "libc", @@ -9947,7 +9947,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "chrono", "futures 0.3.21", @@ -9965,7 +9965,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "ansi_term", "atty", @@ -9996,7 +9996,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2 1.0.38", @@ -10007,7 +10007,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10034,7 +10034,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "log", @@ -10047,7 +10047,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10595,7 +10595,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "hash-db", "log", @@ -10612,7 +10612,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "blake2 0.10.4", "proc-macro-crate 1.1.3", @@ -10624,7 +10624,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -10637,7 +10637,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "integer-sqrt", "num-traits", @@ -10652,7 +10652,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -10665,7 +10665,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "parity-scale-codec", @@ -10677,7 +10677,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10689,7 +10689,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "log", @@ -10707,7 +10707,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -10726,7 +10726,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "parity-scale-codec", @@ -10744,7 +10744,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "merlin", @@ -10767,7 +10767,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -10781,7 +10781,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10793,7 +10793,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "base58", "bitflags", @@ -10839,7 +10839,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "blake2 0.10.4", "byteorder", @@ -10853,7 +10853,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro2 1.0.38", "quote 1.0.18", @@ -10864,7 +10864,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -10873,7 +10873,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "proc-macro2 1.0.38", "quote 1.0.18", @@ -10883,7 +10883,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "environmental", "parity-scale-codec", @@ -10894,7 +10894,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "finality-grandpa", "log", @@ -10912,7 +10912,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10926,7 +10926,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "hash-db", @@ -10951,7 +10951,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "lazy_static", "sp-core", @@ -10962,7 +10962,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -10979,7 +10979,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "thiserror", "zstd", @@ -10988,7 +10988,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "parity-scale-codec", @@ -11003,7 +11003,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11017,7 +11017,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "sp-api", "sp-core", @@ -11027,7 +11027,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "backtrace", "lazy_static", @@ -11037,7 +11037,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "rustc-hash", "serde", @@ -11047,7 +11047,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "either", "hash256-std-hasher", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11086,7 +11086,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11098,7 +11098,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "serde", "serde_json", @@ -11107,7 +11107,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11121,7 +11121,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11132,7 +11132,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "hash-db", "log", @@ -11154,12 +11154,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11172,7 +11172,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "log", "sp-core", @@ -11185,7 +11185,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures-timer", @@ -11201,7 +11201,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "sp-std", @@ -11213,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "sp-api", "sp-runtime", @@ -11222,7 +11222,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "log", @@ -11238,7 +11238,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "hash-db", "memory-db", @@ -11254,7 +11254,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11271,7 +11271,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "parity-scale-codec", "proc-macro2 1.0.38", @@ -11282,7 +11282,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "impl-trait-for-tuples", "log", @@ -11439,7 +11439,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "platforms", ] @@ -11458,7 +11458,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11480,7 +11480,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures-util", "hyper", @@ -11493,7 +11493,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -11516,7 +11516,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "async-trait", "futures 0.3.21", @@ -11542,7 +11542,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "beefy-primitives", "cfg-if 1.0.0", @@ -11585,7 +11585,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -11604,7 +11604,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "ansi_term", "build-helper", @@ -12183,7 +12183,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.20#563f4820d8f36d256ada7ea3fef46b2e94c4cd5a" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" dependencies = [ "clap", "jsonrpsee", @@ -13204,3 +13204,308 @@ dependencies = [ "cc", "libc", ] + +[[patch.unused]] +name = "chain-spec-builder" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "frame-election-solution-type-fuzzer" +version = "2.0.0-alpha.5" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "frame-support-test" +version = "3.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "frame-support-test-compile-pass" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "frame-support-test-pallet" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "generate-bags" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-bench" +version = "0.9.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-cli" +version = "3.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-executor" +version = "3.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-inspect" +version = "0.9.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-primitives" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-rpc" +version = "3.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-runtime" +version = "3.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-runtime-generate-bags" +version = "3.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-template" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-template-runtime" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "node-testing" +version = "3.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-asset-tx-payment" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-atomic-swap" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-bags-list-fuzzer" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-bags-list-remote-tests" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-contracts" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-contracts-primitives" +version = "6.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-contracts-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-contracts-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-contracts-rpc-runtime-api" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-conviction-voting" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-example-basic" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-example-offchain-worker" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-example-parallel" +version = "3.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-lottery" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-node-authorization" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-referenda" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-scored-pool" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-state-trie-migration" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-template" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-transaction-storage" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-uniques" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "pallet-whitelist" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sc-consensus-manual-seal" +version = "0.10.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sc-consensus-pow" +version = "0.10.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sc-network-test" +version = "0.8.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sc-runtime-test" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sc-service-test" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-api-test" +version = "2.0.1" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-application-crypto-test" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-arithmetic-fuzzer" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-consensus-pow" +version = "0.10.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-npos-elections-fuzzer" +version = "2.0.0-alpha.5" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-runtime-interface-test" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-runtime-interface-test-wasm-deprecated" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-sandbox" +version = "0.10.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "sp-test-primitives" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "subkey" +version = "2.0.1" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "substrate-frame-cli" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "substrate-frame-rpc-support" +version = "3.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "substrate-test-runtime-transaction-pool" +version = "2.0.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "substrate-test-utils" +version = "4.0.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "substrate-test-utils-derive" +version = "0.10.0-dev" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" + +[[patch.unused]] +name = "substrate-test-utils-test-crate" +version = "0.1.0" +source = "git+https://github.com/integritee-network/substrate?branch=polkadot-v0.9.20-skip-signature-verification#37d311b355331be643baa64bfc809bff3e10acd3" diff --git a/Cargo.toml b/Cargo.toml index 2ddb1a4c..cb6039c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,236 @@ members = [ [profile.release] panic = "unwind" +[patch."https://github.com/paritytech/substrate"] +node-template ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-benchmarking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support-procedural ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support-procedural-tools ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support-procedural-tools-derive ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-arithmetic ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-debug-derive ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-std ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-core ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-core-hashing ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-externalities ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-storage ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-runtime-interface ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-runtime-interface-proc-macro ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-tracing ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-wasm-interface ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-io ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-keystore ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-state-machine ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-panic-handler ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-trie ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-runtime ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-application-crypto ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-api-proc-macro ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-version ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-core-hashing-proc-macro ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-version-proc-macro ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-test-primitives ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-runtime-client ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-block-builder ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-client-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-prometheus-endpoint ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-executor ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-executor-common ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-allocator ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-maybe-compressed-blob ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-serializer ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-executor-wasmi ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-executor-wasmtime ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-runtime-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-sandbox ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-tasks ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-wasm-builder ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-tracing ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-rpc-server ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-tracing-proc-macro ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-blockchain ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-consensus ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-inherents ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-database ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-runtime ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +beefy-primitives ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-system ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-system-rpc-runtime-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-babe ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-authorship ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-authorship ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-session ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-timestamp ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-timestamp ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-session ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-staking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-consensus-babe ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-consensus-slots ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-consensus-vrf ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-election-provider-support ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-election-provider-solution-type ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-npos-elections ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-utils ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-utils-derive ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-service ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-chain-spec ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-chain-spec-derive ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-network ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +fork-tree ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-utils ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-peerset ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-finality-grandpa ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-telemetry ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-client-db ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-state-db ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-informant ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-transaction-pool-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-keystore ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-offchain ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-offchain ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-transaction-pool ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-transaction-pool ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-runtime-transaction-pool ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-rpc-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-sysinfo ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-block-builder ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-transaction-storage-proof ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-balances ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-transaction-payment ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-offences ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-staking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-bags-list ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-staking-reward-curve ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-consensus-aura ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-keyring ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-client ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-runtime-interface-test-wasm ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-benchmarking-cli ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-cli ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-template-runtime ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-executive ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-system-benchmarking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-try-runtime ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-aura ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-grandpa ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-randomness-collective-flip ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-sudo ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-template ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-transaction-payment-rpc-runtime-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-transaction-payment-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-basic-authorship ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-proposer-metrics ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-aura ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-slots ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-network-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-finality-grandpa ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-network-gossip ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-frame-rpc-system ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +try-runtime-cli ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +remote-externalities ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-elections-phragmen ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-build-script-utils ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-bench ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-primitives ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-runtime ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-asset-tx-payment ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-assets ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-authority-discovery ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-authority-discovery ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-bounties ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-treasury ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-child-bounties ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-collective ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-contracts ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-contracts-primitives ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-contracts-proc-macro ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-utility ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-contracts-rpc-runtime-api ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-conviction-voting ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-scheduler ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-preimage ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-democracy ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-election-provider-multi-phase ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-election-provider-support-benchmarking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-gilt ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-identity ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-im-online ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-indices ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-lottery ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support-test-pallet ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-membership ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-mmr ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-mmr-primitives ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-multisig ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-nomination-pools ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-nomination-pools-benchmarking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-offences-benchmarking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-proxy ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-recovery ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-referenda ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-session-benchmarking ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-society ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-state-trie-migration ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-state-trie-migration-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-tips ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-transaction-storage ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-uniques ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-vesting ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-whitelist ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-testing ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-executor ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-cli ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-inspect ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-contracts-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-mmr-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-babe ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-epochs ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-babe-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-finality-grandpa-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-sync-state-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-authority-discovery ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-uncles ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-service-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-frame-cli ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +chain-spec-builder ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +subkey ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +beefy-gadget ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +beefy-gadget-rpc ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-manual-seal ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sc-consensus-pow ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-consensus-pow ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-atomic-swap ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-bags-list-fuzzer ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-bags-list-remote-tests ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-beefy ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-beefy-mmr ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +beefy-merkle-tree ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-election-solution-type-fuzzer ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-example-basic ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-example-offchain-worker ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-example-parallel ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-nicks ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-node-authorization ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-scored-pool ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +pallet-staking-reward-fn ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +frame-support-test-compile-pass ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-api-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-application-crypto-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-arithmetic-fuzzer ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-npos-elections-fuzzer ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-runtime-interface-test ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +sp-runtime-interface-test-wasm-deprecated ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-test-utils-test-crate ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +substrate-frame-rpc-support ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +generate-bags ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } +node-runtime-generate-bags ={git = "https://github.com/integritee-network/substrate" ,branch = "polkadot-v0.9.20-skip-signature-verification" } # #[patch."https://github.com/scs/pallet-substratee-registry"] #pallet-teerex = { path = "../pallet-teerex" }