From 5e54b226a3cf5fd84e0f05d76a8b272e343f2978 Mon Sep 17 00:00:00 2001 From: cdamian <17934949+cdamian@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:05:13 +0200 Subject: [PATCH] deps: Revert fork patches --- Cargo.lock | 343 +++++++++++++++---------------- Cargo.toml | 578 ++++++++++++++++++++++++++--------------------------- 2 files changed, 461 insertions(+), 460 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4316c7719..9baf272ac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "hash-db 0.16.0", "log", @@ -3741,7 +3741,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", ] @@ -3862,7 +3862,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-support-procedural", @@ -3887,7 +3887,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -3934,7 +3934,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.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3945,7 +3945,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -3991,7 +3991,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-recursion", "futures", @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "bitflags 1.3.2", "environmental", @@ -4046,7 +4046,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "Inflector", "cfg-expr", @@ -4062,7 +4062,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -4074,7 +4074,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro2", "quote", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "cfg-if", "frame-support", @@ -4103,7 +4103,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -4118,7 +4118,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.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "sp-api", @@ -4127,7 +4127,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "parity-scale-codec 3.6.5", @@ -4165,7 +4165,7 @@ dependencies = [ [[package]] name = "fudge" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.43#c5732e4422e22af161f422e6a938efe7ea40ed0e" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.43#e128dc0b128fa9fc1e2c15c097ce5e51b4da1401" dependencies = [ "fudge-companion", "fudge-core", @@ -4178,7 +4178,7 @@ dependencies = [ [[package]] name = "fudge-companion" version = "0.0.7" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.43#c5732e4422e22af161f422e6a938efe7ea40ed0e" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.43#e128dc0b128fa9fc1e2c15c097ce5e51b4da1401" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4189,7 +4189,7 @@ dependencies = [ [[package]] name = "fudge-core" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.43#c5732e4422e22af161f422e6a938efe7ea40ed0e" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.43#e128dc0b128fa9fc1e2c15c097ce5e51b4da1401" dependencies = [ "async-trait", "bitvec 1.0.1", @@ -4232,6 +4232,7 @@ dependencies = [ "sp-consensus", "sp-consensus-aura", "sp-consensus-babe", + "sp-consensus-grandpa", "sp-core", "sp-database", "sp-externalities", @@ -6598,7 +6599,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-system", "parity-scale-codec 3.6.5", @@ -7062,7 +7063,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -7078,7 +7079,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -7094,7 +7095,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -7108,7 +7109,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7132,7 +7133,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7152,7 +7153,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7181,7 +7182,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -7200,7 +7201,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree", @@ -7252,7 +7253,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7292,7 +7293,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7363,7 +7364,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7461,7 +7462,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7479,7 +7480,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.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7502,7 +7503,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.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7515,7 +7516,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7751,7 +7752,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7774,7 +7775,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -7790,7 +7791,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7810,7 +7811,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -7988,7 +7989,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8044,7 +8045,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8061,7 +8062,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8139,7 +8140,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -8176,7 +8177,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "pallet-nomination-pools", "parity-scale-codec 3.6.5", @@ -8187,7 +8188,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -8339,7 +8340,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8356,7 +8357,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8389,7 +8390,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8467,7 +8468,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -8482,7 +8483,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8499,7 +8500,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -8520,7 +8521,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8536,7 +8537,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -8550,7 +8551,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8573,7 +8574,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8584,7 +8585,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "log", "sp-arithmetic", @@ -8619,7 +8620,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8634,7 +8635,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8652,7 +8653,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8671,7 +8672,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-support", "frame-system", @@ -8687,7 +8688,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8703,7 +8704,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.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec 3.6.5", @@ -8735,7 +8736,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8752,7 +8753,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8767,7 +8768,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -8783,7 +8784,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11686,7 +11687,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "log", "sp-core", @@ -11697,7 +11698,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -11726,7 +11727,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "futures-timer", @@ -11749,7 +11750,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "sc-client-api", @@ -11764,7 +11765,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11783,7 +11784,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11794,7 +11795,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -11834,7 +11835,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "fnv", "futures", @@ -11861,7 +11862,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -11887,7 +11888,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -11912,7 +11913,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -11941,7 +11942,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "fork-tree", @@ -11977,7 +11978,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "jsonrpsee", @@ -12054,7 +12055,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "fork-tree", "parity-scale-codec 3.6.5", @@ -12067,7 +12068,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -12127,7 +12128,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -12150,7 +12151,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "lru 0.8.1", "parity-scale-codec 3.6.5", @@ -12172,7 +12173,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -12184,7 +12185,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "anyhow", "cfg-if", @@ -12202,7 +12203,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ansi_term", "futures", @@ -12218,7 +12219,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "parking_lot 0.12.1", @@ -12232,7 +12233,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12277,7 +12278,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-channel", "cid", @@ -12298,7 +12299,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12326,7 +12327,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ahash 0.8.3", "futures", @@ -12345,7 +12346,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12368,7 +12369,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12403,7 +12404,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12423,7 +12424,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -12454,7 +12455,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "libp2p-identity", @@ -12470,7 +12471,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12479,7 +12480,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "jsonrpsee", @@ -12510,7 +12511,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "jsonrpsee", "parity-scale-codec 3.6.5", @@ -12529,7 +12530,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "http", "jsonrpsee", @@ -12544,7 +12545,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "futures", @@ -12570,7 +12571,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "directories", @@ -12636,7 +12637,7 @@ dependencies = [ [[package]] name = "sc-service-test" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -12674,7 +12675,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "log", "parity-scale-codec 3.6.5", @@ -12685,7 +12686,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "clap", "fs4", @@ -12701,7 +12702,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "jsonrpsee", "parity-scale-codec 3.6.5", @@ -12720,7 +12721,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "libc", @@ -12739,7 +12740,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "chrono", "futures", @@ -12758,7 +12759,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ansi_term", "atty", @@ -12789,7 +12790,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12800,7 +12801,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -12827,7 +12828,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -12841,7 +12842,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-channel", "futures", @@ -13353,7 +13354,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "hash-db 0.16.0", "log", @@ -13373,7 +13374,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "Inflector", "blake2", @@ -13387,7 +13388,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -13400,7 +13401,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "integer-sqrt", "num-traits", @@ -13414,7 +13415,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -13427,7 +13428,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "sp-api", @@ -13439,7 +13440,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "log", @@ -13457,7 +13458,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures", @@ -13472,7 +13473,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "parity-scale-codec 3.6.5", @@ -13490,7 +13491,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "parity-scale-codec 3.6.5", @@ -13511,7 +13512,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "lazy_static", "parity-scale-codec 3.6.5", @@ -13530,7 +13531,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "finality-grandpa", "log", @@ -13548,7 +13549,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -13560,7 +13561,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "bitflags 1.3.2", @@ -13604,7 +13605,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "blake2b_simd", "byteorder", @@ -13618,7 +13619,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro2", "quote", @@ -13629,7 +13630,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13638,7 +13639,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "proc-macro2", "quote", @@ -13648,7 +13649,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "environmental", "parity-scale-codec 3.6.5", @@ -13659,7 +13660,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13674,7 +13675,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "bytes", "ed25519 1.5.3", @@ -13700,7 +13701,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "lazy_static", "sp-core", @@ -13711,7 +13712,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "parity-scale-codec 3.6.5", @@ -13725,7 +13726,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "thiserror", "zstd 0.12.4", @@ -13734,7 +13735,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-metadata", "parity-scale-codec 3.6.5", @@ -13745,7 +13746,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13763,7 +13764,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -13777,7 +13778,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "sp-api", "sp-core", @@ -13787,7 +13788,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "backtrace", "lazy_static", @@ -13797,7 +13798,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "rustc-hash", "serde", @@ -13807,7 +13808,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "either", "hash256-std-hasher", @@ -13829,7 +13830,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13847,7 +13848,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "Inflector", "proc-macro-crate", @@ -13859,7 +13860,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -13873,7 +13874,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -13886,7 +13887,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "hash-db 0.16.0", "log", @@ -13906,7 +13907,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "log", "parity-scale-codec 3.6.5", @@ -13924,12 +13925,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "impl-serde", "parity-scale-codec 3.6.5", @@ -13942,7 +13943,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "futures-timer", @@ -13957,7 +13958,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "sp-std", @@ -13969,7 +13970,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "sp-api", "sp-runtime", @@ -13978,7 +13979,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "log", @@ -13994,7 +13995,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -14017,7 +14018,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "impl-serde", "parity-scale-codec 3.6.5", @@ -14034,7 +14035,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "proc-macro2", @@ -14045,7 +14046,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -14059,7 +14060,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "parity-scale-codec 3.6.5", "scale-info", @@ -14245,7 +14246,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "platforms 2.0.0", ] @@ -14253,7 +14254,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -14272,7 +14273,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "hyper", "log", @@ -14284,7 +14285,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "jsonrpsee", @@ -14297,7 +14298,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.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "jsonrpsee", "log", @@ -14316,7 +14317,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -14342,7 +14343,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "array-bytes 6.1.0", "frame-executive", @@ -14390,7 +14391,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "futures", "parity-scale-codec 3.6.5", @@ -14410,7 +14411,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "ansi_term", "build-helper", @@ -15071,7 +15072,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40" +source = "git+https://github.com/NunoAlexandre//substrate?branch=polkadot-v0.9.43#548a8e19ee4c230de461161ba4d25f5f0009a11a" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2680bf3804..6ed2a4bdbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -293,153 +293,153 @@ testnet-runtime = [ # the specific revision of the respective repository at hand, avoiding duplicated crates from tainting compilation. # [patch."https://github.com/paritytech/substrate"] -binary-merkle-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-recovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-uniques = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-storage-monitor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-database = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-test-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-test-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-test-runtime-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -node-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-service-test = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } +binary-merkle-tree = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-benchmarking-cli = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-election-provider-support = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-executive = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support-procedural = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support-procedural-tools = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support-procedural-tools-derive = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-system = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-system-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-system-rpc-runtime-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-try-runtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-aura = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-authority-discovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-authorship = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-babe = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-balances = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-bounties = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-child-bounties = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-collective = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-democracy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-election-provider-multi-phase = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-elections-phragmen = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-grandpa = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-identity = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-im-online = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-indices = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-membership = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-mmr = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-multisig = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-offences = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-proxy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-recovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-scheduler = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-session = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-session-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-society = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-staking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-staking-reward-curve = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-staking-reward-fn = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-sudo = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-timestamp = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-tips = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-transaction-payment = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-transaction-payment-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-treasury = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-uniques = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-utility = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-vesting = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-beefy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-beefy-mmr = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-bags-list = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-preimage = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-authority-discovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-basic-authorship = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-block-builder = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-chain-spec = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-cli = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-client-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-client-db = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-aura = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-babe = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-babe-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-grandpa = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-epochs = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-slots = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-executor = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-executor-common = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-executor-wasmtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-informant = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-keystore = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-common = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-gossip = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-light = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-sync = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-offchain = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-rpc-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-rpc-server = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-service = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-sync-state-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-sysinfo = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-storage-monitor = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-telemetry = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-tracing = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-transaction-pool = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-transaction-pool-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-utils = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-application-crypto = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-arithmetic = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-authority-discovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-block-builder = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-blockchain = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-aura = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-babe = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-slots = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-core = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-database = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-weights = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-debug-derive = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-externalities = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-inherents = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-io = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-keyring = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-keystore = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-maybe-compressed-blob = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-mmr-primitives = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-npos-elections = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-offchain = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-runtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-runtime-interface = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-runtime-interface-proc-macro = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-session = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-staking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-state-machine = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-std = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-storage = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-timestamp = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-tracing = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-transaction-pool = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-trie = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-version = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-wasm-interface = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-build-script-utils = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-frame-rpc-system = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-prometheus-endpoint = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-wasm-builder = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-state-trie-migration-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-test-client = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +try-runtime-cli = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-test-runtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-test-runtime-client = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +node-primitives = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-nomination-pools = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-service-test = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-transactions = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-beefy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-grandpa = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } [patch."https://github.com/paritytech/polkadot"] kusama-runtime = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9.43" } @@ -507,147 +507,147 @@ cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech # Apply cargo patch to all the moonbeam-foundation/substrate crates [patch."https://github.com/moonbeam-foundation/substrate"] -binary-merkle-tree = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-election-provider-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-executive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support-procedural = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -frame-try-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-balances = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-child-bounties = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-collective = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-democracy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-identity = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-im-online = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-indices = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-membership = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-multisig = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-offences = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-proxy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-recovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-society = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-sudo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-tips = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-uniques = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-utility = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-bags-list = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -pallet-preimage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-basic-authorship = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-chain-spec = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-client-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-client-db = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-executor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-informant = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-common = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-gossip = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-light = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-sync = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-rpc-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-rpc-server = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-service = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-sysinfo = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-storage-monitor = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-telemetry = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-api = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-block-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-aura = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-babe = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-slots = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-database = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-externalities = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-weights = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-inherents = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-io = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-keyring = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-keystore = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-offchain = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-session = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-staking = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-std = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-storage = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-tracing = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-transaction-pool = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-trie = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-version = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -substrate-test-client = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -try-runtime-cli = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sc-network-transactions = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-beefy = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } -sp-consensus-grandpa = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.43" } +binary-merkle-tree = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-benchmarking-cli = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-election-provider-support = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-executive = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support-procedural = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support-procedural-tools = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-support-procedural-tools-derive = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-system = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-system-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-system-rpc-runtime-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +frame-try-runtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-aura = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-authority-discovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-authorship = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-babe = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-balances = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-bounties = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-child-bounties = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-collective = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-democracy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-election-provider-multi-phase = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-elections-phragmen = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-grandpa = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-identity = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-im-online = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-indices = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-membership = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-mmr = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-multisig = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-offences = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-proxy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-recovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-scheduler = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-session = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-session-benchmarking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-society = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-staking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-staking-reward-curve = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-staking-reward-fn = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-sudo = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-timestamp = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-tips = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-transaction-payment = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-transaction-payment-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-treasury = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-uniques = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-utility = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-vesting = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-beefy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-beefy-mmr = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-bags-list = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +pallet-preimage = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-authority-discovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-basic-authorship = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-block-builder = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-chain-spec = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-cli = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-client-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-client-db = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-aura = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-babe = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-babe-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-grandpa = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-epochs = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-consensus-slots = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-executor = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-executor-common = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-executor-wasmtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-informant = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-keystore = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-common = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-gossip = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-light = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-sync = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-offchain = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-rpc-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-rpc-server = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-service = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-sync-state-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-sysinfo = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-storage-monitor = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-telemetry = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-tracing = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-transaction-pool = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-transaction-pool-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-utils = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-api = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-application-crypto = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-arithmetic = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-authority-discovery = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-block-builder = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-blockchain = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-aura = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-babe = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-slots = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-core = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-database = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-debug-derive = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-externalities = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-weights = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-inherents = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-io = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-keyring = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-keystore = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-maybe-compressed-blob = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-mmr-primitives = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-npos-elections = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-offchain = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-runtime = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-runtime-interface = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-runtime-interface-proc-macro = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-session = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-staking = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-state-machine = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-std = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-storage = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-timestamp = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-tracing = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-transaction-pool = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-trie = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-version = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-wasm-interface = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-build-script-utils = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-frame-rpc-system = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-prometheus-endpoint = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-wasm-builder = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-state-trie-migration-rpc = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +substrate-test-client = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +try-runtime-cli = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sc-network-transactions = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-beefy = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } +sp-consensus-grandpa = { git = "https://github.com/NunoAlexandre//substrate", branch = "polkadot-v0.9.43" } # Cargo patch rules for all the moonbeam-foundation/polkadot crates [patch."https://github.com/moonbeam-foundation/polkadot"] @@ -714,4 +714,4 @@ orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-li orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" } [patch."https://github.com/moonbeam-foundation/evm"] -evm-core = { git = "https://github.com/moonbeam-foundation//evm", rev = "a33ac87ad7462b7e7029d12c385492b2a8311d1c" } +evm-core = { git = "https://github.com/moonbeam-foundation//evm", rev = "a33ac87ad7462b7e7029d12c385492b2a8311d1c" } \ No newline at end of file