From 5a1069a098569982df45463dd6796b1bf5bf686e Mon Sep 17 00:00:00 2001 From: AlexChetverov Date: Tue, 4 Jul 2023 12:51:23 +0200 Subject: [PATCH 01/15] Merge branch 'main' into develop --- devops/parachain-launch/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/parachain-launch/config.yml b/devops/parachain-launch/config.yml index 5f733fcd56..bb468f6339 100644 --- a/devops/parachain-launch/config.yml +++ b/devops/parachain-launch/config.yml @@ -17,7 +17,7 @@ relaychain: - name: bob parachains: -- image: mangatasolutions/mangata-node:develop +- image: mangatasolutions/mangata-node:develop-fast chain: base: rococo-local collators: From 5589e7b4e9d518604eb640a130cd3c0b3dc66739 Mon Sep 17 00:00:00 2001 From: AlexChetverov Date: Fri, 21 Jul 2023 14:27:42 +0200 Subject: [PATCH 02/15] change config --- devops/parachain-launch/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/parachain-launch/config.yml b/devops/parachain-launch/config.yml index bb468f6339..5f733fcd56 100644 --- a/devops/parachain-launch/config.yml +++ b/devops/parachain-launch/config.yml @@ -17,7 +17,7 @@ relaychain: - name: bob parachains: -- image: mangatasolutions/mangata-node:develop-fast +- image: mangatasolutions/mangata-node:develop chain: base: rococo-local collators: From 4e591f1156cb2806f2e413049c58cb2f7542ff23 Mon Sep 17 00:00:00 2001 From: devdanco Date: Wed, 30 Aug 2023 10:36:53 +0200 Subject: [PATCH 03/15] fix: wip --- Cargo.lock | 3244 ++++++++++++++++++++++++++++++---------------------- Cargo.toml | 1096 +++++++++--------- 2 files changed, 2398 insertions(+), 1942 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5bcb1afa5..08c7fbb565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "hash-db 0.16.0", "log", @@ -1098,15 +1098,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -1135,7 +1135,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", @@ -1148,23 +1148,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-ver", - "sp-version", - "sp-weights", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "substrate-wasm-builder", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-executor", @@ -1516,8 +1516,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "url", ] @@ -1537,10 +1537,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tracing", ] @@ -1559,16 +1559,16 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "tracing", ] @@ -1592,7 +1592,7 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "tracing", ] @@ -1614,8 +1614,8 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "tracing", ] @@ -1640,7 +1640,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tracing", ] @@ -1671,11 +1671,11 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", ] @@ -1684,15 +1684,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -1701,15 +1701,15 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "mangata-support", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -1723,23 +1723,23 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "environmental", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "log", "mangata-support", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -1760,12 +1760,12 @@ version = "3.0.0" source = "git+https://github.com/mangata-finance/cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-session", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -1774,13 +1774,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -1791,17 +1791,17 @@ source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f9 dependencies = [ "cumulus-primitives-core", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "mangata-support", "parity-scale-codec", "polkadot-runtime-common", "rand_chacha 0.3.1", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-executor", ] @@ -1815,9 +1815,9 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "xcm", ] @@ -1834,13 +1834,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "tracing", ] @@ -1853,8 +1853,8 @@ dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", - "sp-inherents", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", ] @@ -1864,13 +1864,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "polkadot-runtime-common", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-executor", @@ -1894,10 +1894,10 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", ] @@ -1913,7 +1913,7 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-state-machine", "thiserror", @@ -1944,11 +1944,11 @@ dependencies = [ "sc-network-common", "sc-service", "sc-tracing", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tokio", "tracing", ] @@ -1972,12 +1972,12 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tokio", "tracing", "url", @@ -1991,9 +1991,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -2610,6 +2610,22 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "extrinsic-shuffler" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "derive_more", + "log", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" @@ -2617,13 +2633,13 @@ source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5 dependencies = [ "derive_more", "log", - "sp-api", - "sp-block-builder", - "sp-core", - "sp-runtime", - "sp-std", - "sp-ver", - "ver-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -2782,7 +2798,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", ] @@ -2805,11 +2821,11 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "futures", "linregress", "log", @@ -2817,21 +2833,21 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2839,8 +2855,8 @@ dependencies = [ "clap", "comfy-table", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "futures", "gethostname", "handlebars", @@ -2862,29 +2878,29 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-database", - "sp-externalities", - "sp-inherents", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "thiserror", "thousands", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2895,40 +2911,40 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "aquamarine", - "extrinsic-shuffler", - "frame-support", - "frame-system", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "log", "merlin", "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -2946,15 +2962,15 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-rpc-client", "tokio", ] @@ -2962,37 +2978,83 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "k256", "log", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "once_cell", "parity-scale-codec", "paste", "scale-info", "serde", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "bitflags", + "environmental", + "frame-metadata", + "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "impl-trait-for-tuples", + "k256", + "log", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "parity-scale-codec", + "paste", + "scale-info", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tt-call", ] +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "itertools 0.10.5", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "frame-support-procedural" version = "4.0.0-dev" @@ -3001,25 +3063,47 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "itertools 0.10.5", "proc-macro2", "quote", "syn 1.0.109", ] +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "proc-macro-crate", "proc-macro2", "quote", "syn 1.0.109", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -3033,21 +3117,40 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "extrinsic-shuffler", - "frame-support", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-ver", - "sp-version", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "frame-system" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -3056,13 +3159,13 @@ version = "4.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -3071,34 +3174,34 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -4055,8 +4158,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -4119,24 +4222,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -4149,13 +4252,13 @@ name = "kusama-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -4899,15 +5002,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -4935,7 +5038,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", @@ -4948,23 +5051,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-ver", - "sp-version", - "sp-weights", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "substrate-wasm-builder", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-executor", @@ -4992,10 +5095,10 @@ dependencies = [ "cumulus-relay-chain-rpc-interface", "cumulus-test-relay-sproof-builder", "derive_more", - "extrinsic-shuffler", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-rpc-runtime-api", "futures", "hex", @@ -5005,7 +5108,7 @@ dependencies = [ "mangata-kusama-runtime", "mangata-rococo-runtime", "mangata-rpc-nonce", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-timestamp", "pallet-transaction-payment-mangata", "pallet-transaction-payment-mangata-rpc", @@ -5043,32 +5146,32 @@ dependencies = [ "sc-transaction-pool-api", "schnorrkel", "serde", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", "sp-keystore", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", - "sp-tracing", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", "sp-trie", - "sp-ver", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sub-tokens", "substrate-build-script-utils", "substrate-prometheus-endpoint", "tokio", "try-runtime-cli", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xyk-rpc", "xyk-runtime-api", ] @@ -5089,15 +5192,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5126,7 +5229,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", @@ -5139,23 +5242,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-ver", - "sp-version", - "sp-weights", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "substrate-wasm-builder", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-executor", @@ -5174,25 +5277,37 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-runtime", - "ver-api", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "parity-scale-codec", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "mangata-types" +version = "0.1.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "mangata-types", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -5202,9 +5317,9 @@ source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -5366,37 +5481,37 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "anyhow", "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -5860,16 +5975,16 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", - "mangata-types", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-traits", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-executor", @@ -5881,15 +5996,15 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", - "mangata-types", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-traits", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -5897,17 +6012,17 @@ name = "orml-traits" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "num-traits", "orml-utilities", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -5916,13 +6031,13 @@ name = "orml-unknown-tokens" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-xcm-support", "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -5931,13 +6046,13 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -5945,12 +6060,12 @@ name = "orml-xcm" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-xcm", "parity-scale-codec", "scale-info", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -5959,11 +6074,11 @@ name = "orml-xcm-support" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-traits", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-executor", ] @@ -5974,17 +6089,17 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-traits", "orml-xcm-support", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-executor", ] @@ -6024,136 +6139,136 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", - "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-support", - "frame-system", + "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-beefy", "pallet-mmr", @@ -6161,12 +6276,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6175,118 +6290,118 @@ version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "mockall", "orml-tokens", "orml-traits", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-xyk", "parity-scale-codec", "scale-info", "serde", "serial_test", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "test-case", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6296,75 +6411,75 @@ source = "git+https://github.com/mangata-finance//crowdloan-rewards?branch=manga dependencies = [ "ed25519-dalek", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "pallet-utility", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6374,46 +6489,46 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6422,13 +6537,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "orml-traits", "pallet-xyk", @@ -6437,88 +6552,88 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "test-case", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6528,23 +6643,23 @@ dependencies = [ "cfg-if", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "orml-traits", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6553,13 +6668,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "orml-traits", "parity-scale-codec", @@ -6567,44 +6682,44 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6614,76 +6729,76 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "orml-traits", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parachain-staking", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6693,45 +6808,45 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6741,8 +6856,8 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-babe", "pallet-balances", @@ -6753,26 +6868,26 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6782,99 +6897,99 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "test-case", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -6882,51 +6997,51 @@ name = "pallet-root-testing" version = "1.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", ] @@ -6936,39 +7051,39 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-authorship", "pallet-session", @@ -6976,17 +7091,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6997,10 +7112,10 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -7009,53 +7124,53 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -7063,265 +7178,278 @@ name = "pallet-sudo-origin" version = "4.0.0-dev" dependencies = [ "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "serde", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] -name = "pallet-vesting-mangata-rpc" +name = "pallet-vesting-mangata" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + +[[package]] +name = "pallet-vesting-mangata-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "jsonrpsee", "pallet-vesting-mangata-rpc-runtime-api", "parity-scale-codec", - "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-rpc", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-vesting-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", - "serde", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -7331,16 +7459,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-executor", ] @@ -7351,14 +7479,14 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-executor", @@ -7371,32 +7499,32 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "test-case", ] @@ -7406,8 +7534,8 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", ] @@ -7419,12 +7547,12 @@ source = "git+https://github.com/mangata-finance//moonbeam?branch=mangata-dev#2a dependencies = [ "aquamarine", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "itertools 0.10.5", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-tokens", "pallet-authorship", "pallet-collective-mangata", @@ -7433,10 +7561,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -7797,7 +7925,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "thiserror", "tracing-gum", @@ -7844,8 +7972,8 @@ dependencies = [ "sc-storage-monitor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "sc-sysinfo", "sc-tracing", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", "substrate-build-script-utils", "thiserror", @@ -7860,7 +7988,7 @@ dependencies = [ "async-trait", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -7876,22 +8004,22 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", "sp-transaction-pool", ] @@ -7911,9 +8039,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tracing-gum", ] @@ -7925,9 +8053,9 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -7949,7 +8077,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "thiserror", "tracing-gum", @@ -7964,7 +8092,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "thiserror", ] @@ -7983,8 +8111,8 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "tracing-gum", ] @@ -8024,7 +8152,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8051,10 +8179,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus", "sp-consensus-slots", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tracing-gum", ] @@ -8197,7 +8325,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tracing-gum", ] @@ -8244,12 +8372,12 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tempfile", "tikv-jemalloc-ctl", "tokio", @@ -8300,7 +8428,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tokio", ] @@ -8358,13 +8486,13 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "zstd", ] @@ -8395,7 +8523,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -8428,8 +8556,8 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "thiserror", "tracing-gum", @@ -8452,8 +8580,8 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -8465,14 +8593,14 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "derive_more", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -8503,18 +8631,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -8533,18 +8661,18 @@ dependencies = [ "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sc-consensus-grandpa-rpc", "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -8558,8 +8686,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8615,23 +8743,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -8647,8 +8775,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -8672,15 +8800,15 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "xcm", ] @@ -8690,13 +8818,13 @@ name = "polkadot-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -8707,8 +8835,8 @@ dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -8720,8 +8848,8 @@ dependencies = [ "bitvec", "derive_more", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "pallet-authority-discovery", "pallet-authorship", @@ -8740,16 +8868,16 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "xcm", "xcm-executor", @@ -8762,7 +8890,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "async-trait", "frame-benchmarking-cli", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-rpc-runtime-api", "futures", "hex-literal", @@ -8824,7 +8952,7 @@ dependencies = [ "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sc-consensus-slots", "sc-executor", "sc-keystore", @@ -8839,24 +8967,24 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", "sp-state-machine", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", "sp-transaction-pool", "sp-trie", @@ -8882,7 +9010,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-keystore", - "sp-staking", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tracing-gum", ] @@ -8894,7 +9022,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -8905,8 +9033,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-rpc-runtime-api", "log", "pallet-authority-discovery", @@ -8935,22 +9063,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -8964,7 +9092,7 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "futures", "hex", "pallet-balances", @@ -8987,22 +9115,22 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-consensus-babe", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sc-executor", "sc-network", "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "substrate-test-client", "tempfile", @@ -9658,8 +9786,8 @@ dependencies = [ "binary-merkle-tree 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9713,22 +9841,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -9741,13 +9869,13 @@ name = "rococo-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -9819,14 +9947,14 @@ dependencies = [ "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "env_logger 0.9.3", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "kusama-runtime", "kusama-runtime-constants", "log", "mangata-kusama-runtime", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -9847,8 +9975,8 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-parachains", - "sp-io", - "sp-runtime", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-builder", "xcm-emulator", @@ -10010,18 +10138,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", @@ -10036,12 +10164,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10049,7 +10177,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "futures-timer", @@ -10060,19 +10188,19 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "aquamarine", "futures", @@ -10084,57 +10212,57 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-ver", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "aquamarine", - "extrinsic-shuffler", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "log", "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-ver", - "ver-api", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10145,15 +10273,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10164,7 +10292,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10190,12 +10318,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", "sp-keystore", "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tiny-bip39", "tokio", @@ -10204,7 +10332,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "fnv", "futures", @@ -10214,23 +10342,23 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-database", - "sp-externalities", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10244,11 +10372,11 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-database", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "sp-trie", ] @@ -10256,7 +10384,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", @@ -10268,11 +10396,11 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", @@ -10281,7 +10409,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", @@ -10292,17 +10420,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10310,7 +10438,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "fork-tree", @@ -10330,20 +10458,20 @@ dependencies = [ "sc-telemetry", "scale-info", "schnorrkel", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10351,7 +10479,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "jsonrpsee", @@ -10359,14 +10487,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] @@ -10390,16 +10518,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -10419,28 +10547,28 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10464,15 +10592,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10504,15 +10632,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10528,19 +10656,19 @@ dependencies = [ "log", "parity-scale-codec", "sc-client-api", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sc-rpc", "serde", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", @@ -10550,22 +10678,22 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-ver", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10573,15 +10701,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-panic-handler", - "sp-runtime-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tracing", "wasmi", ] @@ -10589,11 +10717,11 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "wasm-instrument", "wasmi", @@ -10602,20 +10730,20 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "anyhow", "cfg-if", @@ -10625,15 +10753,15 @@ dependencies = [ "rustix 0.36.14", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ansi_term", "futures", @@ -10643,20 +10771,20 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "thiserror", ] @@ -10664,7 +10792,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10694,11 +10822,11 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10708,7 +10836,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "cid", "futures", @@ -10720,7 +10848,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "unsigned-varint", ] @@ -10728,7 +10856,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10747,7 +10875,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -10756,7 +10884,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ahash 0.8.3", "futures", @@ -10767,7 +10895,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "tracing", ] @@ -10775,7 +10903,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10789,15 +10917,15 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10818,12 +10946,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10831,7 +10959,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10844,14 +10972,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10871,10 +10999,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "threadpool", "tracing", ] @@ -10882,7 +11010,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "libp2p", @@ -10895,7 +11023,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10904,7 +11032,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "hash-db 0.15.2", @@ -10920,22 +11048,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tokio", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10944,18 +11072,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-rpc", - "sp-runtime", - "sp-tracing", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "http", @@ -10971,7 +11099,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10985,11 +11113,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-version", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tokio-stream", ] @@ -10997,7 +11125,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "directories", @@ -11029,7 +11157,7 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", - "sc-storage-monitor 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sc-storage-monitor 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -11038,24 +11166,24 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", "sp-state-machine", - "sp-storage", - "sp-tracing", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -11063,24 +11191,24 @@ dependencies = [ "tokio", "tracing", "tracing-futures", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "clap", "fs4", @@ -11088,7 +11216,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tokio", ] @@ -11104,7 +11232,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tokio", ] @@ -11112,7 +11240,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11120,18 +11248,18 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "libc", @@ -11142,15 +11270,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "chrono", "futures", @@ -11169,7 +11297,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ansi_term", "atty", @@ -11185,12 +11313,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tracing", "tracing-log", @@ -11200,7 +11328,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11211,7 +11339,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", @@ -11225,11 +11353,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11238,21 +11366,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-channel", "futures", @@ -11261,7 +11389,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -11687,8 +11815,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -11759,21 +11887,49 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "hash-db 0.16.0", "log", "parity-scale-codec", - "sp-api-proc-macro", - "sp-core", - "sp-runtime", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "log", + "parity-scale-codec", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "Inflector", + "blake2", + "expander 1.0.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" @@ -11788,17 +11944,43 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "sp-application-crypto" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "parity-scale-codec", + "scale-info", + "serde", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + [[package]] name = "sp-application-crypto" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + +[[package]] +name = "sp-arithmetic" +version = "6.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "integer-sqrt", + "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "static_assertions", ] [[package]] @@ -11810,22 +11992,33 @@ dependencies = [ "num-traits", "parity-scale-codec", "scale-info", - "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-block-builder" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -11834,26 +12027,26 @@ version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "futures", "log", "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus", "sp-database", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "thiserror", ] @@ -11861,14 +12054,14 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", "log", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "thiserror", ] @@ -11876,112 +12069,112 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus", "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "merlin", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-timestamp", ] [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "base58", @@ -12009,12 +12202,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "ss58-registry", "substrate-bip39", "thiserror", @@ -12022,6 +12215,43 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-core" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "bitflags", + "bounded-collections", + "hash-db 0.16.0", + "hash256-std-hasher", + "log", + "parity-scale-codec", + "parity-util-mem", + "primitive-types", + "scale-info", + "secrecy", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ss58-registry", + "zeroize", +] + +[[package]] +name = "sp-core-hashing" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.6", + "sha3", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "twox-hash", +] + [[package]] name = "sp-core-hashing" version = "5.0.0" @@ -12032,10 +12262,21 @@ dependencies = [ "digest 0.10.7", "sha2 0.10.6", "sha3", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "twox-hash", ] +[[package]] +name = "sp-core-hashing-proc-macro" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "syn 1.0.109", +] + [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" @@ -12043,19 +12284,29 @@ source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5 dependencies = [ "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "syn 1.0.109", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "kvdb", "parking_lot 0.12.1", ] +[[package]] +name = "sp-debug-derive" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-debug-derive" version = "5.0.0" @@ -12066,6 +12317,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "sp-externalities" +version = "0.13.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + [[package]] name = "sp-externalities" version = "0.13.0" @@ -12073,29 +12335,41 @@ source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5 dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "bytes", "ed25519", @@ -12105,33 +12379,49 @@ dependencies = [ "log", "parity-scale-codec", "secp256k1", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "tracing", "tracing-core", ] [[package]] -name = "sp-keyring" +name = "sp-io" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "bytes", + "parity-scale-codec", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-keyring" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures", @@ -12140,15 +12430,15 @@ dependencies = [ "parking_lot 0.12.1", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "thiserror", "zstd", @@ -12157,49 +12447,49 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "backtrace", "lazy_static", @@ -12209,17 +12499,17 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "either", "hash256-std-hasher", @@ -12231,12 +12521,51 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-runtime" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "parity-util-mem", + "paste", + "scale-info", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + +[[package]] +name = "sp-runtime-interface" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "static_assertions", ] [[package]] @@ -12248,15 +12577,27 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "6.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" @@ -12272,15 +12613,27 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -12290,15 +12643,15 @@ source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "hash-db 0.16.0", "log", @@ -12306,15 +12659,20 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-panic-handler", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", "thiserror", "tracing", ] +[[package]] +name = "sp-std" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" + [[package]] name = "sp-std" version = "5.0.0" @@ -12323,72 +12681,94 @@ source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5 [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-storage" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "parity-scale-codec", + "ref-cast", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "tracing", "tracing-core", "tracing-subscriber", ] +[[package]] +name = "sp-tracing" +version = "6.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "tracing", + "tracing-core", +] + [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-trie", ] [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12400,8 +12780,8 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", "tracing", "trie-db", @@ -12411,7 +12791,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "log", @@ -12419,30 +12799,69 @@ dependencies = [ "scale-info", "schnorrkel", "serde", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-ver" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "schnorrkel", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "thiserror", ] +[[package]] +name = "sp-version" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" @@ -12457,30 +12876,54 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "wasmi", "wasmtime", ] +[[package]] +name = "sp-wasm-interface" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", +] + [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-debug-derive", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-weights" +version = "4.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "parity-scale-codec", + "scale-info", + "smallvec", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -12650,7 +13093,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "platforms 2.0.0", ] @@ -12658,7 +13101,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12667,17 +13110,17 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "hyper", "log", @@ -12689,20 +13132,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "jsonrpsee", "log", @@ -12711,8 +13154,8 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "sp-trie", "trie-db", @@ -12721,7 +13164,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12737,17 +13180,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keyring", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "ansi_term", "build-helper", @@ -12898,13 +13341,13 @@ name = "test-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -13391,7 +13834,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "async-trait", "clap", @@ -13405,22 +13848,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", - "sp-debug-derive", - "sp-externalities", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-keystore", "sp-rpc", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version", - "sp-weights", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-rpc-client", "zstd", ] @@ -13604,19 +14047,32 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" dependencies = [ "derive_more", "futures", "log", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-std", - "sp-ver", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "ver-api" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -14295,8 +14751,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14354,23 +14810,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -14383,13 +14839,13 @@ name = "westend-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -14747,7 +15203,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm-procedural", ] @@ -14756,18 +15212,18 @@ name = "xcm-builder" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "log", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-executor", ] @@ -14783,17 +15239,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parachain-info", "parity-scale-codec", "paste", "polkadot-primitives", "polkadot-runtime-parachains", "quote", - "sp-arithmetic", - "sp-io", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", "xcm-executor", ] @@ -14805,16 +15261,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "environmental", "frame-benchmarking", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xcm", ] @@ -14836,12 +15292,12 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "sp-rpc", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "xyk-runtime-api", ] @@ -14849,15 +15305,15 @@ dependencies = [ name = "xyk-runtime-api" version = "2.0.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "serde", "serde_json", - "sp-api", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", ] [[package]] @@ -14936,14 +15392,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" diff --git a/Cargo.toml b/Cargo.toml index b681cf8864..ac9385e93f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -372,560 +372,560 @@ xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch # patch generated by ./scripts/dev-0.9.29_manifest.sh [patch."https://github.com/mangata-finance/substrate"] -sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } # patch generated by ./scripts/dev-0.9.29_manifest.sh [patch."https://github.com/paritytech/substrate"] -sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } - sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } + sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } # patch generated by ./scripts/dev-0.9.29_manifest.sh [patch."https://github.com/PureStake/substrate"] -sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } -sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } - sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } # # patch generated by ./scripts/dev_manifest.sh From 27ccb4822b117fddec0205266cf2d353a65b686f Mon Sep 17 00:00:00 2001 From: devdanco Date: Wed, 30 Aug 2023 14:51:19 +0200 Subject: [PATCH 04/15] fix: update vesting rpc method --- Cargo.lock | 3262 +++++++++++++---------------- Cargo.toml | 2 +- runtime/mangata-kusama/src/lib.rs | 10 +- runtime/mangata-rococo/src/lib.rs | 8 +- 4 files changed, 1413 insertions(+), 1869 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08c7fbb565..a2f8fdaafd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "hash-db 0.16.0", "log", @@ -1098,15 +1098,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -1135,7 +1135,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", @@ -1148,23 +1148,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "sp-transaction-pool", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver", + "sp-version", + "sp-weights", "static_assertions", "substrate-wasm-builder", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", "xcm", "xcm-builder", "xcm-executor", @@ -1516,8 +1516,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "url", ] @@ -1537,10 +1537,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "tracing", ] @@ -1559,16 +1559,16 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-slots", "sc-telemetry", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1592,7 +1592,7 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-trie", "tracing", ] @@ -1614,8 +1614,8 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "sp-state-machine", "tracing", ] @@ -1640,7 +1640,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "tracing", ] @@ -1671,11 +1671,11 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "sp-transaction-pool", ] @@ -1684,15 +1684,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] @@ -1701,15 +1701,15 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "mangata-support", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -1723,23 +1723,23 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "environmental", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "mangata-support", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "xcm", ] @@ -1760,12 +1760,12 @@ version = "3.0.0" source = "git+https://github.com/mangata-finance/cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] @@ -1774,13 +1774,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -1791,17 +1791,17 @@ source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f9 dependencies = [ "cumulus-primitives-core", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "mangata-support", "parity-scale-codec", "polkadot-runtime-common", "rand_chacha 0.3.1", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -1815,9 +1815,9 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", + "sp-std", "sp-trie", "xcm", ] @@ -1834,13 +1834,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", + "sp-storage", "sp-trie", "tracing", ] @@ -1853,8 +1853,8 @@ dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents", + "sp-std", "sp-timestamp", ] @@ -1864,13 +1864,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "log", "parity-scale-codec", "polkadot-runtime-common", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -1894,10 +1894,10 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "sp-state-machine", ] @@ -1913,7 +1913,7 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-state-machine", "thiserror", @@ -1944,11 +1944,11 @@ dependencies = [ "sc-network-common", "sc-service", "sc-tracing", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "tokio", "tracing", ] @@ -1972,12 +1972,12 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage", "tokio", "tracing", "url", @@ -1991,9 +1991,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", ] [[package]] @@ -2613,33 +2613,17 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "derive_more", "log", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "extrinsic-shuffler" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "derive_more", - "log", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", + "sp-core", + "sp-runtime", + "sp-std", + "sp-ver", + "ver-api", ] [[package]] @@ -2798,7 +2782,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", ] @@ -2821,11 +2805,11 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-support-procedural", + "frame-system", "futures", "linregress", "log", @@ -2833,21 +2817,21 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2855,8 +2839,8 @@ dependencies = [ "clap", "comfy-table", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "futures", "gethostname", "handlebars", @@ -2878,29 +2862,29 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", + "sp-storage", "sp-trie", "thiserror", "thousands", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", ] [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2911,40 +2895,40 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-election-provider-solution-type", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "aquamarine", - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "extrinsic-shuffler", + "frame-support", + "frame-system", "frame-try-runtime", "log", "merlin", "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -2962,15 +2946,15 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "log", "parity-scale-codec", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", "substrate-rpc-client", "tokio", ] @@ -2978,92 +2962,46 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "once_cell", "parity-scale-codec", "paste", "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", + "sp-tracing", + "sp-weights", "tt-call", ] -[[package]] -name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "bitflags", - "environmental", - "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "impl-trait-for-tuples", - "k256", - "log", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "parity-scale-codec", - "paste", - "scale-info", - "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "tt-call", -] - -[[package]] -name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "itertools 0.10.5", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support-procedural-tools", "itertools 0.10.5", "proc-macro2", "quote", @@ -3073,41 +3011,19 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", "syn 1.0.109", ] -[[package]] -name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro2", "quote", @@ -3117,40 +3033,21 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "extrinsic-shuffler", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-ver", + "sp-version", + "sp-weights", ] [[package]] @@ -3159,13 +3056,13 @@ version = "4.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -3174,34 +3071,34 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -4158,8 +4055,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -4222,24 +4119,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -4252,13 +4149,13 @@ name = "kusama-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -5002,15 +4899,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5038,7 +4935,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", @@ -5051,23 +4948,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "sp-transaction-pool", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver", + "sp-version", + "sp-weights", "static_assertions", "substrate-wasm-builder", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", "xcm", "xcm-builder", "xcm-executor", @@ -5095,10 +4992,10 @@ dependencies = [ "cumulus-relay-chain-rpc-interface", "cumulus-test-relay-sproof-builder", "derive_more", - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "extrinsic-shuffler", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "hex", @@ -5108,7 +5005,7 @@ dependencies = [ "mangata-kusama-runtime", "mangata-rococo-runtime", "mangata-rpc-nonce", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "pallet-timestamp", "pallet-transaction-payment-mangata", "pallet-transaction-payment-mangata-rpc", @@ -5146,32 +5043,32 @@ dependencies = [ "sc-transaction-pool-api", "schnorrkel", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-keystore", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage", "sp-timestamp", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing", "sp-transaction-pool", "sp-trie", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver", "sub-tokens", "substrate-build-script-utils", "substrate-prometheus-endpoint", "tokio", "try-runtime-cli", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", "xyk-rpc", "xyk-runtime-api", ] @@ -5192,15 +5089,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5229,7 +5126,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", @@ -5242,23 +5139,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "sp-transaction-pool", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver", + "sp-version", + "sp-weights", "static_assertions", "substrate-wasm-builder", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", "xcm", "xcm-builder", "xcm-executor", @@ -5277,49 +5174,37 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "ver-api", ] [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "parity-scale-codec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "mangata-types" -version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ + "frame-support", + "mangata-types", "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "mangata-types" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -5481,37 +5366,37 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "anyhow", "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] @@ -5975,16 +5860,16 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", + "mangata-types", "orml-traits", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -5996,15 +5881,15 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", + "mangata-types", "orml-traits", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6012,17 +5897,17 @@ name = "orml-traits" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "impl-trait-for-tuples", "num-traits", "orml-utilities", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -6031,13 +5916,13 @@ name = "orml-unknown-tokens" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "orml-xcm-support", "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "xcm", ] @@ -6046,13 +5931,13 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6060,12 +5945,12 @@ name = "orml-xcm" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-xcm", "parity-scale-codec", "scale-info", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "xcm", ] @@ -6074,11 +5959,11 @@ name = "orml-xcm-support" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "orml-traits", "parity-scale-codec", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -6089,17 +5974,17 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "orml-traits", "orml-xcm-support", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -6139,136 +6024,136 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-beefy", "pallet-mmr", @@ -6276,12 +6161,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6290,196 +6175,196 @@ version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "mockall", "orml-tokens", "orml-traits", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "pallet-xyk", "parity-scale-codec", "scale-info", "serde", "serial_test", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-crowdloan-rewards" version = "0.6.0" -source = "git+https://github.com/mangata-finance//crowdloan-rewards?branch=mangata-dev#9f5f64288185d7ed23b92b285c9759abbc4a995c" +source = "git+https://github.com/mangata-finance//crowdloan-rewards?branch=fix/rpc#c61bf21d7908b9db378d5a701bec72142239f173" dependencies = [ "ed25519-dalek", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "pallet-utility", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "sp-trie", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] @@ -6489,46 +6374,46 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6537,13 +6422,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "orml-traits", "pallet-xyk", @@ -6552,88 +6437,88 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6643,23 +6528,23 @@ dependencies = [ "cfg-if", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "orml-traits", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6668,13 +6553,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "orml-traits", "parity-scale-codec", @@ -6682,44 +6567,44 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6729,76 +6614,76 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-try-runtime", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "orml-traits", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "parachain-staking", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6808,45 +6693,45 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-std", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6856,8 +6741,8 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-babe", "pallet-balances", @@ -6868,26 +6753,26 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6897,99 +6782,99 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6997,51 +6882,51 @@ name = "pallet-root-testing" version = "1.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "sp-trie", ] @@ -7051,39 +6936,39 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -7091,17 +6976,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7112,10 +6997,10 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "log", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", ] [[package]] @@ -7124,53 +7009,53 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7178,278 +7063,265 @@ name = "pallet-sudo-origin" version = "4.0.0-dev" dependencies = [ "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "pallet-vesting-mangata" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "jsonrpsee", + "pallet-vesting-mangata", "pallet-vesting-mangata-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -7459,16 +7331,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -7479,14 +7351,14 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -7499,32 +7371,32 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] @@ -7534,8 +7406,8 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", ] @@ -7547,12 +7419,12 @@ source = "git+https://github.com/mangata-finance//moonbeam?branch=mangata-dev#2a dependencies = [ "aquamarine", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "itertools 0.10.5", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-tokens", "pallet-authorship", "pallet-collective-mangata", @@ -7561,10 +7433,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7925,7 +7797,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", "thiserror", "tracing-gum", @@ -7972,8 +7844,8 @@ dependencies = [ "sc-storage-monitor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "sc-sysinfo", "sc-tracing", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", "sp-keyring", "substrate-build-script-utils", "thiserror", @@ -7988,7 +7860,7 @@ dependencies = [ "async-trait", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -8004,22 +7876,22 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", ] @@ -8039,9 +7911,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -8053,9 +7925,9 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -8077,7 +7949,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-keystore", "thiserror", "tracing-gum", @@ -8092,7 +7964,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-trie", "thiserror", ] @@ -8111,8 +7983,8 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", + "sp-core", "sp-keystore", "tracing-gum", ] @@ -8152,7 +8024,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8179,10 +8051,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -8325,7 +8197,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -8372,12 +8244,12 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-externalities", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing", + "sp-wasm-interface", "tempfile", "tikv-jemalloc-ctl", "tokio", @@ -8428,7 +8300,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "thiserror", "tokio", ] @@ -8486,13 +8358,13 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", "zstd", ] @@ -8523,7 +8395,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -8556,8 +8428,8 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", + "sp-core", "sp-keystore", "thiserror", "tracing-gum", @@ -8580,8 +8452,8 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -8593,14 +8465,14 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "derive_more", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -8631,18 +8503,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -8666,13 +8538,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -8686,8 +8558,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8743,23 +8615,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -8775,8 +8647,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -8800,15 +8672,15 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "static_assertions", "xcm", ] @@ -8818,13 +8690,13 @@ name = "polkadot-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -8835,8 +8707,8 @@ dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", + "sp-tracing", ] [[package]] @@ -8848,8 +8720,8 @@ dependencies = [ "bitvec", "derive_more", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "log", "pallet-authority-discovery", "pallet-authorship", @@ -8868,16 +8740,16 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "static_assertions", "xcm", "xcm-executor", @@ -8890,7 +8762,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "async-trait", "frame-benchmarking-cli", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "frame-system-rpc-runtime-api", "futures", "hex-literal", @@ -8967,24 +8839,24 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-trie", @@ -9010,7 +8882,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-keystore", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", "thiserror", "tracing-gum", ] @@ -9022,7 +8894,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", ] [[package]] @@ -9033,8 +8905,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "log", "pallet-authority-discovery", @@ -9063,22 +8935,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -9092,7 +8964,7 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system", "futures", "hex", "pallet-balances", @@ -9121,16 +8993,16 @@ dependencies = [ "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", "substrate-test-client", "tempfile", @@ -9786,8 +9658,8 @@ dependencies = [ "binary-merkle-tree 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9841,22 +9713,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -9869,13 +9741,13 @@ name = "rococo-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -9947,14 +9819,14 @@ dependencies = [ "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "env_logger 0.9.3", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "kusama-runtime", "kusama-runtime-constants", "log", "mangata-kusama-runtime", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -9975,8 +9847,8 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-parachains", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io", + "sp-runtime", "xcm", "xcm-builder", "xcm-emulator", @@ -10138,18 +10010,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "log", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", @@ -10164,12 +10036,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10177,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "futures-timer", @@ -10188,19 +10060,19 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "aquamarine", "futures", @@ -10212,57 +10084,57 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-ver", "substrate-prometheus-endpoint", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "aquamarine", - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "extrinsic-shuffler", "log", "parity-scale-codec", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-state-machine", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver", + "ver-api", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10273,15 +10145,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10292,7 +10164,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10318,12 +10190,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keyring", "sp-keystore", "sp-panic-handler", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-version", "thiserror", "tiny-bip39", "tokio", @@ -10332,7 +10204,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "fnv", "futures", @@ -10342,23 +10214,23 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10372,11 +10244,11 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", "sp-trie", ] @@ -10384,7 +10256,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", @@ -10396,11 +10268,11 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", @@ -10409,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", @@ -10420,17 +10292,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10438,7 +10310,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "fork-tree", @@ -10458,20 +10330,20 @@ dependencies = [ "sc-telemetry", "scale-info", "schnorrkel", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-version", "substrate-prometheus-endpoint", "thiserror", ] @@ -10479,7 +10351,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "jsonrpsee", @@ -10487,14 +10359,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", ] @@ -10518,16 +10390,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -10547,28 +10419,28 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10592,15 +10464,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10632,15 +10504,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10660,15 +10532,15 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", @@ -10678,22 +10550,22 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10701,15 +10573,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", "sp-panic-handler", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", + "sp-wasm-interface", "tracing", "wasmi", ] @@ -10717,11 +10589,11 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface", "thiserror", "wasm-instrument", "wasmi", @@ -10730,20 +10602,20 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "anyhow", "cfg-if", @@ -10753,15 +10625,15 @@ dependencies = [ "rustix 0.36.14", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ansi_term", "futures", @@ -10771,20 +10643,20 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-application-crypto", + "sp-core", "sp-keystore", "thiserror", ] @@ -10792,7 +10664,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10822,11 +10694,11 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10836,7 +10708,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "cid", "futures", @@ -10848,7 +10720,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -10856,7 +10728,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10875,7 +10747,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -10884,7 +10756,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ahash 0.8.3", "futures", @@ -10895,7 +10767,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -10903,7 +10775,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10917,15 +10789,15 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10946,12 +10818,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10959,7 +10831,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10972,14 +10844,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10999,10 +10871,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "threadpool", "tracing", ] @@ -11010,7 +10882,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "libp2p", @@ -11023,7 +10895,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -11032,7 +10904,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "hash-db 0.15.2", @@ -11048,22 +10920,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "tokio", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11072,18 +10944,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-tracing", + "sp-version", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "http", @@ -11099,7 +10971,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11113,11 +10985,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-version", "thiserror", "tokio-stream", ] @@ -11125,7 +10997,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "directories", @@ -11166,24 +11038,24 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-externalities", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage", + "sp-tracing", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -11191,24 +11063,24 @@ dependencies = [ "tokio", "tracing", "tracing-futures", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api", ] [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "clap", "fs4", @@ -11216,7 +11088,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "thiserror", "tokio", ] @@ -11232,7 +11104,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "thiserror", "tokio", ] @@ -11240,7 +11112,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11252,14 +11124,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "libc", @@ -11270,15 +11142,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "chrono", "futures", @@ -11297,7 +11169,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ansi_term", "atty", @@ -11313,12 +11185,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -11328,7 +11200,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11339,7 +11211,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", @@ -11353,11 +11225,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11366,21 +11238,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-channel", "futures", @@ -11389,7 +11261,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", ] [[package]] @@ -11815,8 +11687,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] @@ -11887,53 +11759,25 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "hash-db 0.16.0", "log", "parity-scale-codec", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "log", - "parity-scale-codec", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "Inflector", - "blake2", - "expander 1.0.0", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "Inflector", "blake2", @@ -11947,106 +11791,69 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-application-crypto" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "static_assertions", -] - -[[package]] -name = "sp-arithmetic" -version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-block-builder" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "futures", "log", "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-consensus", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", "thiserror", ] @@ -12054,14 +11861,14 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", "log", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-state-machine", "thiserror", ] @@ -12069,112 +11876,112 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "merlin", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "base58", @@ -12202,12 +12009,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -12215,83 +12022,35 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-core" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "bitflags", - "bounded-collections", - "hash-db 0.16.0", - "hash256-std-hasher", - "log", - "parity-scale-codec", - "parity-util-mem", - "primitive-types", - "scale-info", - "secrecy", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "ss58-registry", - "zeroize", -] - -[[package]] -name = "sp-core-hashing" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.6", - "sha3", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", "sha2 0.10.6", "sha3", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "twox-hash", ] [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "syn 1.0.109", -] - -[[package]] -name = "sp-core-hashing-proc-macro" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro2", "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core-hashing", "syn 1.0.109", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12300,17 +12059,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-debug-derive" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "proc-macro2", "quote", @@ -12320,56 +12069,33 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-externalities" -version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", + "sp-storage", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "bytes", "ed25519", @@ -12379,49 +12105,33 @@ dependencies = [ "log", "parity-scale-codec", "secp256k1", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", + "sp-tracing", "sp-trie", "tracing", "tracing-core", ] -[[package]] -name = "sp-io" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "bytes", - "parity-scale-codec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "tracing", - "tracing-core", -] - [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "lazy_static", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures", @@ -12430,15 +12140,15 @@ dependencies = [ "parking_lot 0.12.1", "schnorrkel", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-externalities", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "thiserror", "zstd", @@ -12447,49 +12157,49 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "backtrace", "lazy_static", @@ -12499,17 +12209,17 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "rustc-hash", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", ] [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "either", "hash256-std-hasher", @@ -12521,87 +12231,36 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-runtime" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste", - "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-runtime-interface" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "static_assertions", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "Inflector", "proc-macro-crate", @@ -12613,45 +12272,33 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "hash-db 0.16.0", "log", @@ -12659,10 +12306,10 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-externalities", "sp-panic-handler", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "sp-trie", "thiserror", "tracing", @@ -12671,104 +12318,77 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" - -[[package]] -name = "sp-std" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-storage" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "ref-cast", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", ] -[[package]] -name = "sp-tracing" -version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "tracing", - "tracing-core", -] - [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-trie", ] [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12780,8 +12400,8 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-std", "thiserror", "tracing", "trie-db", @@ -12791,7 +12411,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "log", @@ -12799,73 +12419,34 @@ dependencies = [ "scale-info", "schnorrkel", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-ver" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "log", - "parity-scale-codec", - "scale-info", - "schnorrkel", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12876,54 +12457,30 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", "wasmi", "wasmtime", ] -[[package]] -name = "sp-wasm-interface" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-weights" -version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "scale-info", - "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -13093,7 +12650,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "platforms 2.0.0", ] @@ -13101,7 +12658,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13110,17 +12667,17 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "hyper", "log", @@ -13132,20 +12689,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "jsonrpsee", "log", @@ -13154,8 +12711,8 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", "sp-state-machine", "sp-trie", "trie-db", @@ -13164,7 +12721,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13180,17 +12737,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-keyring", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "ansi_term", "build-helper", @@ -13341,13 +12898,13 @@ name = "test-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -13834,7 +13391,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "async-trait", "clap", @@ -13848,22 +13405,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-debug-derive", + "sp-externalities", + "sp-inherents", + "sp-io", "sp-keystore", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", + "sp-weights", "substrate-rpc-client", "zstd", ] @@ -14047,32 +13604,19 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" dependencies = [ "derive_more", "futures", "log", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "ver-api" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#5002c089a660699d21a3ed7b26a0a66778d32266" -dependencies = [ - "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", + "sp-ver", ] [[package]] @@ -14751,8 +14295,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14810,23 +14354,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -14839,13 +14383,13 @@ name = "westend-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -15203,7 +14747,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights", "xcm-procedural", ] @@ -15212,18 +14756,18 @@ name = "xcm-builder" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -15239,17 +14783,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parachain-info", "parity-scale-codec", "paste", "polkadot-primitives", "polkadot-runtime-parachains", "quote", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-io", + "sp-std", "xcm", "xcm-executor", ] @@ -15261,16 +14805,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "environmental", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "xcm", ] @@ -15292,12 +14836,12 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", "xyk-runtime-api", ] @@ -15305,15 +14849,15 @@ dependencies = [ name = "xyk-runtime-api" version = "2.0.0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -15392,14 +14936,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#9dbfd6a9c4e9d4329a033847d01f9c80bf83f630" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" diff --git a/Cargo.toml b/Cargo.toml index ac9385e93f..8b2c17b0f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ parachain-staking = { git = "https://github.com/mangata-finance//moonbeam", bran # parachain-staking = { path = "../moonbeam/pallets/parachain-staking" } [patch."https://github.com/mangata-finance/crowdloan-rewards"] -pallet-crowdloan-rewards = { git = "https://github.com/mangata-finance//crowdloan-rewards", branch = "mangata-dev" } +pallet-crowdloan-rewards = { git = "https://github.com/mangata-finance//crowdloan-rewards", branch = "fix/rpc" } # pallet-crowdloan-rewards = { path = "../crowdloan-rewards" } # patch generated by ./scripts/dev_manifest.sh diff --git a/runtime/mangata-kusama/src/lib.rs b/runtime/mangata-kusama/src/lib.rs index a29b061f24..28d4ad0721 100644 --- a/runtime/mangata-kusama/src/lib.rs +++ b/runtime/mangata-kusama/src/lib.rs @@ -15,7 +15,7 @@ pub use orml_tokens; pub use pallet_sudo_mangata; -use pallet_vesting_mangata_rpc_runtime_api::VestingInfosWithLockedAt; +use pallet_vesting_mangata::VestingInfo; // Polkadot Imports pub use polkadot_runtime_common::BlockHashCount; @@ -1069,12 +1069,12 @@ impl_runtime_apis! { } impl pallet_vesting_mangata_rpc_runtime_api::VestingMangataApi for Runtime { - fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> VestingInfosWithLockedAt + fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec<(VestingInfo, Balance)> { match Vesting::get_vesting_locked_at(&who, token_id, at_block_number){ - Ok(vesting_infos_with_locked_at) => VestingInfosWithLockedAt{ - vesting_infos_with_locked_at: vesting_infos_with_locked_at - }, + Ok(vesting_infos_with_locked_at) => { + vesting_infos_with_locked_at + } Err(e) => { log::warn!(target:"vesting", "rpc 'Vesting::get_vesting_locked_at' error: '{:?}', returning default value instead", e); Default::default() diff --git a/runtime/mangata-rococo/src/lib.rs b/runtime/mangata-rococo/src/lib.rs index c7725032e4..92ca1c9ef2 100644 --- a/runtime/mangata-rococo/src/lib.rs +++ b/runtime/mangata-rococo/src/lib.rs @@ -15,7 +15,7 @@ pub use orml_tokens; pub use pallet_sudo_mangata; -use pallet_vesting_mangata_rpc_runtime_api::VestingInfosWithLockedAt; +use pallet_vesting_mangata::VestingInfo; // Polkadot Imports pub use polkadot_runtime_common::BlockHashCount; @@ -1082,11 +1082,11 @@ impl_runtime_apis! { } impl pallet_vesting_mangata_rpc_runtime_api::VestingMangataApi for Runtime { - fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> VestingInfosWithLockedAt + fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec<(VestingInfo, Balance)> { match Vesting::get_vesting_locked_at(&who, token_id, at_block_number){ - Ok(vesting_infos_with_locked_at) => VestingInfosWithLockedAt{ - vesting_infos_with_locked_at: vesting_infos_with_locked_at + Ok(vesting_infos_with_locked_at) => { + vesting_infos_with_locked_at }, Err(e) => { log::warn!(target:"vesting", "rpc 'Vesting::get_vesting_locked_at' error: '{:?}', returning default value instead", e); From 115516d6516f561805a1881efba57aaffafe053f Mon Sep 17 00:00:00 2001 From: Mario Kapusta Date: Thu, 31 Aug 2023 10:01:54 +0200 Subject: [PATCH 05/15] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a274e635f4..b8097b2cc8 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,7 @@ ## Description -Reliable decentralized exchange (DEX) blockchain - interoperable with other blockchains using Polkadot. The exchange is using a consensus algorithm that solves MEV/frontrunning problems and makes all participants' access to trading opportunities equal. - -The design of the blockchain guarantees fixed-fees that provides greater control of trading costs and higher arbitrage opportunity. -Assets on the exchange will serve multiple purposes- at the first iteration, they are the block producer’s stake and exchange liquidity at the same time, and more comes later. +Mangata operates as a cross-chain liquidity protocol, facilitating seamless transactions between Ethereum and various other blockchains through a sophisticated Multirollup Interchain Infrastructure. We leverage the power of ZK-rollup, a second-layer (L2) solution, to ensure universal connectivity with first-layer (L1) blockchains. Additionally, our decentralized exchange platform is designed to provide robust protection against Miner Extractable Value (MEV) and frontrunning attempts, thereby safeguarding the interests of our users. ## API From 214134947a7c0600d8255b1898dc773442154ea3 Mon Sep 17 00:00:00 2001 From: devdanco Date: Mon, 4 Sep 2023 10:10:20 +0200 Subject: [PATCH 06/15] update vesting rpc method --- Cargo.lock | 376 +++++++++++++++--------------- runtime/mangata-kusama/src/lib.rs | 2 +- runtime/mangata-rococo/src/lib.rs | 2 +- 3 files changed, 190 insertions(+), 190 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2f8fdaafd..0e101d6bae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "hash-db 0.16.0", "log", @@ -2613,7 +2613,7 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "derive_more", "log", @@ -2782,7 +2782,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", ] @@ -2805,7 +2805,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-support-procedural", @@ -2831,7 +2831,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2884,7 +2884,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2895,7 +2895,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2912,7 +2912,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "aquamarine", "extrinsic-shuffler", @@ -2946,7 +2946,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "log", @@ -2962,7 +2962,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "bitflags", "environmental", @@ -2996,7 +2996,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "Inflector", "cfg-expr", @@ -3011,7 +3011,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3023,7 +3023,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro2", "quote", @@ -3033,7 +3033,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "extrinsic-shuffler", "frame-support", @@ -3083,7 +3083,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "sp-api", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "parity-scale-codec", @@ -5185,7 +5185,7 @@ dependencies = [ [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "mangata-types", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "mangata-types" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -5366,7 +5366,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "log", @@ -5386,7 +5386,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "anyhow", "jsonrpsee", @@ -6024,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6040,7 +6040,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6056,7 +6056,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6070,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6094,7 +6094,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6114,7 +6114,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6129,7 +6129,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6148,7 +6148,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", @@ -6204,7 +6204,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6222,7 +6222,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6241,7 +6241,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6258,7 +6258,7 @@ dependencies = [ [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6275,7 +6275,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6316,7 +6316,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6334,7 +6334,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6357,7 +6357,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6383,7 +6383,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6401,7 +6401,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6448,7 +6448,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6471,7 +6471,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6487,7 +6487,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6507,7 +6507,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6576,7 +6576,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6593,7 +6593,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6640,7 +6640,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6656,7 +6656,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6672,7 +6672,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6709,7 +6709,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6720,7 +6720,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6761,7 +6761,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6813,7 +6813,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6828,7 +6828,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6846,7 +6846,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6861,7 +6861,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6895,7 +6895,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6912,7 +6912,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6949,7 +6949,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -6963,7 +6963,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6986,7 +6986,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6997,7 +6997,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "log", "sp-arithmetic", @@ -7015,7 +7015,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7032,7 +7032,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -7046,7 +7046,7 @@ dependencies = [ [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -7078,7 +7078,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7096,7 +7096,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7115,7 +7115,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-support", "frame-system", @@ -7147,7 +7147,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", @@ -7163,7 +7163,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", @@ -7175,7 +7175,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7191,7 +7191,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7203,7 +7203,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7220,7 +7220,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7236,7 +7236,7 @@ dependencies = [ [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7252,7 +7252,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7267,7 +7267,7 @@ dependencies = [ [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -7283,7 +7283,7 @@ dependencies = [ [[package]] name = "pallet-vesting-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "jsonrpsee", "pallet-vesting-mangata", @@ -7300,7 +7300,7 @@ dependencies = [ [[package]] name = "pallet-vesting-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "pallet-vesting-mangata", "parity-scale-codec", @@ -7312,7 +7312,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-benchmarking", "frame-support", @@ -10010,7 +10010,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "log", "sp-core", @@ -10021,7 +10021,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "futures-timer", @@ -10072,7 +10072,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "aquamarine", "futures", @@ -10098,7 +10098,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10113,7 +10113,7 @@ dependencies = [ [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "aquamarine", "extrinsic-shuffler", @@ -10134,7 +10134,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10153,7 +10153,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10164,7 +10164,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10204,7 +10204,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "fnv", "futures", @@ -10230,7 +10230,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10256,7 +10256,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -10281,7 +10281,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -10310,7 +10310,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "fork-tree", @@ -10351,7 +10351,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "jsonrpsee", @@ -10427,7 +10427,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10440,7 +10440,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10540,7 +10540,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -10565,7 +10565,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10589,7 +10589,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10602,7 +10602,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "log", "sc-allocator", @@ -10615,7 +10615,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "anyhow", "cfg-if", @@ -10633,7 +10633,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ansi_term", "futures", @@ -10649,7 +10649,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10664,7 +10664,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10708,7 +10708,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "cid", "futures", @@ -10728,7 +10728,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10756,7 +10756,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ahash 0.8.3", "futures", @@ -10775,7 +10775,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10797,7 +10797,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10831,7 +10831,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10851,7 +10851,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10882,7 +10882,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "libp2p", @@ -10895,7 +10895,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10904,7 +10904,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "hash-db 0.15.2", @@ -10935,7 +10935,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10955,7 +10955,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "http", @@ -10971,7 +10971,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10997,7 +10997,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "directories", @@ -11069,7 +11069,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "log", "parity-scale-codec", @@ -11080,7 +11080,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "clap", "fs4", @@ -11112,7 +11112,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11131,7 +11131,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "libc", @@ -11150,7 +11150,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "chrono", "futures", @@ -11169,7 +11169,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ansi_term", "atty", @@ -11200,7 +11200,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11211,7 +11211,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -11238,7 +11238,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -11252,7 +11252,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-channel", "futures", @@ -11759,7 +11759,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "hash-db 0.16.0", "log", @@ -11777,7 +11777,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "Inflector", "blake2", @@ -11791,7 +11791,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11804,7 +11804,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "integer-sqrt", "num-traits", @@ -11818,7 +11818,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11831,7 +11831,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "sp-api", @@ -11843,7 +11843,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "futures", "log", @@ -11861,7 +11861,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -11876,7 +11876,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "parity-scale-codec", @@ -11894,7 +11894,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "merlin", @@ -11917,7 +11917,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11936,7 +11936,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "finality-grandpa", "log", @@ -11954,7 +11954,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11968,7 +11968,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -11981,7 +11981,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "base58", @@ -12025,7 +12025,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "blake2b_simd", "byteorder", @@ -12039,7 +12039,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro2", "quote", @@ -12050,7 +12050,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12059,7 +12059,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "proc-macro2", "quote", @@ -12069,7 +12069,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "environmental", "parity-scale-codec", @@ -12080,7 +12080,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12095,7 +12095,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "bytes", "ed25519", @@ -12120,7 +12120,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "lazy_static", "sp-core", @@ -12131,7 +12131,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures", @@ -12148,7 +12148,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "thiserror", "zstd", @@ -12157,7 +12157,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12175,7 +12175,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12189,7 +12189,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "sp-api", "sp-core", @@ -12199,7 +12199,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "backtrace", "lazy_static", @@ -12209,7 +12209,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "rustc-hash", "serde", @@ -12219,7 +12219,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "either", "hash256-std-hasher", @@ -12242,7 +12242,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12260,7 +12260,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "Inflector", "proc-macro-crate", @@ -12272,7 +12272,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12286,7 +12286,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12298,7 +12298,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "hash-db 0.16.0", "log", @@ -12318,12 +12318,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12336,7 +12336,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "futures-timer", @@ -12351,7 +12351,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "sp-std", @@ -12363,7 +12363,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "sp-api", "sp-runtime", @@ -12372,7 +12372,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "log", @@ -12388,7 +12388,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12411,7 +12411,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "log", @@ -12429,7 +12429,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12446,7 +12446,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12457,7 +12457,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12471,7 +12471,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "parity-scale-codec", "scale-info", @@ -12650,7 +12650,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "platforms 2.0.0", ] @@ -12658,7 +12658,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12677,7 +12677,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "hyper", "log", @@ -12689,7 +12689,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "jsonrpsee", @@ -12702,7 +12702,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "jsonrpsee", "log", @@ -12721,7 +12721,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12747,7 +12747,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "ansi_term", "build-helper", @@ -13391,7 +13391,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "async-trait", "clap", @@ -13604,7 +13604,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" dependencies = [ "derive_more", "futures", @@ -14936,14 +14936,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#29a4f2b2cd36208a113b1e11cfc30e718156b67e" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" diff --git a/runtime/mangata-kusama/src/lib.rs b/runtime/mangata-kusama/src/lib.rs index 28d4ad0721..635f4acc1d 100644 --- a/runtime/mangata-kusama/src/lib.rs +++ b/runtime/mangata-kusama/src/lib.rs @@ -1069,7 +1069,7 @@ impl_runtime_apis! { } impl pallet_vesting_mangata_rpc_runtime_api::VestingMangataApi for Runtime { - fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec<(VestingInfo, Balance)> + fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec { match Vesting::get_vesting_locked_at(&who, token_id, at_block_number){ Ok(vesting_infos_with_locked_at) => { diff --git a/runtime/mangata-rococo/src/lib.rs b/runtime/mangata-rococo/src/lib.rs index 92ca1c9ef2..057a224201 100644 --- a/runtime/mangata-rococo/src/lib.rs +++ b/runtime/mangata-rococo/src/lib.rs @@ -1082,7 +1082,7 @@ impl_runtime_apis! { } impl pallet_vesting_mangata_rpc_runtime_api::VestingMangataApi for Runtime { - fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec<(VestingInfo, Balance)> + fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec { match Vesting::get_vesting_locked_at(&who, token_id, at_block_number){ Ok(vesting_infos_with_locked_at) => { From 49f979637c87c8071ca95aecdadd2cc47bcd173a Mon Sep 17 00:00:00 2001 From: devdanco Date: Mon, 4 Sep 2023 13:57:27 +0200 Subject: [PATCH 07/15] remove vesting rpc --- Cargo.lock | 406 ++++++++++++++---------------- Cargo.toml | 12 - node/Cargo.toml | 5 - node/src/client.rs | 16 +- node/src/rpc.rs | 9 - node/src/service.rs | 16 +- runtime/common/Cargo.toml | 4 - runtime/mangata-kusama/Cargo.toml | 4 - runtime/mangata-kusama/src/lib.rs | 15 -- runtime/mangata-rococo/Cargo.toml | 4 - runtime/mangata-rococo/src/lib.rs | 15 -- 11 files changed, 190 insertions(+), 316 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e101d6bae..3a8fd841c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "hash-db 0.16.0", "log", @@ -1136,7 +1136,6 @@ dependencies = [ "pallet-treasury", "pallet-utility-mangata", "pallet-vesting-mangata", - "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -2613,7 +2612,7 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "derive_more", "log", @@ -2782,7 +2781,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", ] @@ -2805,7 +2804,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-support-procedural", @@ -2831,7 +2830,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2884,7 +2883,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2895,7 +2894,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2912,7 +2911,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "aquamarine", "extrinsic-shuffler", @@ -2946,7 +2945,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "log", @@ -2962,7 +2961,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "bitflags", "environmental", @@ -2996,7 +2995,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "Inflector", "cfg-expr", @@ -3011,7 +3010,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3023,7 +3022,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro2", "quote", @@ -3033,7 +3032,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "extrinsic-shuffler", "frame-support", @@ -3083,7 +3082,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -3092,7 +3091,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "parity-scale-codec", @@ -4936,7 +4935,6 @@ dependencies = [ "pallet-treasury", "pallet-utility-mangata", "pallet-vesting-mangata", - "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -5009,8 +5007,6 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment-mangata", "pallet-transaction-payment-mangata-rpc", - "pallet-vesting-mangata-rpc", - "pallet-vesting-mangata-rpc-runtime-api", "parity-scale-codec", "polkadot-cli", "polkadot-parachain", @@ -5127,7 +5123,6 @@ dependencies = [ "pallet-treasury", "pallet-utility-mangata", "pallet-vesting-mangata", - "pallet-vesting-mangata-rpc-runtime-api", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -5185,7 +5180,7 @@ dependencies = [ [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "mangata-types", @@ -5198,7 +5193,7 @@ dependencies = [ [[package]] name = "mangata-types" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -5366,7 +5361,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "log", @@ -5386,7 +5381,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "anyhow", "jsonrpsee", @@ -6024,7 +6019,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6040,7 +6035,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6056,7 +6051,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6070,7 +6065,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6094,7 +6089,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6114,7 +6109,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6129,7 +6124,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6148,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", @@ -6204,7 +6199,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6222,7 +6217,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6241,7 +6236,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6258,7 +6253,7 @@ dependencies = [ [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6275,7 +6270,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6316,7 +6311,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6334,7 +6329,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6357,7 +6352,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6383,7 +6378,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6401,7 +6396,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6448,7 +6443,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6471,7 +6466,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6487,7 +6482,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6507,7 +6502,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6576,7 +6571,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6593,7 +6588,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6640,7 +6635,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6656,7 +6651,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6672,7 +6667,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6709,7 +6704,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6720,7 +6715,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6761,7 +6756,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6813,7 +6808,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6828,7 +6823,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6846,7 +6841,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6861,7 +6856,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6895,7 +6890,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6912,7 +6907,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6949,7 +6944,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -6963,7 +6958,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6986,7 +6981,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6997,7 +6992,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "log", "sp-arithmetic", @@ -7015,7 +7010,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7032,7 +7027,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -7046,7 +7041,7 @@ dependencies = [ [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -7078,7 +7073,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7096,7 +7091,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7115,7 +7110,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -7131,7 +7126,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-support", "frame-system", @@ -7147,7 +7142,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", @@ -7163,7 +7158,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", @@ -7175,7 +7170,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7191,7 +7186,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7203,7 +7198,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7220,7 +7215,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7236,7 +7231,7 @@ dependencies = [ [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7252,7 +7247,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7267,7 +7262,7 @@ dependencies = [ [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7280,39 +7275,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "pallet-vesting-mangata-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" -dependencies = [ - "jsonrpsee", - "pallet-vesting-mangata", - "pallet-vesting-mangata-rpc-runtime-api", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "pallet-vesting-mangata-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" -dependencies = [ - "pallet-vesting-mangata", - "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", -] - [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-benchmarking", "frame-support", @@ -10010,7 +9976,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "log", "sp-core", @@ -10021,7 +9987,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -10049,7 +10015,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "futures-timer", @@ -10072,7 +10038,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "aquamarine", "futures", @@ -10098,7 +10064,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10113,7 +10079,7 @@ dependencies = [ [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "aquamarine", "extrinsic-shuffler", @@ -10134,7 +10100,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10153,7 +10119,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10164,7 +10130,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10204,7 +10170,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "fnv", "futures", @@ -10230,7 +10196,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10256,7 +10222,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -10281,7 +10247,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -10310,7 +10276,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "fork-tree", @@ -10351,7 +10317,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "jsonrpsee", @@ -10427,7 +10393,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10440,7 +10406,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10540,7 +10506,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -10565,7 +10531,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10589,7 +10555,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10602,7 +10568,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "log", "sc-allocator", @@ -10615,7 +10581,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "anyhow", "cfg-if", @@ -10633,7 +10599,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ansi_term", "futures", @@ -10649,7 +10615,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10664,7 +10630,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10708,7 +10674,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "cid", "futures", @@ -10728,7 +10694,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10756,7 +10722,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ahash 0.8.3", "futures", @@ -10775,7 +10741,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10797,7 +10763,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10831,7 +10797,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10851,7 +10817,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10882,7 +10848,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "libp2p", @@ -10895,7 +10861,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10904,7 +10870,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "hash-db 0.15.2", @@ -10935,7 +10901,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10955,7 +10921,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "http", @@ -10971,7 +10937,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10997,7 +10963,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "directories", @@ -11069,7 +11035,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "log", "parity-scale-codec", @@ -11080,7 +11046,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "clap", "fs4", @@ -11112,7 +11078,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11131,7 +11097,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "libc", @@ -11150,7 +11116,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "chrono", "futures", @@ -11169,7 +11135,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ansi_term", "atty", @@ -11200,7 +11166,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11211,7 +11177,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -11238,7 +11204,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -11252,7 +11218,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-channel", "futures", @@ -11759,7 +11725,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "hash-db 0.16.0", "log", @@ -11777,7 +11743,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "Inflector", "blake2", @@ -11791,7 +11757,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11804,7 +11770,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "integer-sqrt", "num-traits", @@ -11818,7 +11784,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11831,7 +11797,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "sp-api", @@ -11843,7 +11809,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "futures", "log", @@ -11861,7 +11827,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -11876,7 +11842,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "parity-scale-codec", @@ -11894,7 +11860,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "merlin", @@ -11917,7 +11883,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11936,7 +11902,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "finality-grandpa", "log", @@ -11954,7 +11920,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11968,7 +11934,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11981,7 +11947,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "base58", @@ -12025,7 +11991,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "blake2b_simd", "byteorder", @@ -12039,7 +12005,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro2", "quote", @@ -12050,7 +12016,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12059,7 +12025,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "proc-macro2", "quote", @@ -12069,7 +12035,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "environmental", "parity-scale-codec", @@ -12080,7 +12046,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12095,7 +12061,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "bytes", "ed25519", @@ -12120,7 +12086,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "lazy_static", "sp-core", @@ -12131,7 +12097,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures", @@ -12148,7 +12114,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "thiserror", "zstd", @@ -12157,7 +12123,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12175,7 +12141,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12189,7 +12155,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "sp-api", "sp-core", @@ -12199,7 +12165,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "backtrace", "lazy_static", @@ -12209,7 +12175,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "rustc-hash", "serde", @@ -12219,7 +12185,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "either", "hash256-std-hasher", @@ -12242,7 +12208,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12260,7 +12226,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "Inflector", "proc-macro-crate", @@ -12272,7 +12238,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12286,7 +12252,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12298,7 +12264,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "hash-db 0.16.0", "log", @@ -12318,12 +12284,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12336,7 +12302,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "futures-timer", @@ -12351,7 +12317,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "sp-std", @@ -12363,7 +12329,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "sp-api", "sp-runtime", @@ -12372,7 +12338,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "log", @@ -12388,7 +12354,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12411,7 +12377,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "log", @@ -12429,7 +12395,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12446,7 +12412,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12457,7 +12423,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12471,7 +12437,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12650,7 +12616,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "platforms 2.0.0", ] @@ -12658,7 +12624,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12677,7 +12643,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "hyper", "log", @@ -12689,7 +12655,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "jsonrpsee", @@ -12702,7 +12668,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "jsonrpsee", "log", @@ -12721,7 +12687,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12747,7 +12713,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "ansi_term", "build-helper", @@ -13391,7 +13357,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "async-trait", "clap", @@ -13604,7 +13570,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" dependencies = [ "derive_more", "futures", @@ -14936,14 +14902,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#633697c437cf6177b96d450fa6ccc5ec644e74c6" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" diff --git a/Cargo.toml b/Cargo.toml index 8b2c17b0f4..ba68f5b935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -487,8 +487,6 @@ frame-support = { git = "https://github.com/mangata-finance//substrate", branch frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } @@ -672,8 +670,6 @@ frame-support = { git = "https://github.com/mangata-finance//substrate", branch frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } @@ -858,8 +854,6 @@ frame-support = { git = "https://github.com/mangata-finance//substrate", branch frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } @@ -1045,8 +1039,6 @@ sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", # frame-support-procedural-tools-derive = { path = "../substrate/frame/support/procedural/tools/derive" } # frame-support-procedural-tools = { path = "../substrate/frame/support/procedural/tools" } # frame-support-procedural = { path = "../substrate/frame/support/procedural" } -# pallet-vesting-mangata-rpc-runtime-api = { path = "../substrate/frame/vesting-mangata/rpc/runtime-api" } -# pallet-vesting-mangata-rpc = { path = "../substrate/frame/vesting-mangata/rpc" } # pallet-vesting-mangata = { path = "../substrate/frame/vesting-mangata" } # pallet-staking-reward-curve = { path = "../substrate/frame/staking/reward-curve" } # pallet-staking-reward-fn = { path = "../substrate/frame/staking/reward-fn" } @@ -1228,8 +1220,6 @@ sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", # frame-support-procedural-tools-derive = { path = "../substrate/frame/support/procedural/tools/derive" } # frame-support-procedural-tools = { path = "../substrate/frame/support/procedural/tools" } # frame-support-procedural = { path = "../substrate/frame/support/procedural" } -# pallet-vesting-mangata-rpc-runtime-api = { path = "../substrate/frame/vesting-mangata/rpc/runtime-api" } -# pallet-vesting-mangata-rpc = { path = "../substrate/frame/vesting-mangata/rpc" } # pallet-vesting-mangata = { path = "../substrate/frame/vesting-mangata" } # pallet-staking-reward-curve = { path = "../substrate/frame/staking/reward-curve" } # pallet-staking-reward-fn = { path = "../substrate/frame/staking/reward-fn" } @@ -1411,8 +1401,6 @@ sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", # frame-support-procedural-tools-derive = { path = "../substrate/frame/support/procedural/tools/derive" } # frame-support-procedural-tools = { path = "../substrate/frame/support/procedural/tools" } # frame-support-procedural = { path = "../substrate/frame/support/procedural" } -# pallet-vesting-mangata-rpc-runtime-api = { path = "../substrate/frame/vesting-mangata/rpc/runtime-api" } -# pallet-vesting-mangata-rpc = { path = "../substrate/frame/vesting-mangata/rpc" } # pallet-vesting-mangata = { path = "../substrate/frame/vesting-mangata" } # pallet-staking-reward-curve = { path = "../substrate/frame/staking/reward-curve" } # pallet-staking-reward-fn = { path = "../substrate/frame/staking/reward-fn" } diff --git a/node/Cargo.toml b/node/Cargo.toml index 659223c977..000f3df6aa 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -21,13 +21,11 @@ default = ['mangata-kusama', 'mangata-rococo'] mangata-kusama = [ "mangata-kusama-runtime/std", "xyk-rpc/std", - "pallet-vesting-mangata-rpc/std", "polkadot-cli/kusama-native", ] mangata-rococo = [ "mangata-rococo-runtime/std", "xyk-rpc/std", - "pallet-vesting-mangata-rpc/std", "polkadot-cli/rococo-native", ] #disable-execution = ['mangata-kusama-runtime/disable-execution'] @@ -146,9 +144,6 @@ polkadot-test-service = { git = "https://github.com/mangata-finance/polkadot", b xyk-rpc = { default-features = false, version = '2.0.0', path = '../pallets/xyk/rpc' } xyk-runtime-api = { default-features = false, version = '2.0.0', path = '../pallets/xyk/runtime-api' } -pallet-vesting-mangata-rpc = { git = "https://github.com/mangata-finance/substrate", default-features = false, branch = "mangata-dev" } -pallet-vesting-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance/substrate", default-features = false, branch = "mangata-dev" } - [dev-dependencies] sub-tokens = { git = "https://github.com/paritytech/substrate-debug-kit", branch = "master" } diff --git a/node/src/client.rs b/node/src/client.rs index 422c902285..3bc1d0b4bd 100644 --- a/node/src/client.rs +++ b/node/src/client.rs @@ -46,13 +46,7 @@ pub trait RuntimeApiCollection: + substrate_frame_rpc_system::AccountNonceApi + ver_api::VerNonceApi + xyk_rpc::XykRuntimeApi - + pallet_vesting_mangata_rpc::VestingMangataRuntimeApi< - Block, - AccountId, - TokenId, - Balance, - BlockNumber, - > + sp_consensus_aura::AuraApi + + sp_consensus_aura::AuraApi where >::StateBackend: sp_api::StateBackend, { @@ -71,13 +65,7 @@ where + substrate_frame_rpc_system::AccountNonceApi + ver_api::VerNonceApi + xyk_rpc::XykRuntimeApi - + pallet_vesting_mangata_rpc::VestingMangataRuntimeApi< - Block, - AccountId, - TokenId, - Balance, - BlockNumber, - > + sp_consensus_aura::AuraApi, + + sp_consensus_aura::AuraApi, >::StateBackend: sp_api::StateBackend, { } diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 841a27fdeb..3c8abbe28d 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -46,19 +46,11 @@ where C::Api: pallet_transaction_payment_mangata_rpc::TransactionPaymentRuntimeApi, C::Api: substrate_frame_rpc_system::AccountNonceApi, C::Api: xyk_rpc::XykRuntimeApi, - C::Api: pallet_vesting_mangata_rpc::VestingMangataRuntimeApi< - Block, - AccountId, - TokenId, - Balance, - BlockNumber, - >, C::Api: BlockBuilder, C::Api: VerNonceApi, P: TransactionPool + Sync + Send + 'static, { use pallet_transaction_payment_mangata_rpc::{TransactionPayment, TransactionPaymentApiServer}; - use pallet_vesting_mangata_rpc::{VestingMangata, VestingMangataApiServer}; use substrate_frame_rpc_system::{System, SystemApiServer}; use xyk_rpc::{Xyk, XykApiServer}; @@ -68,7 +60,6 @@ where module.merge(System::new(client.clone(), pool.clone(), deny_unsafe).into_rpc())?; module.merge(TransactionPayment::new(client.clone()).into_rpc())?; module.merge(Xyk::new(client.clone()).into_rpc())?; - module.merge(VestingMangata::new(client.clone()).into_rpc())?; Ok(module) } diff --git a/node/src/service.rs b/node/src/service.rs index 38a7399928..5ebfe00e75 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -309,13 +309,7 @@ where + ver_api::VerApi + ver_api::VerNonceApi + xyk_rpc::XykRuntimeApi - + pallet_vesting_mangata_rpc::VestingMangataRuntimeApi< - Block, - AccountId, - TokenId, - Balance, - BlockNumber, - > + sp_consensus_aura::AuraApi, + + sp_consensus_aura::AuraApi, sc_client_api::StateBackendFor, Block>: sp_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, RB: Fn( @@ -538,13 +532,7 @@ where + ver_api::VerApi + ver_api::VerNonceApi + xyk_rpc::XykRuntimeApi - + pallet_vesting_mangata_rpc::VestingMangataRuntimeApi< - Block, - AccountId, - TokenId, - Balance, - BlockNumber, - > + sp_consensus_aura::AuraApi, + + sp_consensus_aura::AuraApi, { start_node_impl::( parachain_config, diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index cde91e9abe..5a8b43320e 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -112,9 +112,6 @@ parachain-staking = { default-features = false, git = "https://github.com/mangat # Crowdloan dependencies pallet-crowdloan-rewards = { default-features = false, git = "https://github.com/mangata-finance/crowdloan-rewards", branch = "mangata-dev" } -# Custom substrate RPC dependencies -pallet-vesting-mangata-rpc-runtime-api = { default-features = false, git = "https://github.com/mangata-finance/substrate", branch = "mangata-dev" } - [features] default = [ "std", @@ -192,7 +189,6 @@ std = [ "pallet-collective-mangata/std", "pallet-multipurpose-liquidity/std", "mangata-support/std", - "pallet-vesting-mangata-rpc-runtime-api/std", "pallet-fee-lock/std", "pallet-identity/std", "pallet-maintenance/std", diff --git a/runtime/mangata-kusama/Cargo.toml b/runtime/mangata-kusama/Cargo.toml index 99d6675d52..9c6ca2cd7d 100644 --- a/runtime/mangata-kusama/Cargo.toml +++ b/runtime/mangata-kusama/Cargo.toml @@ -113,9 +113,6 @@ parachain-staking = { default-features = false, git = "https://github.com/mangat # Crowdloan dependencies pallet-crowdloan-rewards = { default-features = false, git = "https://github.com/mangata-finance/crowdloan-rewards", branch = "mangata-dev" } -# Custom substrate RPC dependencies -pallet-vesting-mangata-rpc-runtime-api = { default-features = false, git = "https://github.com/mangata-finance/substrate", branch = "mangata-dev" } - [features] default = [ "std", @@ -187,7 +184,6 @@ std = [ "frame-system-rpc-runtime-api/std", "pallet-multipurpose-liquidity/std", "mangata-support/std", - "pallet-vesting-mangata-rpc-runtime-api/std", "pallet-fee-lock/std", "pallet-identity/std", "pallet-maintenance/std", diff --git a/runtime/mangata-kusama/src/lib.rs b/runtime/mangata-kusama/src/lib.rs index 635f4acc1d..8969278c1a 100644 --- a/runtime/mangata-kusama/src/lib.rs +++ b/runtime/mangata-kusama/src/lib.rs @@ -1068,21 +1068,6 @@ impl_runtime_apis! { } } - impl pallet_vesting_mangata_rpc_runtime_api::VestingMangataApi for Runtime { - fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec - { - match Vesting::get_vesting_locked_at(&who, token_id, at_block_number){ - Ok(vesting_infos_with_locked_at) => { - vesting_infos_with_locked_at - } - Err(e) => { - log::warn!(target:"vesting", "rpc 'Vesting::get_vesting_locked_at' error: '{:?}', returning default value instead", e); - Default::default() - }, - } - } - } - impl sp_api::Core for Runtime { fn version() -> RuntimeVersion { VERSION diff --git a/runtime/mangata-rococo/Cargo.toml b/runtime/mangata-rococo/Cargo.toml index 121a95bbc7..4d78499f5d 100644 --- a/runtime/mangata-rococo/Cargo.toml +++ b/runtime/mangata-rococo/Cargo.toml @@ -113,9 +113,6 @@ parachain-staking = { default-features = false, git = "https://github.com/mangat # Crowdloan dependencies pallet-crowdloan-rewards = { default-features = false, git = "https://github.com/mangata-finance/crowdloan-rewards", branch = "mangata-dev" } -# Custom substrate RPC dependencies -pallet-vesting-mangata-rpc-runtime-api = { default-features = false, git = "https://github.com/mangata-finance/substrate", branch = "mangata-dev" } - [features] default = [ "std", @@ -193,7 +190,6 @@ std = [ "pallet-collective-mangata/std", "pallet-multipurpose-liquidity/std", "mangata-support/std", - "pallet-vesting-mangata-rpc-runtime-api/std", "pallet-fee-lock/std", "pallet-identity/std", "pallet-maintenance/std", diff --git a/runtime/mangata-rococo/src/lib.rs b/runtime/mangata-rococo/src/lib.rs index 057a224201..f93787e2c3 100644 --- a/runtime/mangata-rococo/src/lib.rs +++ b/runtime/mangata-rococo/src/lib.rs @@ -1081,21 +1081,6 @@ impl_runtime_apis! { } } - impl pallet_vesting_mangata_rpc_runtime_api::VestingMangataApi for Runtime { - fn get_vesting_locked_at(who: AccountId, token_id: TokenId, at_block_number: Option) -> Vec - { - match Vesting::get_vesting_locked_at(&who, token_id, at_block_number){ - Ok(vesting_infos_with_locked_at) => { - vesting_infos_with_locked_at - }, - Err(e) => { - log::warn!(target:"vesting", "rpc 'Vesting::get_vesting_locked_at' error: '{:?}', returning default value instead", e); - Default::default() - }, - } - } - } - impl sp_api::Core for Runtime { fn version() -> RuntimeVersion { VERSION From a49cc63f1a9173fa1e1ac06f4f7dcfb7abe3ae7c Mon Sep 17 00:00:00 2001 From: devdanco Date: Tue, 5 Sep 2023 10:18:27 +0200 Subject: [PATCH 08/15] update reference --- Cargo.lock | 372 ++++++++++++++++++++++++++--------------------------- 1 file changed, 186 insertions(+), 186 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a8fd841c0..0bf23f074d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "log", @@ -2612,7 +2612,7 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "derive_more", "log", @@ -2781,7 +2781,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", ] @@ -2804,7 +2804,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-support-procedural", @@ -2830,7 +2830,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2883,7 +2883,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2894,7 +2894,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2911,7 +2911,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "aquamarine", "extrinsic-shuffler", @@ -2945,7 +2945,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "log", @@ -2961,7 +2961,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "bitflags", "environmental", @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "Inflector", "cfg-expr", @@ -3010,7 +3010,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3022,7 +3022,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro2", "quote", @@ -3032,7 +3032,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "extrinsic-shuffler", "frame-support", @@ -3082,7 +3082,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "sp-api", @@ -3091,7 +3091,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "parity-scale-codec", @@ -5180,7 +5180,7 @@ dependencies = [ [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "mangata-types", @@ -5193,7 +5193,7 @@ dependencies = [ [[package]] name = "mangata-types" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -5361,7 +5361,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "log", @@ -5381,7 +5381,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "anyhow", "jsonrpsee", @@ -6019,7 +6019,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6035,7 +6035,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6051,7 +6051,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6065,7 +6065,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6089,7 +6089,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6109,7 +6109,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6124,7 +6124,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6143,7 +6143,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", @@ -6199,7 +6199,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6217,7 +6217,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6236,7 +6236,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6253,7 +6253,7 @@ dependencies = [ [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6270,7 +6270,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6311,7 +6311,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6329,7 +6329,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6352,7 +6352,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6378,7 +6378,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6396,7 +6396,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6443,7 +6443,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6466,7 +6466,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6482,7 +6482,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6502,7 +6502,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6571,7 +6571,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6588,7 +6588,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6635,7 +6635,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6651,7 +6651,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6667,7 +6667,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6704,7 +6704,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6715,7 +6715,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6756,7 +6756,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6808,7 +6808,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6823,7 +6823,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6841,7 +6841,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6856,7 +6856,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6890,7 +6890,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6907,7 +6907,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6944,7 +6944,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -6958,7 +6958,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6981,7 +6981,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6992,7 +6992,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "sp-arithmetic", @@ -7010,7 +7010,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7027,7 +7027,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -7041,7 +7041,7 @@ dependencies = [ [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -7073,7 +7073,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7091,7 +7091,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7110,7 +7110,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -7126,7 +7126,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-support", "frame-system", @@ -7142,7 +7142,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", @@ -7158,7 +7158,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", @@ -7170,7 +7170,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7186,7 +7186,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7198,7 +7198,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7215,7 +7215,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7231,7 +7231,7 @@ dependencies = [ [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7247,7 +7247,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7262,7 +7262,7 @@ dependencies = [ [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7278,7 +7278,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-support", @@ -9976,7 +9976,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "sp-core", @@ -9987,7 +9987,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10015,7 +10015,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "futures-timer", @@ -10038,7 +10038,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "aquamarine", "futures", @@ -10064,7 +10064,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -10079,7 +10079,7 @@ dependencies = [ [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "aquamarine", "extrinsic-shuffler", @@ -10100,7 +10100,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10119,7 +10119,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10130,7 +10130,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10170,7 +10170,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "fnv", "futures", @@ -10196,7 +10196,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10222,7 +10222,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10247,7 +10247,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10276,7 +10276,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "fork-tree", @@ -10317,7 +10317,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "jsonrpsee", @@ -10393,7 +10393,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10406,7 +10406,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10506,7 +10506,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10531,7 +10531,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10555,7 +10555,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -10568,7 +10568,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "sc-allocator", @@ -10581,7 +10581,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "anyhow", "cfg-if", @@ -10599,7 +10599,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ansi_term", "futures", @@ -10615,7 +10615,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10630,7 +10630,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10674,7 +10674,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "cid", "futures", @@ -10694,7 +10694,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10722,7 +10722,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ahash 0.8.3", "futures", @@ -10741,7 +10741,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10763,7 +10763,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10797,7 +10797,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10817,7 +10817,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10848,7 +10848,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "libp2p", @@ -10861,7 +10861,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10870,7 +10870,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "hash-db 0.15.2", @@ -10901,7 +10901,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10921,7 +10921,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "http", @@ -10937,7 +10937,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10963,7 +10963,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "directories", @@ -11035,7 +11035,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "parity-scale-codec", @@ -11046,7 +11046,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "clap", "fs4", @@ -11078,7 +11078,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11097,7 +11097,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "libc", @@ -11116,7 +11116,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "chrono", "futures", @@ -11135,7 +11135,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ansi_term", "atty", @@ -11166,7 +11166,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11177,7 +11177,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -11204,7 +11204,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -11218,7 +11218,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-channel", "futures", @@ -11725,7 +11725,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "log", @@ -11743,7 +11743,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "Inflector", "blake2", @@ -11757,7 +11757,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11770,7 +11770,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "integer-sqrt", "num-traits", @@ -11784,7 +11784,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11797,7 +11797,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "sp-api", @@ -11809,7 +11809,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "log", @@ -11827,7 +11827,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -11842,7 +11842,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "parity-scale-codec", @@ -11860,7 +11860,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "merlin", @@ -11883,7 +11883,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11902,7 +11902,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "finality-grandpa", "log", @@ -11920,7 +11920,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11934,7 +11934,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11947,7 +11947,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11991,7 +11991,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "blake2b_simd", "byteorder", @@ -12005,7 +12005,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro2", "quote", @@ -12016,7 +12016,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12025,7 +12025,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro2", "quote", @@ -12035,7 +12035,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "environmental", "parity-scale-codec", @@ -12046,7 +12046,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -12061,7 +12061,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "bytes", "ed25519", @@ -12086,7 +12086,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "lazy_static", "sp-core", @@ -12097,7 +12097,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -12114,7 +12114,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "thiserror", "zstd", @@ -12123,7 +12123,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12141,7 +12141,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12155,7 +12155,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "sp-api", "sp-core", @@ -12165,7 +12165,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "backtrace", "lazy_static", @@ -12175,7 +12175,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "rustc-hash", "serde", @@ -12185,7 +12185,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "either", "hash256-std-hasher", @@ -12208,7 +12208,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12226,7 +12226,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "Inflector", "proc-macro-crate", @@ -12238,7 +12238,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12252,7 +12252,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12264,7 +12264,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "log", @@ -12284,12 +12284,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12302,7 +12302,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures-timer", @@ -12317,7 +12317,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "sp-std", @@ -12329,7 +12329,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "sp-api", "sp-runtime", @@ -12338,7 +12338,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "log", @@ -12354,7 +12354,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12377,7 +12377,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "log", @@ -12395,7 +12395,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12412,7 +12412,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12423,7 +12423,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12437,7 +12437,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12616,7 +12616,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "platforms 2.0.0", ] @@ -12624,7 +12624,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12643,7 +12643,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hyper", "log", @@ -12655,7 +12655,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "jsonrpsee", @@ -12668,7 +12668,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "log", @@ -12687,7 +12687,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12713,7 +12713,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ansi_term", "build-helper", @@ -13357,7 +13357,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "clap", @@ -13570,7 +13570,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "derive_more", "futures", @@ -14902,14 +14902,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#c8123a88bf0cfbef3b69f3ed035e13b950810a5c" +source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" From cdb2ce39986f70254f9a90161ad05475233027e4 Mon Sep 17 00:00:00 2001 From: devdanco Date: Tue, 5 Sep 2023 12:51:46 +0200 Subject: [PATCH 09/15] update reference --- Cargo.lock | 3189 ++++++++++++++++++++++++++++++---------------------- Cargo.toml | 1084 +++++++++--------- 2 files changed, 2365 insertions(+), 1908 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bf23f074d..dd1a37b9eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "log", @@ -1098,15 +1098,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -1135,7 +1135,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -1147,23 +1147,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-ver", - "sp-version", - "sp-weights", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "substrate-wasm-builder", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-executor", @@ -1515,8 +1515,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "url", ] @@ -1536,10 +1536,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tracing", ] @@ -1558,16 +1558,16 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "tracing", ] @@ -1591,7 +1591,7 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "tracing", ] @@ -1613,8 +1613,8 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "tracing", ] @@ -1639,7 +1639,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tracing", ] @@ -1670,11 +1670,11 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", ] @@ -1683,15 +1683,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -1700,15 +1700,15 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "mangata-support", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -1722,23 +1722,23 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "environmental", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "log", "mangata-support", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -1759,12 +1759,12 @@ version = "3.0.0" source = "git+https://github.com/mangata-finance/cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-session", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -1773,13 +1773,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -1790,17 +1790,17 @@ source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f9 dependencies = [ "cumulus-primitives-core", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "mangata-support", "parity-scale-codec", "polkadot-runtime-common", "rand_chacha 0.3.1", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-executor", ] @@ -1814,9 +1814,9 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "xcm", ] @@ -1833,13 +1833,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "tracing", ] @@ -1852,8 +1852,8 @@ dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", - "sp-inherents", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", ] @@ -1863,13 +1863,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "polkadot-runtime-common", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-executor", @@ -1893,10 +1893,10 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", ] @@ -1912,7 +1912,7 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-state-machine", "thiserror", @@ -1943,11 +1943,11 @@ dependencies = [ "sc-network-common", "sc-service", "sc-tracing", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tokio", "tracing", ] @@ -1971,12 +1971,12 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", "sp-consensus-babe", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tokio", "tracing", "url", @@ -1990,9 +1990,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -2616,13 +2616,29 @@ source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesti dependencies = [ "derive_more", "log", - "sp-api", - "sp-block-builder", - "sp-core", - "sp-runtime", - "sp-std", - "sp-ver", - "ver-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "extrinsic-shuffler" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "derive_more", + "log", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -2781,7 +2797,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", ] @@ -2804,11 +2820,11 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "futures", "linregress", "log", @@ -2816,21 +2832,21 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2838,8 +2854,8 @@ dependencies = [ "clap", "comfy-table", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "futures", "gethostname", "handlebars", @@ -2861,29 +2877,29 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-database", - "sp-externalities", - "sp-inherents", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "thiserror", "thousands", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2894,40 +2910,40 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-election-provider-solution-type", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "aquamarine", - "extrinsic-shuffler", - "frame-support", - "frame-system", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "log", "merlin", "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -2945,15 +2961,15 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-rpc-client", "tokio", ] @@ -2966,29 +2982,60 @@ dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural", + "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "impl-trait-for-tuples", + "k256", + "log", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "parity-scale-codec", + "paste", + "scale-info", + "smallvec", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "tt-call", +] + +[[package]] +name = "frame-support" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "bitflags", + "environmental", + "frame-metadata", + "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "k256", "log", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "once_cell", "parity-scale-codec", "paste", "scale-info", "serde", "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-core-hashing-proc-macro", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tt-call", ] @@ -3000,7 +3047,22 @@ dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "itertools 0.10.5", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "frame-support-procedural" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "Inflector", + "cfg-expr", + "derive-syn-parse", + "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "itertools 0.10.5", "proc-macro2", "quote", @@ -3012,7 +3074,19 @@ name = "frame-support-procedural-tools" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "proc-macro-crate", "proc-macro2", "quote", @@ -3029,24 +3103,53 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "frame-system" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "extrinsic-shuffler", - "frame-support", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "log", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "frame-system" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-ver", - "sp-version", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -3055,13 +3158,13 @@ version = "4.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -3070,34 +3173,34 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -4054,8 +4157,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -4118,24 +4221,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -4148,13 +4251,13 @@ name = "kusama-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -4898,15 +5001,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -4934,7 +5037,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -4946,23 +5049,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-ver", - "sp-version", - "sp-weights", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "substrate-wasm-builder", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-executor", @@ -4990,10 +5093,10 @@ dependencies = [ "cumulus-relay-chain-rpc-interface", "cumulus-test-relay-sproof-builder", "derive_more", - "extrinsic-shuffler", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "futures", "hex", @@ -5003,7 +5106,7 @@ dependencies = [ "mangata-kusama-runtime", "mangata-rococo-runtime", "mangata-rpc-nonce", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-timestamp", "pallet-transaction-payment-mangata", "pallet-transaction-payment-mangata-rpc", @@ -5039,32 +5142,32 @@ dependencies = [ "sc-transaction-pool-api", "schnorrkel", "serde", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", "sp-keystore", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", - "sp-tracing", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", "sp-trie", - "sp-ver", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sub-tokens", "substrate-build-script-utils", "substrate-prometheus-endpoint", "tokio", "try-runtime-cli", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xyk-rpc", "xyk-runtime-api", ] @@ -5085,15 +5188,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5122,7 +5225,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -5134,23 +5237,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-ver", - "sp-version", - "sp-weights", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "substrate-wasm-builder", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-executor", @@ -5169,25 +5272,25 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-runtime", - "ver-api", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "mangata-types", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -5197,9 +5300,21 @@ source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesti dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "mangata-types" +version = "0.1.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -5361,37 +5476,37 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "anyhow", "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -5855,16 +5970,16 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", - "mangata-types", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-traits", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-executor", @@ -5876,15 +5991,15 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", - "mangata-types", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-traits", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -5892,17 +6007,17 @@ name = "orml-traits" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "num-traits", "orml-utilities", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -5911,13 +6026,13 @@ name = "orml-unknown-tokens" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-xcm-support", "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -5926,13 +6041,13 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -5940,12 +6055,12 @@ name = "orml-xcm" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-xcm", "parity-scale-codec", "scale-info", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -5954,11 +6069,11 @@ name = "orml-xcm-support" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-traits", "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-executor", ] @@ -5969,17 +6084,17 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-traits", "orml-xcm-support", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-executor", ] @@ -6019,136 +6134,136 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", - "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-support", - "frame-system", + "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-beefy", "pallet-mmr", @@ -6156,12 +6271,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6170,118 +6285,118 @@ version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "mockall", "orml-tokens", "orml-traits", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-xyk", "parity-scale-codec", "scale-info", "serde", "serial_test", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "test-case", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6291,75 +6406,75 @@ source = "git+https://github.com/mangata-finance//crowdloan-rewards?branch=fix/r dependencies = [ "ed25519-dalek", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "pallet-utility", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", - "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6369,46 +6484,46 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6417,13 +6532,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "orml-traits", "pallet-xyk", @@ -6432,88 +6547,88 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "test-case", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6523,23 +6638,23 @@ dependencies = [ "cfg-if", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "orml-traits", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6548,13 +6663,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "orml-traits", "parity-scale-codec", @@ -6562,44 +6677,44 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6609,76 +6724,76 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "orml-traits", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parachain-staking", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6688,45 +6803,45 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6736,8 +6851,8 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-babe", "pallet-balances", @@ -6748,26 +6863,26 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6777,99 +6892,99 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "test-case", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -6877,51 +6992,51 @@ name = "pallet-root-testing" version = "1.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", ] @@ -6931,39 +7046,39 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-authorship", "pallet-session", @@ -6971,17 +7086,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6992,10 +7107,10 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -7004,53 +7119,53 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -7058,236 +7173,250 @@ name = "pallet-sudo-origin" version = "4.0.0-dev" dependencies = [ "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-rpc", - "sp-runtime", - "sp-weights", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "pallet-vesting-mangata" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", - "sp-api", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -7297,16 +7426,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-executor", ] @@ -7317,14 +7446,14 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-executor", @@ -7337,32 +7466,32 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata", + "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "test-case", ] @@ -7372,8 +7501,8 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "scale-info", ] @@ -7385,12 +7514,12 @@ source = "git+https://github.com/mangata-finance//moonbeam?branch=mangata-dev#2a dependencies = [ "aquamarine", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "itertools 0.10.5", "log", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-tokens", "pallet-authorship", "pallet-collective-mangata", @@ -7399,10 +7528,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -7763,7 +7892,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "thiserror", "tracing-gum", @@ -7810,8 +7939,8 @@ dependencies = [ "sc-storage-monitor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "sc-sysinfo", "sc-tracing", - "sp-core", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", "substrate-build-script-utils", "thiserror", @@ -7826,7 +7955,7 @@ dependencies = [ "async-trait", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -7842,22 +7971,22 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", "sp-transaction-pool", ] @@ -7877,9 +8006,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tracing-gum", ] @@ -7891,9 +8020,9 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -7915,7 +8044,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "thiserror", "tracing-gum", @@ -7930,7 +8059,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "thiserror", ] @@ -7949,8 +8078,8 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "tracing-gum", ] @@ -7990,7 +8119,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8017,10 +8146,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus", "sp-consensus-slots", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tracing-gum", ] @@ -8163,7 +8292,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tracing-gum", ] @@ -8210,12 +8339,12 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tempfile", "tikv-jemalloc-ctl", "tokio", @@ -8266,7 +8395,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tokio", ] @@ -8324,13 +8453,13 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "zstd", ] @@ -8361,7 +8490,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -8394,8 +8523,8 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "thiserror", "tracing-gum", @@ -8418,8 +8547,8 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -8431,14 +8560,14 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "derive_more", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -8469,18 +8598,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -8499,18 +8628,18 @@ dependencies = [ "sc-consensus-beefy", "sc-consensus-beefy-rpc", "sc-consensus-epochs", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sc-consensus-grandpa-rpc", "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -8524,8 +8653,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8581,23 +8710,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -8613,8 +8742,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -8638,15 +8767,15 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-npos-elections", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "xcm", ] @@ -8656,13 +8785,13 @@ name = "polkadot-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -8673,8 +8802,8 @@ dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -8686,8 +8815,8 @@ dependencies = [ "bitvec", "derive_more", "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "pallet-authority-discovery", "pallet-authorship", @@ -8706,16 +8835,16 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "xcm", "xcm-executor", @@ -8728,7 +8857,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "async-trait", "frame-benchmarking-cli", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "futures", "hex-literal", @@ -8790,7 +8919,7 @@ dependencies = [ "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sc-consensus-slots", "sc-executor", "sc-keystore", @@ -8805,24 +8934,24 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", "sp-state-machine", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", "sp-transaction-pool", "sp-trie", @@ -8848,7 +8977,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-keystore", - "sp-staking", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tracing-gum", ] @@ -8860,7 +8989,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -8871,8 +9000,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "log", "pallet-authority-discovery", @@ -8901,22 +9030,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -8930,7 +9059,7 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-system", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "futures", "hex", "pallet-balances", @@ -8953,22 +9082,22 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-consensus-babe", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sc-executor", "sc-network", "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "substrate-test-client", "tempfile", @@ -9624,8 +9753,8 @@ dependencies = [ "binary-merkle-tree 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-benchmarking", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9679,22 +9808,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", "substrate-wasm-builder", "xcm", @@ -9707,13 +9836,13 @@ name = "rococo-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -9785,14 +9914,14 @@ dependencies = [ "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "env_logger 0.9.3", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "kusama-runtime", "kusama-runtime-constants", "log", "mangata-kusama-runtime", "mangata-support", - "mangata-types", + "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -9813,8 +9942,8 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-parachains", - "sp-io", - "sp-runtime", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-builder", "xcm-emulator", @@ -9976,18 +10105,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10002,12 +10131,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10015,7 +10144,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "futures-timer", @@ -10026,19 +10155,19 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "aquamarine", "futures", @@ -10050,57 +10179,57 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-ver", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "aquamarine", - "extrinsic-shuffler", + "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "log", "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-ver", - "ver-api", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10111,15 +10240,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10130,7 +10259,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10156,12 +10285,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", "sp-keystore", "sp-panic-handler", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tiny-bip39", "tokio", @@ -10170,7 +10299,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "fnv", "futures", @@ -10180,23 +10309,23 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-database", - "sp-externalities", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-storage", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10210,11 +10339,11 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-database", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "sp-trie", ] @@ -10222,7 +10351,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10234,11 +10363,11 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", @@ -10247,7 +10376,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10258,17 +10387,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10276,7 +10405,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "fork-tree", @@ -10296,20 +10425,20 @@ dependencies = [ "sc-telemetry", "scale-info", "schnorrkel", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10317,7 +10446,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "jsonrpsee", @@ -10325,14 +10454,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] @@ -10356,16 +10485,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -10385,28 +10514,28 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10430,15 +10559,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10470,15 +10599,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10494,19 +10623,19 @@ dependencies = [ "log", "parity-scale-codec", "sc-client-api", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sc-rpc", "serde", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -10516,22 +10645,22 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-ver", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10539,15 +10668,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-panic-handler", - "sp-runtime-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tracing", "wasmi", ] @@ -10555,11 +10684,11 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "wasm-instrument", "wasmi", @@ -10568,20 +10697,20 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "anyhow", "cfg-if", @@ -10591,15 +10720,15 @@ dependencies = [ "rustix 0.36.14", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ansi_term", "futures", @@ -10609,20 +10738,20 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "thiserror", ] @@ -10630,7 +10759,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10660,11 +10789,11 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10674,7 +10803,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "cid", "futures", @@ -10686,7 +10815,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "unsigned-varint", ] @@ -10694,7 +10823,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10713,7 +10842,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -10722,7 +10851,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ahash 0.8.3", "futures", @@ -10733,7 +10862,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "tracing", ] @@ -10741,7 +10870,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10755,15 +10884,15 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10784,12 +10913,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", "thiserror", ] @@ -10797,7 +10926,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10810,14 +10939,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10837,10 +10966,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "threadpool", "tracing", ] @@ -10848,7 +10977,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "libp2p", @@ -10861,7 +10990,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10870,7 +10999,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "hash-db 0.15.2", @@ -10886,22 +11015,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tokio", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10910,18 +11039,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-rpc", - "sp-runtime", - "sp-tracing", - "sp-version", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "http", @@ -10937,7 +11066,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10951,11 +11080,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-version", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tokio-stream", ] @@ -10963,7 +11092,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "directories", @@ -10995,7 +11124,7 @@ dependencies = [ "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", - "sc-storage-monitor 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sc-storage-monitor 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sc-sysinfo", "sc-telemetry", "sc-tracing", @@ -11004,24 +11133,24 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", "sp-state-machine", - "sp-storage", - "sp-tracing", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -11029,24 +11158,24 @@ dependencies = [ "tokio", "tracing", "tracing-futures", - "ver-api", + "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "clap", "fs4", @@ -11054,7 +11183,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tokio", ] @@ -11070,7 +11199,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tokio", ] @@ -11078,7 +11207,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11086,18 +11215,18 @@ dependencies = [ "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", - "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sc-consensus-grandpa 0.10.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "libc", @@ -11108,15 +11237,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "chrono", "futures", @@ -11135,7 +11264,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ansi_term", "atty", @@ -11151,12 +11280,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tracing", "tracing-log", @@ -11166,7 +11295,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11177,7 +11306,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -11191,11 +11320,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11204,21 +11333,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-channel", "futures", @@ -11227,7 +11356,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -11653,8 +11782,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -11726,17 +11855,31 @@ dependencies = [ name = "sp-api" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "log", + "parity-scale-codec", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-api" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "log", "parity-scale-codec", - "sp-api-proc-macro", - "sp-core", - "sp-runtime", + "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] @@ -11754,44 +11897,83 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "sp-api-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "Inflector", + "blake2", + "expander 1.0.0", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-application-crypto" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-application-crypto" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-arithmetic" version = "6.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "static_assertions", +] + +[[package]] +name = "sp-arithmetic" +version = "6.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -11800,26 +11982,38 @@ version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-block-builder" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "futures", "log", "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus", "sp-database", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "thiserror", ] @@ -11827,14 +12021,14 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", "log", - "sp-core", - "sp-inherents", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "thiserror", ] @@ -11842,112 +12036,135 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus", "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "merlin", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-timestamp", ] [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-core" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "bitflags", + "bounded-collections", + "hash-db 0.16.0", + "hash256-std-hasher", + "log", + "parity-scale-codec", + "parity-util-mem", + "primitive-types", + "scale-info", + "secrecy", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "ss58-registry", + "zeroize", +] + +[[package]] +name = "sp-core" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "base58", @@ -11975,12 +12192,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "ss58-registry", "substrate-bip39", "thiserror", @@ -11998,7 +12215,21 @@ dependencies = [ "digest 0.10.7", "sha2 0.10.6", "sha3", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "twox-hash", +] + +[[package]] +name = "sp-core-hashing" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.6", + "sha3", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "twox-hash", ] @@ -12009,14 +12240,25 @@ source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesti dependencies = [ "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "syn 1.0.109", +] + +[[package]] +name = "sp-core-hashing-proc-macro" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "proc-macro2", + "quote", + "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "syn 1.0.109", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12032,6 +12274,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "sp-debug-derive" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-externalities" version = "0.13.0" @@ -12039,22 +12291,45 @@ source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesti dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-externalities" +version = "0.13.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-inherents" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] @@ -12062,6 +12337,22 @@ dependencies = [ name = "sp-io" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "bytes", + "parity-scale-codec", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "bytes", "ed25519", @@ -12071,13 +12362,13 @@ dependencies = [ "log", "parity-scale-codec", "secp256k1", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime-interface", + "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "tracing", "tracing-core", @@ -12086,18 +12377,18 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures", @@ -12106,15 +12397,15 @@ dependencies = [ "parking_lot 0.12.1", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "thiserror", "zstd", @@ -12123,49 +12414,49 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "backtrace", "lazy_static", @@ -12175,17 +12466,38 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-runtime" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "parity-util-mem", + "paste", + "scale-info", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-runtime" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "either", "hash256-std-hasher", @@ -12197,12 +12509,12 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", + "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -12214,12 +12526,30 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "static_assertions", ] @@ -12235,18 +12565,30 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "6.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -12256,15 +12598,27 @@ source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesti dependencies = [ "parity-scale-codec", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-staking" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hash-db 0.16.0", "log", @@ -12272,10 +12626,10 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core", - "sp-externalities", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-panic-handler", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", "thiserror", "tracing", @@ -12286,31 +12640,47 @@ name = "sp-std" version = "5.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +[[package]] +name = "sp-std" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" + [[package]] name = "sp-storage" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "ref-cast", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-storage" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] @@ -12320,7 +12690,18 @@ version = "6.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-tracing" +version = "6.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "tracing", "tracing-core", "tracing-subscriber", @@ -12329,32 +12710,32 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-trie", ] [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12366,8 +12747,8 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core", - "sp-std", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", "tracing", "trie-db", @@ -12378,6 +12759,21 @@ dependencies = [ name = "sp-ver" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "log", + "parity-scale-codec", + "scale-info", + "schnorrkel", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-ver" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "log", @@ -12385,27 +12781,40 @@ dependencies = [ "scale-info", "schnorrkel", "serde", - "sp-core", - "sp-inherents", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "sp-version" version = "5.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-version" +version = "5.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", + "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "thiserror", ] @@ -12420,16 +12829,37 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "sp-version-proc-macro" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "sp-wasm-interface" version = "7.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-wasm-interface" +version = "7.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "wasmi", "wasmtime", ] @@ -12438,15 +12868,29 @@ dependencies = [ name = "sp-weights" version = "4.0.0" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "scale-info", + "smallvec", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "sp-weights" +version = "4.0.0" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-debug-derive", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -12616,7 +13060,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "platforms 2.0.0", ] @@ -12624,7 +13068,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12633,17 +13077,17 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "hyper", "log", @@ -12655,20 +13099,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "jsonrpsee", "log", @@ -12677,8 +13121,8 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core", - "sp-runtime", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "sp-trie", "trie-db", @@ -12687,7 +13131,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -12703,17 +13147,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keyring", "sp-keystore", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "ansi_term", "build-helper", @@ -12864,13 +13308,13 @@ name = "test-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -13357,7 +13801,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "async-trait", "clap", @@ -13371,22 +13815,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", - "sp-debug-derive", - "sp-externalities", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-keystore", "sp-rpc", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version", - "sp-weights", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-rpc-client", "zstd", ] @@ -13571,18 +14015,31 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" name = "ver-api" version = "4.0.0-dev" source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +dependencies = [ + "parity-scale-codec", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", +] + +[[package]] +name = "ver-api" +version = "4.0.0-dev" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" dependencies = [ "derive_more", "futures", "log", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-std", - "sp-ver", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -14261,8 +14718,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14320,23 +14777,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-authority-discovery", - "sp-block-builder", + "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core", - "sp-inherents", - "sp-io", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-session", - "sp-staking", - "sp-std", + "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-transaction-pool", - "sp-version", + "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -14349,13 +14806,13 @@ name = "westend-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -14713,7 +15170,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm-procedural", ] @@ -14722,18 +15179,18 @@ name = "xcm-builder" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "log", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-executor", ] @@ -14749,17 +15206,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parachain-info", "parity-scale-codec", "paste", "polkadot-primitives", "polkadot-runtime-parachains", "quote", - "sp-arithmetic", - "sp-io", - "sp-std", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", "xcm-executor", ] @@ -14771,16 +15228,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "environmental", "frame-benchmarking", - "frame-support", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", + "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xcm", ] @@ -14802,12 +15259,12 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-blockchain", - "sp-core", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "sp-rpc", - "sp-runtime", - "sp-std", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "xyk-runtime-api", ] @@ -14815,15 +15272,15 @@ dependencies = [ name = "xyk-runtime-api" version = "2.0.0" dependencies = [ - "frame-support", - "frame-system", + "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "serde", "serde_json", - "sp-api", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", ] [[package]] @@ -14902,14 +15359,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" diff --git a/Cargo.toml b/Cargo.toml index ba68f5b935..805ccf7a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -372,554 +372,554 @@ xcm-procedural = { git = "https://github.com/mangata-finance//polkadot", branch # patch generated by ./scripts/dev-0.9.29_manifest.sh [patch."https://github.com/mangata-finance/substrate"] -sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # patch generated by ./scripts/dev-0.9.29_manifest.sh [patch."https://github.com/paritytech/substrate"] -sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } - sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } + sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # patch generated by ./scripts/dev-0.9.29_manifest.sh [patch."https://github.com/PureStake/substrate"] -sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } -sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "fix/rpc-vesting" } +sc-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mmr-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mmr-gadget = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-informant = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-client-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-client-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-transaction-pool-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-tracing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-state-db = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-basic-authorship-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-babe-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-epochs = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-basic-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-wasmi = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-wasmtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-executor-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-peerset = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-telemetry = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-allocator = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-proposer-metrics = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-gossip = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-sysinfo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-server = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc-spec-v2 = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-block-builder-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-chain-spec-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-chain-spec = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-sync = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-bitswap = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-light = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-transactions = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-network-common = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-sync-state-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-service = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-wasm-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +fork-tree = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-remote-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +try-runtime-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-benchmarking-cli = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-state-trie-migration-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-rpc-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-frame-rpc-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-prometheus-endpoint = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-build-script-utils = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-referenda = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-fast-unstake = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-utility = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-ranked-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-collective-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-treasury = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-sudo = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-election-provider-multi-phase = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-membership = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-recovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-tips = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-balances = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-executive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-elections-phragmen = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-beefy-mmr = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-preimage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-try-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nomination-pools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-society = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-identity = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-child-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-vesting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-bounties = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-election-provider-solution-type = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-election-provider-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-indices = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-sudo-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-collective = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-multisig = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-offences = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-scheduler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-nis = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-system-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-system = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-benchmarking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-proxy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-whitelist = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-state-trie-migration = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-bags-list = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata-rpc-runtime-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-transaction-payment-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-utility-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural-tools-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural-tools = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +frame-support-procedural = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-vesting-mangata = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking-reward-curve = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking-reward-fn = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-conviction-voting = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-democracy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +pallet-im-online = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mangata-support = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +substrate-test-client = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-offchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-keystore = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-maybe-compressed-blob = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-keyring = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-mmr-primitives = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-state-machine = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-session = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-transaction-storage-proof = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +ver-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-api-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-api = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-externalities = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-std = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-trie = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-block-builder = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-transaction-pool = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-tracing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-wasm-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-authority-discovery = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime-interface-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime-interface = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-babe = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-slots = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-vrf = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-aura = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-beefy = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-io = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-timestamp = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core-hashing-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core-hashing = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-core = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-panic-handler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-database = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-version-proc-macro = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-version = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +extrinsic-shuffler = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +mangata-types = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-rpc = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-ver = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-blockchain = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-application-crypto = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-runtime = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-debug-derive = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-staking = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-weights = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-arithmetic = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-npos-elections = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-authorship = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-storage = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sp-inherents = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } +sc-consensus-grandpa = { git = "https://github.com/mangata-finance//substrate", branch = "mangata-dev" } # # patch generated by ./scripts/dev_manifest.sh From eff62a5c23d7517e35400efc49ec66092695d46d Mon Sep 17 00:00:00 2001 From: devdanco Date: Tue, 5 Sep 2023 13:16:23 +0200 Subject: [PATCH 10/15] fix: update crowdloan branch to mangata-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 805ccf7a4e..aeae1a639f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ parachain-staking = { git = "https://github.com/mangata-finance//moonbeam", bran # parachain-staking = { path = "../moonbeam/pallets/parachain-staking" } [patch."https://github.com/mangata-finance/crowdloan-rewards"] -pallet-crowdloan-rewards = { git = "https://github.com/mangata-finance//crowdloan-rewards", branch = "fix/rpc" } +pallet-crowdloan-rewards = { git = "https://github.com/mangata-finance//crowdloan-rewards", branch = "mangata-dev" } # pallet-crowdloan-rewards = { path = "../crowdloan-rewards" } # patch generated by ./scripts/dev_manifest.sh From 5848ec516428e9310d6ac4f482d2b714f51eba7e Mon Sep 17 00:00:00 2001 From: devdanco Date: Tue, 5 Sep 2023 13:43:37 +0200 Subject: [PATCH 11/15] update reference --- Cargo.lock | 3241 ++++++++++++++++++++++------------------------------ 1 file changed, 1392 insertions(+), 1849 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd1a37b9eb..13f334f04a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "hash-db 0.16.0", "log", @@ -1098,15 +1098,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -1135,7 +1135,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -1147,23 +1147,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "sp-transaction-pool", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver", + "sp-version", + "sp-weights", "static_assertions", "substrate-wasm-builder", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", "xcm", "xcm-builder", "xcm-executor", @@ -1515,8 +1515,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "url", ] @@ -1536,10 +1536,10 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "tracing", ] @@ -1558,16 +1558,16 @@ dependencies = [ "sc-consensus-aura", "sc-consensus-slots", "sc-telemetry", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1591,7 +1591,7 @@ dependencies = [ "schnellru", "sp-blockchain", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-trie", "tracing", ] @@ -1613,8 +1613,8 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "sp-state-machine", "tracing", ] @@ -1639,7 +1639,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "tracing", ] @@ -1670,11 +1670,11 @@ dependencies = [ "sc-telemetry", "sc-transaction-pool", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "sp-transaction-pool", ] @@ -1683,15 +1683,15 @@ name = "cumulus-pallet-aura-ext" version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-aura", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] @@ -1700,15 +1700,15 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "mangata-support", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -1722,23 +1722,23 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "environmental", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "mangata-support", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "xcm", ] @@ -1759,12 +1759,12 @@ version = "3.0.0" source = "git+https://github.com/mangata-finance/cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] @@ -1773,13 +1773,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -1790,17 +1790,17 @@ source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f9 dependencies = [ "cumulus-primitives-core", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "mangata-support", "parity-scale-codec", "polkadot-runtime-common", "rand_chacha 0.3.1", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -1814,9 +1814,9 @@ dependencies = [ "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-runtime", + "sp-std", "sp-trie", "xcm", ] @@ -1833,13 +1833,13 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", + "sp-storage", "sp-trie", "tracing", ] @@ -1852,8 +1852,8 @@ dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents", + "sp-std", "sp-timestamp", ] @@ -1863,13 +1863,13 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "log", "parity-scale-codec", "polkadot-runtime-common", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -1893,10 +1893,10 @@ dependencies = [ "sc-sysinfo", "sc-telemetry", "sc-tracing", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "sp-state-machine", ] @@ -1912,7 +1912,7 @@ dependencies = [ "parity-scale-codec", "polkadot-overseer", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-state-machine", "thiserror", @@ -1943,11 +1943,11 @@ dependencies = [ "sc-network-common", "sc-service", "sc-tracing", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "tokio", "tracing", ] @@ -1971,12 +1971,12 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage", "tokio", "tracing", "url", @@ -1990,9 +1990,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", ] [[package]] @@ -2612,33 +2612,17 @@ dependencies = [ [[package]] name = "extrinsic-shuffler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "derive_more", "log", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "extrinsic-shuffler" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "derive_more", - "log", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", + "sp-core", + "sp-runtime", + "sp-std", + "sp-ver", + "ver-api", ] [[package]] @@ -2797,7 +2781,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", ] @@ -2820,11 +2804,11 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-support-procedural", + "frame-system", "futures", "linregress", "log", @@ -2832,21 +2816,21 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "Inflector", "array-bytes 4.2.0", @@ -2854,8 +2838,8 @@ dependencies = [ "clap", "comfy-table", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "futures", "gethostname", "handlebars", @@ -2877,29 +2861,29 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", + "sp-storage", "sp-trie", "thiserror", "thousands", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", ] [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2910,40 +2894,40 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-election-provider-solution-type", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "aquamarine", - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "extrinsic-shuffler", + "frame-support", + "frame-system", "frame-try-runtime", "log", "merlin", "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -2961,15 +2945,15 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "log", "parity-scale-codec", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", "substrate-rpc-client", "tokio", ] @@ -2977,92 +2961,46 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "bitflags", "environmental", "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support-procedural", "impl-trait-for-tuples", "k256", "log", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "parity-scale-codec", - "paste", - "scale-info", - "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "tt-call", -] - -[[package]] -name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "bitflags", - "environmental", - "frame-metadata", - "frame-support-procedural 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "impl-trait-for-tuples", - "k256", - "log", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "once_cell", "parity-scale-codec", "paste", "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-core-hashing-proc-macro", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", + "sp-tracing", + "sp-weights", "tt-call", ] [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "itertools 0.10.5", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "Inflector", "cfg-expr", "derive-syn-parse", - "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support-procedural-tools", "itertools 0.10.5", "proc-macro2", "quote", @@ -3072,41 +3010,19 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", "syn 1.0.109", ] -[[package]] -name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro2", "quote", @@ -3116,40 +3032,21 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "log", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "extrinsic-shuffler", + "frame-support", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-ver", + "sp-version", + "sp-weights", ] [[package]] @@ -3158,13 +3055,13 @@ version = "4.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -3173,34 +3070,34 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", ] [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -4157,8 +4054,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -4221,24 +4118,24 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -4251,13 +4148,13 @@ name = "kusama-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -5001,15 +4898,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5037,7 +4934,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -5049,23 +4946,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "sp-transaction-pool", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver", + "sp-version", + "sp-weights", "static_assertions", "substrate-wasm-builder", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", "xcm", "xcm-builder", "xcm-executor", @@ -5093,10 +4990,10 @@ dependencies = [ "cumulus-relay-chain-rpc-interface", "cumulus-test-relay-sproof-builder", "derive_more", - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "extrinsic-shuffler", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "hex", @@ -5106,7 +5003,7 @@ dependencies = [ "mangata-kusama-runtime", "mangata-rococo-runtime", "mangata-rpc-nonce", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "pallet-timestamp", "pallet-transaction-payment-mangata", "pallet-transaction-payment-mangata-rpc", @@ -5142,32 +5039,32 @@ dependencies = [ "sc-transaction-pool-api", "schnorrkel", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", "sp-keystore", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage", "sp-timestamp", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing", "sp-transaction-pool", "sp-trie", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver", "sub-tokens", "substrate-build-script-utils", "substrate-prometheus-endpoint", "tokio", "try-runtime-cli", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", "xyk-rpc", "xyk-runtime-api", ] @@ -5188,15 +5085,15 @@ dependencies = [ "cumulus-primitives-utility", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance/substrate?branch=mangata-dev)", "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5225,7 +5122,7 @@ dependencies = [ "pallet-transaction-payment-mangata-rpc-runtime-api", "pallet-treasury", "pallet-utility-mangata", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "pallet-xcm", "pallet-xyk", "parachain-info", @@ -5237,23 +5134,23 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-consensus-aura", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "sp-transaction-pool", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver", + "sp-version", + "sp-weights", "static_assertions", "substrate-wasm-builder", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", "xcm", "xcm-builder", "xcm-executor", @@ -5272,49 +5169,37 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "ver-api", ] [[package]] name = "mangata-support" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "parity-scale-codec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "mangata-types" -version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ + "frame-support", + "mangata-types", "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "mangata-types" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -5476,37 +5361,37 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "log", "parity-scale-codec", "sc-client-api", "sc-offchain", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "anyhow", "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] @@ -5970,16 +5855,16 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", + "mangata-types", "orml-traits", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -5991,15 +5876,15 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", + "mangata-types", "orml-traits", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6007,17 +5892,17 @@ name = "orml-traits" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "impl-trait-for-tuples", "num-traits", "orml-utilities", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -6026,13 +5911,13 @@ name = "orml-unknown-tokens" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "orml-xcm-support", "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "xcm", ] @@ -6041,13 +5926,13 @@ name = "orml-utilities" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6055,12 +5940,12 @@ name = "orml-xcm" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-xcm", "parity-scale-codec", "scale-info", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "xcm", ] @@ -6069,11 +5954,11 @@ name = "orml-xcm-support" version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "orml-traits", "parity-scale-codec", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -6084,17 +5969,17 @@ version = "0.4.1-dev" source = "git+https://github.com/mangata-finance//open-runtime-module-library?branch=mangata-dev#82fa856f8bf2815b998a758e7ce70958bec0c540" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "orml-traits", "orml-xcm-support", "pallet-xcm", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -6134,136 +6019,136 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "binary-merkle-tree 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-beefy", "pallet-mmr", @@ -6271,12 +6156,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6285,196 +6170,196 @@ version = "0.1.0" dependencies = [ "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "mockall", "orml-tokens", "orml-traits", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "pallet-xyk", "parity-scale-codec", "scale-info", "serde", "serial_test", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-bounties", "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-crowdloan-rewards" version = "0.6.0" -source = "git+https://github.com/mangata-finance//crowdloan-rewards?branch=fix/rpc#c61bf21d7908b9db378d5a701bec72142239f173" +source = "git+https://github.com/mangata-finance//crowdloan-rewards?branch=mangata-dev#93f22908087bf475bf1021bc9c3337fefd00fb39" dependencies = [ "ed25519-dalek", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "pallet-utility", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "pallet-vesting-mangata", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "sp-trie", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-election-provider-support-benchmarking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] @@ -6484,46 +6369,46 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6532,13 +6417,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "orml-traits", "pallet-xyk", @@ -6547,88 +6432,88 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "enumflags2", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-authorship", "parity-scale-codec", "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6638,23 +6523,23 @@ dependencies = [ "cfg-if", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-try-runtime", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "orml-traits", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6663,13 +6548,13 @@ version = "0.1.0" dependencies = [ "env_logger 0.9.3", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "orml-traits", "parity-scale-codec", @@ -6677,44 +6562,44 @@ dependencies = [ "scale-info", "serde", "serial_test", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] @@ -6724,76 +6609,76 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-try-runtime", "hex-literal", "lazy_static", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "orml-traits", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "parachain-staking", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6803,45 +6688,45 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-std", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -6851,8 +6736,8 @@ source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98 dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-babe", "pallet-balances", @@ -6863,26 +6748,26 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6892,99 +6777,99 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "assert_matches", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6992,51 +6877,51 @@ name = "pallet-root-testing" version = "1.0.0-dev" source = "git+https://github.com/mangata-finance/substrate?branch=mangata-dev#afd05d5ed525572ed1b6d6a19aeac2465f552e1f" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "sp-trie", ] @@ -7046,39 +6931,39 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "pallet-session", "pallet-staking", "rand 0.8.5", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-authorship", "pallet-session", @@ -7086,17 +6971,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7107,10 +6992,10 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "log", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", ] [[package]] @@ -7119,53 +7004,53 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40#98f2e3451c9143278ec53c6718940aeabcd3b68a" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", ] [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-sudo-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7173,250 +7058,236 @@ name = "pallet-sudo-origin" version = "4.0.0-dev" dependencies = [ "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-try-runtime", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-treasury", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-mangata-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "jsonrpsee", "pallet-transaction-payment-mangata-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-mangata-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "pallet-transaction-payment-mangata", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "pallet-balances", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting-mangata" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "pallet-vesting-mangata" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-runtime", + "sp-std", ] [[package]] @@ -7426,16 +7297,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -7446,14 +7317,14 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -7466,32 +7337,32 @@ dependencies = [ "env_logger 0.9.3", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-try-runtime", "hex-literal", "lazy_static", "libm 0.2.1", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "orml-traits", "pallet-bootstrap", "pallet-issuance", "pallet-proof-of-stake", - "pallet-vesting-mangata 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "pallet-vesting-mangata", "parity-scale-codec", "rustc-hex", "scale-info", "serde", "serial_test", "similar-asserts", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "test-case", ] @@ -7501,8 +7372,8 @@ version = "0.1.0" source = "git+https://github.com/mangata-finance//cumulus?branch=mangata-dev#9f92e89717bd5d4b87a3eb05400fcf3b54dc2b46" dependencies = [ "cumulus-primitives-core", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "scale-info", ] @@ -7514,12 +7385,12 @@ source = "git+https://github.com/mangata-finance//moonbeam?branch=mangata-dev#2a dependencies = [ "aquamarine", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "itertools 0.10.5", "log", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-tokens", "pallet-authorship", "pallet-collective-mangata", @@ -7528,10 +7399,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -7892,7 +7763,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", "thiserror", "tracing-gum", @@ -7939,8 +7810,8 @@ dependencies = [ "sc-storage-monitor 0.1.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "sc-sysinfo", "sc-tracing", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", "sp-keyring", "substrate-build-script-utils", "thiserror", @@ -7955,7 +7826,7 @@ dependencies = [ "async-trait", "frame-benchmarking", "frame-benchmarking-cli", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system", "frame-system-rpc-runtime-api", "futures", "kusama-runtime", @@ -7971,22 +7842,22 @@ dependencies = [ "sc-consensus", "sc-executor", "sc-service", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", ] @@ -8006,9 +7877,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -8020,9 +7891,9 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -8044,7 +7915,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-keystore", "thiserror", "tracing-gum", @@ -8059,7 +7930,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-trie", "thiserror", ] @@ -8078,8 +7949,8 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", + "sp-core", "sp-keystore", "tracing-gum", ] @@ -8119,7 +7990,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8146,10 +8017,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -8292,7 +8163,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "sp-blockchain", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -8339,12 +8210,12 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-externalities", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-tracing", + "sp-wasm-interface", "tempfile", "tikv-jemalloc-ctl", "tokio", @@ -8395,7 +8266,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "thiserror", "tokio", ] @@ -8453,13 +8324,13 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", "sp-maybe-compressed-blob", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", "zstd", ] @@ -8490,7 +8361,7 @@ dependencies = [ "polkadot-statement-table", "sc-network", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", "substrate-prometheus-endpoint", @@ -8523,8 +8394,8 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", + "sp-core", "sp-keystore", "thiserror", "tracing-gum", @@ -8547,8 +8418,8 @@ dependencies = [ "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -8560,14 +8431,14 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "bounded-collections", "derive_more", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "parity-scale-codec", "polkadot-core-primitives", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -8598,18 +8469,18 @@ dependencies = [ "polkadot-parachain", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -8633,13 +8504,13 @@ dependencies = [ "sc-rpc", "sc-sync-state-rpc", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -8653,8 +8524,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -8710,23 +8581,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -8742,8 +8613,8 @@ dependencies = [ "bitvec", "frame-benchmarking", "frame-election-provider-support", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "libsecp256k1", "log", @@ -8767,15 +8638,15 @@ dependencies = [ "serde", "serde_derive", "slot-range-helper", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", "sp-npos-elections", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "static_assertions", "xcm", ] @@ -8785,13 +8656,13 @@ name = "polkadot-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -8802,8 +8673,8 @@ dependencies = [ "bs58", "parity-scale-codec", "polkadot-primitives", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", + "sp-tracing", ] [[package]] @@ -8815,8 +8686,8 @@ dependencies = [ "bitvec", "derive_more", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "log", "pallet-authority-discovery", "pallet-authorship", @@ -8835,16 +8706,16 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "static_assertions", "xcm", "xcm-executor", @@ -8857,7 +8728,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "async-trait", "frame-benchmarking-cli", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "frame-system-rpc-runtime-api", "futures", "hex-literal", @@ -8934,24 +8805,24 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "sp-trie", @@ -8977,7 +8848,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sp-keystore", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", "thiserror", "tracing-gum", ] @@ -8989,7 +8860,7 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", ] [[package]] @@ -9000,8 +8871,8 @@ dependencies = [ "bitvec", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-rpc-runtime-api", "log", "pallet-authority-discovery", @@ -9030,22 +8901,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "substrate-wasm-builder", "test-runtime-constants", "xcm", @@ -9059,7 +8930,7 @@ version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ "frame-benchmarking", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-system", "futures", "hex", "pallet-balances", @@ -9088,16 +8959,16 @@ dependencies = [ "sc-service", "sc-tracing", "sc-transaction-pool", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", "sp-authority-discovery", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keyring", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", "substrate-test-client", "tempfile", @@ -9753,8 +9624,8 @@ dependencies = [ "binary-merkle-tree 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-benchmarking", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -9808,22 +9679,22 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "static_assertions", "substrate-wasm-builder", "xcm", @@ -9836,13 +9707,13 @@ name = "rococo-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -9914,14 +9785,14 @@ dependencies = [ "cumulus-pallet-xcmp-queue", "cumulus-primitives-core", "env_logger 0.9.3", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "kusama-runtime", "kusama-runtime-constants", "log", "mangata-kusama-runtime", "mangata-support", - "mangata-types 0.1.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "mangata-types", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -9942,8 +9813,8 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-parachains", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-io", + "sp-runtime", "xcm", "xcm-builder", "xcm-emulator", @@ -10105,18 +9976,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "log", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", @@ -10131,12 +10002,12 @@ dependencies = [ "sc-client-api", "sc-network", "sc-network-common", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10144,7 +10015,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "futures-timer", @@ -10155,19 +10026,19 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "aquamarine", "futures", @@ -10179,57 +10050,57 @@ dependencies = [ "sc-proposer-metrics", "sc-telemetry", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-ver", "substrate-prometheus-endpoint", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] name = "sc-block-builder-ver" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "aquamarine", - "extrinsic-shuffler 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "extrinsic-shuffler", "log", "parity-scale-codec", "sc-client-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-state-machine", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver", + "ver-api", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -10240,15 +10111,15 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "sp-state-machine", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10259,7 +10130,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "chrono", @@ -10285,12 +10156,12 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keyring", "sp-keystore", "sp-panic-handler", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-version", "thiserror", "tiny-bip39", "tokio", @@ -10299,7 +10170,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "fnv", "futures", @@ -10309,23 +10180,23 @@ dependencies = [ "sc-executor", "sc-transaction-pool-api", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-database", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -10339,11 +10210,11 @@ dependencies = [ "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", "sp-trie", ] @@ -10351,7 +10222,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", @@ -10363,11 +10234,11 @@ dependencies = [ "sc-client-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", @@ -10376,7 +10247,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", @@ -10387,17 +10258,17 @@ dependencies = [ "sc-consensus", "sc-consensus-slots", "sc-telemetry", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10405,7 +10276,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "fork-tree", @@ -10425,20 +10296,20 @@ dependencies = [ "sc-telemetry", "scale-info", "schnorrkel", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-version", "substrate-prometheus-endpoint", "thiserror", ] @@ -10446,7 +10317,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "jsonrpsee", @@ -10454,14 +10325,14 @@ dependencies = [ "sc-consensus-epochs", "sc-rpc-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", ] @@ -10485,16 +10356,16 @@ dependencies = [ "sc-network-gossip", "sc-network-sync", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -10514,28 +10385,28 @@ dependencies = [ "sc-rpc", "serde", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "fork-tree", "parity-scale-codec", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ahash 0.8.3", "array-bytes 4.2.0", @@ -10559,15 +10430,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10599,15 +10470,15 @@ dependencies = [ "sc-telemetry", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10627,15 +10498,15 @@ dependencies = [ "sc-rpc", "serde", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", @@ -10645,22 +10516,22 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-ver", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -10668,15 +10539,15 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", "sp-panic-handler", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", + "sp-wasm-interface", "tracing", "wasmi", ] @@ -10684,11 +10555,11 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-wasm-interface", "thiserror", "wasm-instrument", "wasmi", @@ -10697,20 +10568,20 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "log", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "anyhow", "cfg-if", @@ -10720,15 +10591,15 @@ dependencies = [ "rustix 0.36.14", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ansi_term", "futures", @@ -10738,20 +10609,20 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-application-crypto", + "sp-core", "sp-keystore", "thiserror", ] @@ -10759,7 +10630,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "async-channel", @@ -10789,11 +10660,11 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10803,7 +10674,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "cid", "futures", @@ -10815,7 +10686,7 @@ dependencies = [ "sc-network", "sc-network-common", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", "unsigned-varint", ] @@ -10823,7 +10694,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10842,7 +10713,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "zeroize", @@ -10851,7 +10722,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ahash 0.8.3", "futures", @@ -10862,7 +10733,7 @@ dependencies = [ "sc-network", "sc-network-common", "sc-peerset", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -10870,7 +10741,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10884,15 +10755,15 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -10913,12 +10784,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-grandpa", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10926,7 +10797,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "futures", @@ -10939,14 +10810,14 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-consensus", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "bytes", @@ -10966,10 +10837,10 @@ dependencies = [ "sc-network-common", "sc-peerset", "sc-utils", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "threadpool", "tracing", ] @@ -10977,7 +10848,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "libp2p", @@ -10990,7 +10861,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10999,7 +10870,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "hash-db 0.15.2", @@ -11015,22 +10886,22 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "tokio", ] [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11039,18 +10910,18 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-tracing", + "sp-version", "thiserror", ] [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "http", @@ -11066,7 +10937,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "futures", @@ -11080,11 +10951,11 @@ dependencies = [ "sc-client-api", "sc-transaction-pool-api", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-version", "thiserror", "tokio-stream", ] @@ -11092,7 +10963,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "directories", @@ -11133,24 +11004,24 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-externalities", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-storage", + "sp-tracing", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "static_init 1.0.3", "substrate-prometheus-endpoint", "tempfile", @@ -11158,24 +11029,24 @@ dependencies = [ "tokio", "tracing", "tracing-futures", - "ver-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "ver-api", ] [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", ] [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "clap", "fs4", @@ -11183,7 +11054,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "thiserror", "tokio", ] @@ -11199,7 +11070,7 @@ dependencies = [ "log", "sc-client-db", "sc-utils", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "thiserror", "tokio", ] @@ -11207,7 +11078,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11219,14 +11090,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "libc", @@ -11237,15 +11108,15 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "chrono", "futures", @@ -11264,7 +11135,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ansi_term", "atty", @@ -11280,12 +11151,12 @@ dependencies = [ "sc-rpc-server", "sc-tracing-proc-macro", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -11295,7 +11166,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11306,7 +11177,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", @@ -11320,11 +11191,11 @@ dependencies = [ "sc-transaction-pool-api", "sc-utils", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11333,21 +11204,21 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-channel", "futures", @@ -11356,7 +11227,7 @@ dependencies = [ "log", "parking_lot 0.12.1", "prometheus", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", ] [[package]] @@ -11782,8 +11653,8 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] @@ -11854,53 +11725,25 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "log", - "parity-scale-codec", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "hash-db 0.16.0", "log", "parity-scale-codec", - "sp-api-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "sp-trie", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "Inflector", - "blake2", - "expander 1.0.0", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "Inflector", "blake2", @@ -11914,106 +11757,69 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-application-crypto" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-arithmetic" -version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "static_assertions", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-block-builder" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "futures", "log", "lru 0.8.1", "parity-scale-codec", "parking_lot 0.12.1", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-consensus", "sp-database", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", "thiserror", ] @@ -12021,14 +11827,14 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", "log", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-state-machine", "thiserror", ] @@ -12036,135 +11842,112 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "merlin", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "lazy_static", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-application-crypto", + "sp-core", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", "schnorrkel", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-core" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "bitflags", - "bounded-collections", - "hash-db 0.16.0", - "hash256-std-hasher", - "log", - "parity-scale-codec", - "parity-util-mem", - "primitive-types", - "scale-info", - "secrecy", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "ss58-registry", - "zeroize", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "base58", @@ -12192,12 +11975,12 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", @@ -12208,57 +11991,32 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.6", - "sha3", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "twox-hash", -] - -[[package]] -name = "sp-core-hashing" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", "sha2 0.10.6", "sha3", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "twox-hash", ] [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "proc-macro2", - "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "syn 1.0.109", -] - -[[package]] -name = "sp-core-hashing-proc-macro" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro2", "quote", - "sp-core-hashing 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core-hashing", "syn 1.0.109", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12267,17 +12025,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-debug-derive" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "proc-macro2", "quote", @@ -12287,72 +12035,33 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-externalities" -version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-std", + "sp-storage", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "bytes", - "parity-scale-codec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "bytes", "ed25519", @@ -12362,13 +12071,13 @@ dependencies = [ "log", "parity-scale-codec", "secp256k1", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime-interface", "sp-state-machine", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", + "sp-tracing", "sp-trie", "tracing", "tracing-core", @@ -12377,18 +12086,18 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "lazy_static", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures", @@ -12397,15 +12106,15 @@ dependencies = [ "parking_lot 0.12.1", "schnorrkel", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-externalities", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "thiserror", "zstd", @@ -12414,49 +12123,49 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ckb-merkle-mountain-range", "log", "parity-scale-codec", "scale-info", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "backtrace", "lazy_static", @@ -12466,38 +12175,17 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "rustc-hash", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-runtime" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste", - "scale-info", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-core", ] [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "either", "hash256-std-hasher", @@ -12509,66 +12197,36 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-runtime-interface" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "static_assertions", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime-interface-proc-macro 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-storage 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-tracing 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-wasm-interface 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "Inflector", "proc-macro-crate", @@ -12580,45 +12238,33 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "hash-db 0.16.0", "log", @@ -12626,10 +12272,10 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-externalities", "sp-panic-handler", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "sp-trie", "thiserror", "tracing", @@ -12638,70 +12284,43 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" - -[[package]] -name = "sp-std" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" - -[[package]] -name = "sp-storage" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "ref-cast", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-inherents", + "sp-runtime", + "sp-std", "thiserror", ] [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-tracing" -version = "6.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -12710,32 +12329,32 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "log", "parity-scale-codec", "scale-info", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-std", "sp-trie", ] [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -12747,8 +12366,8 @@ dependencies = [ "parking_lot 0.12.1", "scale-info", "schnellru", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-std", "thiserror", "tracing", "trie-db", @@ -12758,22 +12377,7 @@ dependencies = [ [[package]] name = "sp-ver" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "log", - "parity-scale-codec", - "scale-info", - "schnorrkel", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-ver" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "log", @@ -12781,58 +12385,34 @@ dependencies = [ "scale-info", "schnorrkel", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", -] - -[[package]] -name = "sp-version" -version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", "serde", - "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-version-proc-macro 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 1.0.109", -] - -[[package]] -name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -12843,23 +12423,13 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-wasm-interface" -version = "7.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-std", "wasmi", "wasmtime", ] @@ -12867,30 +12437,16 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "scale-info", - "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "sp-weights" -version = "4.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "parity-scale-codec", "scale-info", "serde", "smallvec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -13060,7 +12616,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "platforms 2.0.0", ] @@ -13068,7 +12624,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -13077,17 +12633,17 @@ dependencies = [ "parity-scale-codec", "sc-rpc-api", "sc-transaction-pool-api", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-block-builder", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "hyper", "log", @@ -13099,20 +12655,20 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "jsonrpsee", "log", "sc-rpc-api", "serde", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "jsonrpsee", "log", @@ -13121,8 +12677,8 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", "sp-state-machine", "sp-trie", "trie-db", @@ -13131,7 +12687,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "array-bytes 4.2.0", "async-trait", @@ -13147,17 +12703,17 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-keyring", "sp-keystore", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", ] [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "ansi_term", "build-helper", @@ -13308,13 +12864,13 @@ name = "test-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -13801,7 +13357,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "async-trait", "clap", @@ -13815,22 +13371,22 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-debug-derive 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-externalities 0.13.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-debug-derive", + "sp-externalities", + "sp-inherents", + "sp-io", "sp-keystore", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-state-machine", "sp-timestamp", "sp-transaction-storage-proof", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", + "sp-weights", "substrate-rpc-client", "zstd", ] @@ -14014,32 +13570,19 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "ver-api" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting#fa649dfc2a08a156e185673e0fcd926823ebf57c" -dependencies = [ - "parity-scale-codec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=fix/rpc-vesting)", -] - -[[package]] -name = "ver-api" -version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" dependencies = [ "derive_more", "futures", "log", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-ver 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-std", + "sp-ver", ] [[package]] @@ -14718,8 +14261,8 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-executive", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "frame-system-benchmarking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.40)", "frame-system-rpc-runtime-api", "frame-try-runtime", @@ -14777,23 +14320,23 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-block-builder", "sp-consensus-babe", "sp-consensus-beefy", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-inherents 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", "sp-session", - "sp-staking 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-staking", + "sp-std", "sp-transaction-pool", - "sp-version 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-version", "substrate-wasm-builder", "westend-runtime-constants", "xcm", @@ -14806,13 +14349,13 @@ name = "westend-runtime-constants" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -15170,7 +14713,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-weights", "xcm-procedural", ] @@ -15179,18 +14722,18 @@ name = "xcm-builder" version = "0.9.40" source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c484ce03b879191739e1de2333ab04667a2ffb44" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "log", "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "scale-info", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -15206,17 +14749,17 @@ dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", "cumulus-test-relay-sproof-builder", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parachain-info", "parity-scale-codec", "paste", "polkadot-primitives", "polkadot-runtime-parachains", "quote", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-io", + "sp-std", "xcm", "xcm-executor", ] @@ -15228,16 +14771,16 @@ source = "git+https://github.com/mangata-finance//polkadot?branch=mangata-dev#c4 dependencies = [ "environmental", "frame-benchmarking", - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-arithmetic 6.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-io 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-weights 4.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "xcm", ] @@ -15259,12 +14802,12 @@ dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", "sp-blockchain", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-core", "sp-rpc", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-runtime", + "sp-std", "xyk-runtime-api", ] @@ -15272,15 +14815,15 @@ dependencies = [ name = "xyk-runtime-api" version = "2.0.0" dependencies = [ - "frame-support 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "frame-system 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", "serde_json", - "sp-api 4.0.0-dev (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-core 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-runtime 7.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", - "sp-std 5.0.0 (git+https://github.com/mangata-finance//substrate?branch=mangata-dev)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -15359,14 +14902,14 @@ dependencies = [ [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" [[patch.unused]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#fa649dfc2a08a156e185673e0fcd926823ebf57c" +source = "git+https://github.com/mangata-finance//substrate?branch=mangata-dev#462977d15a851a441fe542f68e06b286f059dbfe" From 8f768e7a5942f5f415cf12cbb6909e7d31c54eee Mon Sep 17 00:00:00 2001 From: Mario Kapusta Date: Thu, 7 Sep 2023 10:16:06 +0200 Subject: [PATCH 12/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8097b2cc8..45d9889ff6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ## Description -Mangata operates as a cross-chain liquidity protocol, facilitating seamless transactions between Ethereum and various other blockchains through a sophisticated Multirollup Interchain Infrastructure. We leverage the power of ZK-rollup, a second-layer (L2) solution, to ensure universal connectivity with first-layer (L1) blockchains. Additionally, our decentralized exchange platform is designed to provide robust protection against Miner Extractable Value (MEV) and frontrunning attempts, thereby safeguarding the interests of our users. +Mangata operates as a cross-chain liquidity protocol, facilitating seamless transactions between Ethereum and various other blockchains through a Multirollup Interchain Infrastructure. We leverage the power of ZK-rollup, a second-layer (L2) solution, to ensure universal connectivity with first-layer (L1) blockchains. Additionally, our decentralized exchange platform is designed to provide robust protection against Miner Extractable Value (MEV) and frontrunning attempts, thereby safeguarding the interests of our users. ## API From 41d00a2f04cd4ef1c946d02d1465916b304b1dd6 Mon Sep 17 00:00:00 2001 From: AlexChetverov Date: Tue, 12 Sep 2023 11:44:40 +0200 Subject: [PATCH 13/15] added test-crowdloan --- .github/workflows/reusable-e2e-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-e2e-tests.yml b/.github/workflows/reusable-e2e-tests.yml index 24884a2df5..1729134cd2 100644 --- a/.github/workflows/reusable-e2e-tests.yml +++ b/.github/workflows/reusable-e2e-tests.yml @@ -113,6 +113,8 @@ jobs: fast: false - command: "yarn test-experimentalStaking" fast: true + - command: "yarn test-crowdloan" + fast: false runs-on: [self-hosted, compile] timeout-minutes: 180 From 47f3b3689fede5596011119b7f9aecf31ed49b4f Mon Sep 17 00:00:00 2001 From: Misha Kolesnik Date: Tue, 19 Sep 2023 00:09:56 +0300 Subject: [PATCH 14/15] Fix: Set cargo-tarpaulin version to fixed value of 0.26.1 as it doesn't require newer rustc compiler version (#598) --- .github/workflows/reusable-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-and-test.yml b/.github/workflows/reusable-build-and-test.yml index 96ef1c5f56..3242073998 100644 --- a/.github/workflows/reusable-build-and-test.yml +++ b/.github/workflows/reusable-build-and-test.yml @@ -191,7 +191,7 @@ jobs: /usr/local/cargo/registry key: cargo-coverage-cache-${{ inputs.cache_version }}-${{ hashFiles('Cargo.lock') }} - name: Install cargo-tarpaulin - run: cargo install cargo-tarpaulin + run: cargo install cargo-tarpaulin@0.26.1 - name: Generate coverage report with cargo-tarpaulin run: cargo tarpaulin --timeout 120 --workspace -e runtime-integration-test mangata-node common-runtime mangata-kusama-runtime mangata-rococo-runtime --exclude-files **/mock.rs **/weights.rs **/weights/* --out Xml - name: Upload to codecov.io From 65301404ec2b02cf18be1623d2b143d2b2a8de68 Mon Sep 17 00:00:00 2001 From: Mario Kapusta Date: Wed, 20 Sep 2023 14:51:34 +0200 Subject: [PATCH 15/15] Pools and assets will never be deleted - New functionality where the pools and assets will never be deleted and instead we will accept empty pools and make our storage history consistent --- pallets/xyk/rpc/src/lib.rs | 26 +++++- pallets/xyk/runtime-api/src/lib.rs | 5 +- pallets/xyk/src/benchmarking.rs | 3 +- pallets/xyk/src/lib.rs | 122 +++++++++++++++++-------- pallets/xyk/src/tests.rs | 142 ++++++++++++++++++++++++++++- runtime/mangata-kusama/src/lib.rs | 11 +++ runtime/mangata-rococo/src/lib.rs | 10 ++ 7 files changed, 273 insertions(+), 46 deletions(-) diff --git a/pallets/xyk/rpc/src/lib.rs b/pallets/xyk/rpc/src/lib.rs index 347a403a80..5a65f6f06d 100644 --- a/pallets/xyk/rpc/src/lib.rs +++ b/pallets/xyk/rpc/src/lib.rs @@ -10,7 +10,10 @@ use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; use sp_core::U256; use sp_rpc::number::NumberOrHex; -use sp_runtime::traits::{Block as BlockT, MaybeDisplay, MaybeFromStr}; +use sp_runtime::{ + generic::BlockId, + traits::{Block as BlockT, MaybeDisplay, MaybeFromStr}, +}; use sp_std::convert::{TryFrom, TryInto}; use std::sync::Arc; pub use xyk_runtime_api::XykApi as XykRuntimeApi; @@ -104,6 +107,9 @@ pub trait XykApi< at: Option, ) -> RpcResult; + #[method(name = "xyk_get_liq_tokens_for_trading")] + fn get_liq_tokens_for_trading(&self, at: Option) -> RpcResult>; + #[method(name = "xyk_is_buy_asset_lock_free")] fn is_buy_asset_lock_free( &self, @@ -379,6 +385,22 @@ where }) } + fn get_liq_tokens_for_trading( + &self, + at: Option<::Hash>, + ) -> RpcResult> { + let api = self.client.runtime_api(); + let at = self.client.info().best_hash; + + api.get_liq_tokens_for_trading(at).map_err(|e| { + JsonRpseeError::Call(CallError::Custom(ErrorObject::owned( + 1, + "Unable to serve the request", + Some(format!("{:?}", e)), + ))) + }) + } + fn is_buy_asset_lock_free( &self, path: sp_std::vec::Vec, @@ -397,6 +419,7 @@ where ))) }) } + fn is_sell_asset_lock_free( &self, path: sp_std::vec::Vec, @@ -415,6 +438,7 @@ where ))) }) } + fn get_tradeable_tokens( &self, at: Option<::Hash>, diff --git a/pallets/xyk/runtime-api/src/lib.rs b/pallets/xyk/runtime-api/src/lib.rs index 8e1c9b0095..9af1f6bfc2 100644 --- a/pallets/xyk/runtime-api/src/lib.rs +++ b/pallets/xyk/runtime-api/src/lib.rs @@ -107,17 +107,16 @@ sp_api::decl_runtime_apis! { total_amount: Balance, reserve_amount: Balance, ) -> XYKRpcResult; - + fn get_liq_tokens_for_trading( + ) -> Vec; fn is_buy_asset_lock_free( path: sp_std::vec::Vec, input_amount: Balance, ) -> Option; - fn is_sell_asset_lock_free( path: sp_std::vec::Vec, input_amount: Balance, ) -> Option; - fn get_tradeable_tokens() -> Vec>; } } diff --git a/pallets/xyk/src/benchmarking.rs b/pallets/xyk/src/benchmarking.rs index 4b8d0f4f49..3a4c67ca63 100644 --- a/pallets/xyk/src/benchmarking.rs +++ b/pallets/xyk/src/benchmarking.rs @@ -391,7 +391,8 @@ benchmarks! { }: burn_liquidity(RawOrigin::Signed(caller.clone().into()), non_native_asset_id1.into(), non_native_asset_id2.into(), total_liquidity_after_minting) verify { - assert!(Xyk::::liquidity_pool(liquidity_asset_id).is_none()); + assert_eq!(Xyk::::liquidity_pool(liquidity_asset_id), Some((non_native_asset_id1.into(), non_native_asset_id2.into()))); + assert_eq!(::Currency::total_issuance(liquidity_asset_id.into()).into(), 0); } provide_liquidity_with_conversion { diff --git a/pallets/xyk/src/lib.rs b/pallets/xyk/src/lib.rs index 9507d8879f..63e7805843 100644 --- a/pallets/xyk/src/lib.rs +++ b/pallets/xyk/src/lib.rs @@ -21,6 +21,7 @@ //! - account_id //! - settle_treasury_buy_and_burn //! - calculate_balanced_sell_amount +//! - get_liq_tokens_for_trading //! //! # fn create_pool //! -Sets the initial ratio/price of both assets to each other depending on amounts of each assets when creating pool. @@ -283,6 +284,8 @@ //! # calculate_balanced_sell_amount //! - Supporting public function accessible through rpc call which calculates how much amount x we need to swap from total_amount, so that after `y = swap(x)`, the resulting balance equals `(total_amount - x) / y = pool_x / pool_y` //! - the resulting amounts can then be used to `mint_liquidity` with minimal leftover after operation +//! # get_liq_tokens_for_trading +//! - Supporting public function accessible through rpc call which lists all of the liquidity pool token ids that are available for trading #![cfg_attr(not(feature = "std"), no_std)] @@ -502,6 +505,7 @@ pub mod pallet { MultiSwapCantHaveSameTokenConsequetively, /// Trading blocked by maintenance mode TradingBlockedByMaintenanceMode, + PoolIsEmpty, } #[pallet::event] @@ -1306,6 +1310,15 @@ impl Pallet { Ok(result) } + pub fn get_liq_tokens_for_trading() -> Result, DispatchError> { + let result = LiquidityAssets::::iter_values() + .filter_map(|v| v) + .filter(|v| !::Currency::total_issuance((*v).into()).is_zero()) + .collect(); + + Ok(result) + } + // MAX: 2R pub fn get_liquidity_asset( first_asset_id: TokenId, @@ -1565,6 +1578,34 @@ impl Pallet { fn native_token_id() -> TokenId { ::NativeCurrencyId::get() } + + fn calculate_initial_liquidity( + first_asset_amount: Balance, + second_asset_amount: Balance, + ) -> Result { + let mut initial_liquidity = first_asset_amount + .checked_div(2) + .ok_or_else(|| DispatchError::from(Error::::MathOverflow))? + .checked_add( + second_asset_amount + .checked_div(2) + .ok_or_else(|| DispatchError::from(Error::::MathOverflow))?, + ) + .ok_or_else(|| DispatchError::from(Error::::MathOverflow))?; + + return Ok(if initial_liquidity == 0 { 1 } else { initial_liquidity }) + } + + fn is_pool_empty( + first_asset_id: TokenId, + second_asset_id: TokenId, + ) -> Result { + let liquidity_asset_id = Pallet::::get_liquidity_asset(first_asset_id, second_asset_id)?; + let total_liquidity_assets: Balance = + ::Currency::total_issuance(liquidity_asset_id.into()).into(); + + return Ok(total_liquidity_assets.is_zero()) + } } impl PreValidateSwaps for Pallet { @@ -1598,6 +1639,8 @@ impl PreValidateSwaps for Pallet { Error::::FunctionNotAvailableForThisToken ); + ensure!(!(Self::is_pool_empty(sold_asset_id, bought_asset_id)?), Error::::PoolIsEmpty); + let buy_and_burn_amount = multiply_by_rational_with_rounding( sold_asset_amount, T::BuyAndBurnFeePercentage::get(), @@ -1702,6 +1745,8 @@ impl PreValidateSwaps for Pallet { .collect(); for (x, y) in atomic_pairs.iter() { + ensure!(!(Self::is_pool_empty(*x, *y)?), Error::::PoolIsEmpty); + if x == y { return Err(Error::::MultiSwapCantHaveSameTokenConsequetively.into()) } @@ -1799,6 +1844,8 @@ impl PreValidateSwaps for Pallet { Error::::FunctionNotAvailableForThisToken ); + ensure!(!(Self::is_pool_empty(sold_asset_id, bought_asset_id)?), Error::::PoolIsEmpty); + // Get token reserves let (input_reserve, output_reserve) = Pallet::::get_reserves(sold_asset_id, bought_asset_id)?; @@ -1923,6 +1970,8 @@ impl PreValidateSwaps for Pallet { let mut atomic_pairs_hashset = BTreeSet::new(); for (x, y) in atomic_pairs.iter() { + ensure!(!(Self::is_pool_empty(*x, *y)?), Error::::PoolIsEmpty); + if x == y { return Err(Error::::MultiSwapCantHaveSameTokenConsequetively.into()) } else if x > y { @@ -2060,19 +2109,8 @@ impl XykFunctionsTrait for Pallet { ensure!(first_asset_id != second_asset_id, Error::::SameAsset,); // Liquidity token amount calculation - let mut initial_liquidity = first_asset_amount - .checked_div(2) - .ok_or_else(|| DispatchError::from(Error::::MathOverflow))? - .checked_add( - second_asset_amount - .checked_div(2) - .ok_or_else(|| DispatchError::from(Error::::MathOverflow))?, - ) - .ok_or_else(|| DispatchError::from(Error::::MathOverflow))?; - - if initial_liquidity == 0 { - initial_liquidity = 1 - } + let initial_liquidity = + Pallet::::calculate_initial_liquidity(first_asset_amount, second_asset_amount)?; Pools::::insert( (first_asset_id, second_asset_id), @@ -2820,24 +2858,26 @@ impl XykFunctionsTrait for Pallet { let total_liquidity_assets: Self::Balance = ::Currency::total_issuance(liquidity_asset_id.into()).into(); - // Calculation of required second asset amount and received liquidity token amount - ensure!(!first_asset_reserve.is_zero(), Error::::DivisionByZero); - let second_asset_amount = multiply_by_rational_with_rounding( - first_asset_amount, - second_asset_reserve, - first_asset_reserve, - Rounding::Down, - ) - .ok_or(Error::::UnexpectedFailure)? - .checked_add(1) - .ok_or_else(|| DispatchError::from(Error::::MathOverflow))?; - let liquidity_assets_minted = multiply_by_rational_with_rounding( - first_asset_amount, - total_liquidity_assets, - first_asset_reserve, - Rounding::Down, - ) - .ok_or(Error::::UnexpectedFailure)?; + // The pool is empty and we are basically creating a new pool and reusing the existing one + let second_asset_amount = if !(first_asset_reserve.is_zero() && + second_asset_reserve.is_zero()) && + !total_liquidity_assets.is_zero() + { + // Calculation of required second asset amount and received liquidity token amount + ensure!(!first_asset_reserve.is_zero(), Error::::DivisionByZero); + + multiply_by_rational_with_rounding( + first_asset_amount, + second_asset_reserve, + first_asset_reserve, + Rounding::Down, + ) + .ok_or(Error::::UnexpectedFailure)? + .checked_add(1) + .ok_or_else(|| DispatchError::from(Error::::MathOverflow))? + } else { + expected_second_asset_amount + }; ensure!( second_asset_amount <= expected_second_asset_amount, @@ -2850,6 +2890,19 @@ impl XykFunctionsTrait for Pallet { Error::::ZeroAmount, ); + // We calculate the required liquidity token amount and also validate asset amounts + let liquidity_assets_minted = if total_liquidity_assets.is_zero() { + Pallet::::calculate_initial_liquidity(first_asset_amount, second_asset_amount)? + } else { + multiply_by_rational_with_rounding( + first_asset_amount, + total_liquidity_assets, + first_asset_reserve, + Rounding::Down, + ) + .ok_or(Error::::UnexpectedFailure)? + }; + // Ensure user has enough withdrawable tokens to create pool in amounts required ::Currency::ensure_can_withdraw( @@ -3191,6 +3244,7 @@ impl XykFunctionsTrait for Pallet { second_asset_amount ); + // Is liquidity asset amount empty? if liquidity_asset_amount == total_liquidity_assets { log!( info, @@ -3200,11 +3254,7 @@ impl XykFunctionsTrait for Pallet { second_asset_id, first_asset_id, ); - Pools::::remove((first_asset_id, second_asset_id)); - Pools::::remove((second_asset_id, first_asset_id)); - LiquidityAssets::::remove((first_asset_id, second_asset_id)); - LiquidityAssets::::remove((second_asset_id, first_asset_id)); - LiquidityPools::::remove(liquidity_asset_id); + Pallet::::set_reserves(first_asset_id, 0, second_asset_id, 0)?; } else { // Apply changes in token pools, removing withdrawn amounts // Cannot underflow due to earlier ensure diff --git a/pallets/xyk/src/tests.rs b/pallets/xyk/src/tests.rs index cce4c18fbf..875ad14f38 100644 --- a/pallets/xyk/src/tests.rs +++ b/pallets/xyk/src/tests.rs @@ -5,13 +5,15 @@ use super::{Event, *}; use crate::mock::*; use frame_support::{assert_err, assert_err_ignore_postinfo, dispatch::GetDispatchInfo}; -use mangata_support::traits::LiquidityMiningApi; +use mangata_support::traits::{ComputeIssuance, GetIssuance, LiquidityMiningApi}; use mangata_types::assets::CustomMetadata; use orml_traits::asset_registry::AssetMetadata; use serial_test::serial; use sp_runtime::{traits::Dispatchable, Permill}; use test_case::test_case; +type TokensOf = ::Currency; + const DUMMY_USER_ID: u128 = 2; const TRADER_ID: u128 = 3; @@ -904,7 +906,7 @@ fn multiswap_sell_bad_atomic_swap_charges_fee_W() { assert_ok!(XykStorage::multiswap_sell_asset( RuntimeOrigin::signed(TRADER_ID), - vec![1, 2, 3, 6, 5], + vec![1, 2, 3, 4, 5], 20000000000000000000, 20000000000000000000 )); @@ -963,7 +965,7 @@ fn multiswap_sell_not_enough_assets_pay_fees_fails_early_W() { assert_err_ignore_postinfo!( XykStorage::multiswap_sell_asset( RuntimeOrigin::signed(TRADER_ID), - vec![1, 2, 3, 6, 5], + vec![1, 2, 3, 4, 5], 2000000000000000000000000, 0 ), @@ -1515,7 +1517,7 @@ fn multiswap_buy_bad_atomic_swap_charges_fee_W() { assert_ok!(XykStorage::multiswap_buy_asset( RuntimeOrigin::signed(TRADER_ID), - vec![1, 2, 3, 6, 5], + vec![1, 2, 3, 4, 5], 20000000000000000000, 200000000000000000 )); @@ -1573,7 +1575,7 @@ fn multiswap_buy_not_enough_assets_pay_fees_fails_early_W() { assert_err_ignore_postinfo!( XykStorage::multiswap_buy_asset( RuntimeOrigin::signed(TRADER_ID), - vec![1, 2, 3, 6, 5], + vec![1, 2, 3, 4, 5], 2000000000000000000000000, 2000000000000000000000000 ), @@ -1763,6 +1765,136 @@ fn multiswap_buy_zero_amount_does_not_work_N() { }); } +#[test] +#[serial] +fn burn_all_liq_and_mint_it_again() { + new_test_ext().execute_with(|| { + initialize(); + + let (asset_value_1, asset_value_4) = XykStorage::asset_pool((1, 4)); + let liq_token_id = XykStorage::liquidity_asset((1, 4)); + let total_issuance_of_liq_amount: u128 = + ::Currency::total_issuance(liq_token_id.unwrap()).into(); + + //burn half of the liquidity + XykStorage::burn_liquidity( + RuntimeOrigin::signed(2), + 1, + 4, + total_issuance_of_liq_amount / 2, + ) + .unwrap(); + + let (divided_asset_value_1, divided_asset_value_4) = XykStorage::asset_pool((1, 4)); + let divided_total_issuance_of_liq_amount: u128 = + ::Currency::total_issuance(liq_token_id.unwrap()).into(); + + assert_eq!(divided_asset_value_1, asset_value_1 / 2); + assert_eq!(divided_asset_value_4, asset_value_4 / 2); + assert_eq!(divided_total_issuance_of_liq_amount, total_issuance_of_liq_amount / 2); + + //burn second half of liquidity + XykStorage::burn_liquidity( + RuntimeOrigin::signed(2), + 1, + 4, + total_issuance_of_liq_amount / 2, + ) + .unwrap(); + + let (empty_asset_value_1, empty_asset_value_4) = XykStorage::asset_pool((1, 4)); + let empty_total_issuance_of_liq_amount: u128 = + ::Currency::total_issuance(liq_token_id.unwrap()).into(); + + assert_eq!(empty_asset_value_1, 0); + assert_eq!(empty_asset_value_4, 0); + assert_eq!(empty_total_issuance_of_liq_amount, 0); + + // we will try to create a new pool but it needs to fail. + assert_err!( + XykStorage::create_pool(RuntimeOrigin::signed(2), 1, asset_value_1, 4, asset_value_4), + Error::::PoolAlreadyExists, + ); + + // we will try to sell assets but it needs to fail + let user_assets_1_value = XykStorage::balance(1, DUMMY_USER_ID); + let user_assets_4_value = XykStorage::balance(4, DUMMY_USER_ID); + + assert_eq!(user_assets_1_value, 1000000000000000000000); + assert_eq!(user_assets_4_value, 1000000000000000000000); + + // selling the assets should fail due to empty pools + assert_err_ignore_postinfo!( + XykStorage::multiswap_sell_asset( + RuntimeOrigin::signed(DUMMY_USER_ID), + vec![1, 4], + 20000000000000000000, + 1 + ), + Error::::PoolIsEmpty, + ); + + // selling the assets should fail also for multiswap due to empty pools + assert_err_ignore_postinfo!( + XykStorage::multiswap_sell_asset( + RuntimeOrigin::signed(DUMMY_USER_ID), + vec![1, 4, 1, 4], + 20000000000000000000, + 1 + ), + Error::::PoolIsEmpty, + ); + + // buy asset should fail due to empty pools + assert_err_ignore_postinfo!( + XykStorage::multiswap_buy_asset( + RuntimeOrigin::signed(DUMMY_USER_ID), + vec![1, 4], + 20000000000000000000, + 1 + ), + Error::::PoolIsEmpty, + ); + + // buy asset should fail also for multiswap due to empty pools + assert_err_ignore_postinfo!( + XykStorage::multiswap_buy_asset( + RuntimeOrigin::signed(DUMMY_USER_ID), + vec![1, 4, 1, 4], + 20000000000000000000, + 1 + ), + Error::::PoolIsEmpty, + ); + + let user_assets_1_value_after_sell = XykStorage::balance(1, DUMMY_USER_ID); + let user_assets_4_value_after_sell = XykStorage::balance(4, DUMMY_USER_ID); + + //check that no asset sold + assert_eq!(user_assets_1_value_after_sell, 1000000000000000000000); + assert_eq!(user_assets_4_value_after_sell, 1000000000000000000000); + + // minting liq again and checking if the liq. asset is generated + XykStorage::mint_liquidity(RuntimeOrigin::signed(2), 1, 4, asset_value_1, asset_value_4); + + let liq_token_id_after_burn_and_mint = XykStorage::liquidity_asset((1, 4)); + + assert_eq!(liq_token_id, liq_token_id_after_burn_and_mint); + + let total_issuance_after_burn_and_mint: u128 = + ::Currency::total_issuance(liq_token_id_after_burn_and_mint.unwrap()) + .into(); + + assert_eq!(total_issuance_of_liq_amount, total_issuance_after_burn_and_mint); + + let (asset_value_1_after_burn_and_mint, asset_value_4_after_burn_and_mint) = + XykStorage::asset_pool((1, 4)); + + assert_eq!(asset_value_1, asset_value_1_after_burn_and_mint); + assert_eq!(asset_value_4, asset_value_4_after_burn_and_mint); + }); +} + #[test] #[serial] fn mint_W() { diff --git a/runtime/mangata-kusama/src/lib.rs b/runtime/mangata-kusama/src/lib.rs index 8969278c1a..92625d101f 100644 --- a/runtime/mangata-kusama/src/lib.rs +++ b/runtime/mangata-kusama/src/lib.rs @@ -958,6 +958,16 @@ impl_runtime_apis! { } } + fn get_liq_tokens_for_trading() -> Vec { + Xyk::get_liq_tokens_for_trading() + .map_err(|e| + { + log::warn!(target:"xyk", "rpc 'XYK::get_liq_tokens_for_trading' error: '{:?}', returning default value instead", e); + e + } + ).unwrap_or_default() + } + fn is_sell_asset_lock_free( path: Vec, input_amount: Balance, @@ -1056,6 +1066,7 @@ impl_runtime_apis! { }) .collect::>() } + } impl sp_consensus_aura::AuraApi for Runtime { diff --git a/runtime/mangata-rococo/src/lib.rs b/runtime/mangata-rococo/src/lib.rs index f93787e2c3..5aa713b617 100644 --- a/runtime/mangata-rococo/src/lib.rs +++ b/runtime/mangata-rococo/src/lib.rs @@ -971,6 +971,16 @@ impl_runtime_apis! { } } + fn get_liq_tokens_for_trading() -> Vec { + Xyk::get_liq_tokens_for_trading() + .map_err(|e| + { + log::warn!(target:"xyk", "rpc 'XYK::get_liq_tokens_for_trading' error: '{:?}', returning default value instead", e); + e + } + ).unwrap_or_default() + } + fn is_sell_asset_lock_free( path: Vec, input_amount: Balance,