From 9e79b0585f4918c54b6b5641d33dfce68934a0a7 Mon Sep 17 00:00:00 2001 From: Agusrodri Date: Wed, 31 Jan 2024 18:52:40 -0800 Subject: [PATCH] improve service and modify start_node_impl_container --- Cargo.lock | 646 +++++++++++++++--------------- Cargo.toml | 330 +++++++-------- client/consensus/src/collators.rs | 2 +- node/src/service.rs | 501 ++++------------------- 4 files changed, 571 insertions(+), 908 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a19e2f4ee..04b33828b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-backing-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "sp-api", "sp-consensus-slots", @@ -816,7 +816,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "hash-db 0.16.0", "log", @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -1197,7 +1197,7 @@ dependencies = [ [[package]] name = "ccp-authorities-noting-inherent" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1224,7 +1224,7 @@ dependencies = [ [[package]] name = "ccp-xcm" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "frame-support", "frame-system", @@ -2153,7 +2153,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "clap", "parity-scale-codec", @@ -2169,7 +2169,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2192,7 +2192,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2234,7 +2234,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "anyhow", "async-trait", @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2301,7 +2301,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2325,7 +2325,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2360,7 +2360,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2377,7 +2377,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2408,7 +2408,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -2419,7 +2419,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -2433,7 +2433,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2449,7 +2449,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bp-xcm-bridge-hub-router", "cumulus-primitives-core", @@ -2473,7 +2473,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2487,7 +2487,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2527,7 +2527,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "futures 0.3.30", @@ -2540,7 +2540,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2560,7 +2560,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2584,7 +2584,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2602,7 +2602,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -2637,7 +2637,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2675,7 +2675,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2935,7 +2935,7 @@ dependencies = [ [[package]] name = "dc-orchestrator-chain-interface" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3171,7 +3171,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dp-chain-state-snapshot" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3183,7 +3183,7 @@ dependencies = [ [[package]] name = "dp-collator-assignment" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3203,7 +3203,7 @@ dependencies = [ [[package]] name = "dp-core" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3664,7 +3664,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "async-trait", "fp-storage", @@ -3676,7 +3676,7 @@ dependencies = [ [[package]] name = "fc-cli" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "clap", "ethereum-types", @@ -3694,7 +3694,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "async-trait", "fp-consensus", @@ -3710,7 +3710,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "async-trait", "ethereum", @@ -3741,7 +3741,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "fc-db", "fc-storage", @@ -3764,7 +3764,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "ethereum-types", @@ -3818,7 +3818,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "ethereum-types", @@ -3831,7 +3831,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "ethereum-types", @@ -4095,7 +4095,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", ] @@ -4112,7 +4112,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "hex", "impl-serde", @@ -4131,7 +4131,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "parity-scale-codec", @@ -4143,7 +4143,7 @@ dependencies = [ [[package]] name = "fp-dynamic-fee" version = "1.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "async-trait", "sp-core", @@ -4153,7 +4153,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "ethereum-types", @@ -4166,7 +4166,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "evm", "frame-support", @@ -4182,7 +4182,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "ethereum-types", @@ -4199,7 +4199,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "frame-support", "parity-scale-codec", @@ -4211,7 +4211,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "parity-scale-codec", "serde", @@ -4226,7 +4226,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-support-procedural", @@ -4251,7 +4251,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "Inflector", "array-bytes 6.2.2", @@ -4299,7 +4299,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -4310,7 +4310,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -4327,7 +4327,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -4357,7 +4357,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "indicatif", @@ -4378,7 +4378,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -4418,7 +4418,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "Inflector", "cfg-expr", @@ -4437,7 +4437,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.3.1", @@ -4449,7 +4449,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro2", "quote", @@ -4459,7 +4459,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cfg-if", "frame-support", @@ -4478,7 +4478,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -4493,7 +4493,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "sp-api", @@ -4502,7 +4502,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "parity-scale-codec", @@ -6520,7 +6520,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "log", @@ -6539,7 +6539,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "anyhow", "jsonrpsee", @@ -6792,7 +6792,7 @@ dependencies = [ [[package]] name = "nimbus-consensus" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "async-backing-primitives", "async-trait", @@ -6830,7 +6830,7 @@ dependencies = [ [[package]] name = "nimbus-primitives" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "async-trait", "frame-benchmarking", @@ -7241,7 +7241,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7274,7 +7274,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7290,7 +7290,7 @@ dependencies = [ [[package]] name = "pallet-async-backing" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -7310,7 +7310,7 @@ dependencies = [ [[package]] name = "pallet-author-inherent" version = "0.9.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "frame-benchmarking", "frame-support", @@ -7390,7 +7390,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -7420,7 +7420,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -7434,7 +7434,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7458,7 +7458,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "aquamarine", "docify", @@ -7480,7 +7480,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7495,7 +7495,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "fp-evm", "frame-support", @@ -7509,7 +7509,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -7529,7 +7529,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree", @@ -7554,7 +7554,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7572,7 +7572,7 @@ dependencies = [ [[package]] name = "pallet-cc-authorities-noting" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "ccp-authorities-noting-inherent", "cumulus-pallet-parachain-system", @@ -7601,7 +7601,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7652,7 +7652,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "3.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7671,7 +7671,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7706,7 +7706,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7747,7 +7747,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7765,7 +7765,7 @@ dependencies = [ [[package]] name = "pallet-dynamic-fee" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "fp-dynamic-fee", "fp-evm", @@ -7781,7 +7781,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7804,7 +7804,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7818,7 +7818,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -7837,7 +7837,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "ethereum", "ethereum-types", @@ -7860,7 +7860,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "environmental", "evm", @@ -7886,7 +7886,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "frame-support", "frame-system", @@ -7897,7 +7897,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-balances-erc20" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "fp-evm", "frame-support", @@ -7919,7 +7919,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-batch" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "evm", "fp-evm", @@ -7940,7 +7940,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-call-permit" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "evm", "fp-evm", @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "fp-evm", "num", @@ -7971,7 +7971,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "fp-evm", "tiny-keccak", @@ -7980,7 +7980,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "fp-evm", "ripemd", @@ -7990,7 +7990,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-xcm-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "fp-evm", "frame-support", @@ -8012,7 +8012,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "docify", "frame-benchmarking", @@ -8031,7 +8031,7 @@ dependencies = [ [[package]] name = "pallet-foreign-asset-creator" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "frame-benchmarking", "frame-support", @@ -8050,7 +8050,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8073,7 +8073,7 @@ dependencies = [ [[package]] name = "pallet-hotfix-sufficients" version = "1.0.0" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "frame-benchmarking", "frame-support", @@ -8089,7 +8089,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "enumflags2", "frame-benchmarking", @@ -8105,7 +8105,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8125,7 +8125,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8202,7 +8202,7 @@ dependencies = [ [[package]] name = "pallet-maintenance-mode" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -8218,7 +8218,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "7.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8254,7 +8254,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "frame-benchmarking", "frame-support", @@ -8273,7 +8273,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8291,7 +8291,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8307,7 +8307,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8323,7 +8323,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -8342,7 +8342,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8362,7 +8362,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -8373,7 +8373,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -8390,7 +8390,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8455,7 +8455,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8470,7 +8470,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8488,7 +8488,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8503,7 +8503,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8555,7 +8555,7 @@ dependencies = [ [[package]] name = "pallet-relay-storage-roots" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -8578,7 +8578,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "1.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -8593,7 +8593,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "docify", "frame-benchmarking", @@ -8631,7 +8631,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -8653,7 +8653,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8670,7 +8670,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8688,7 +8688,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8711,7 +8711,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "log", "sp-arithmetic", @@ -8731,7 +8731,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "sp-api", @@ -8740,7 +8740,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8757,7 +8757,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "docify", "frame-benchmarking", @@ -8773,7 +8773,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "docify", "frame-benchmarking", @@ -8793,7 +8793,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8812,7 +8812,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -8828,7 +8828,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -8844,7 +8844,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8856,7 +8856,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "docify", "frame-benchmarking", @@ -8875,7 +8875,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8892,7 +8892,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8908,7 +8908,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8923,7 +8923,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8938,7 +8938,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -8959,7 +8959,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-benchmarking", "frame-support", @@ -8978,7 +8978,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -8992,7 +8992,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -9325,7 +9325,7 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -9343,7 +9343,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "always-assert", "futures 0.3.30", @@ -9359,7 +9359,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "derive_more", "fatality", @@ -9382,7 +9382,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "fatality", @@ -9404,7 +9404,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "1.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "clap", "frame-benchmarking-cli", @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "fatality", @@ -9453,7 +9453,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -9465,7 +9465,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "derive_more", "fatality", @@ -9490,7 +9490,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -9504,7 +9504,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -9525,7 +9525,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "always-assert", "async-trait", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "derive_more", @@ -9595,7 +9595,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "futures 0.3.30", @@ -9617,7 +9617,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "fatality", @@ -9636,7 +9636,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -9651,7 +9651,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -9672,7 +9672,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -9687,7 +9687,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -9704,7 +9704,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "fatality", "futures 0.3.30", @@ -9723,7 +9723,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -9740,7 +9740,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "fatality", @@ -9757,7 +9757,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "fatality", @@ -9774,7 +9774,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "always-assert", "cfg-if", @@ -9803,7 +9803,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -9819,7 +9819,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cfg-if", "cpu-time", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -9858,7 +9858,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "lazy_static", "log", @@ -9876,7 +9876,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bs58 0.5.0", "futures 0.3.30", @@ -9895,7 +9895,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -9919,7 +9919,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bounded-vec", "futures 0.3.30", @@ -9941,7 +9941,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -9951,7 +9951,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "derive_more", @@ -9976,7 +9976,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "derive_more", @@ -10011,7 +10011,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -10033,7 +10033,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bounded-collections", "derive_more", @@ -10050,7 +10050,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -10076,7 +10076,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -10108,7 +10108,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitvec", "frame-benchmarking", @@ -10158,7 +10158,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bs58 0.5.0", "frame-benchmarking", @@ -10171,7 +10171,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -10218,7 +10218,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "frame-benchmarking", @@ -10334,7 +10334,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -10358,7 +10358,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -10439,7 +10439,7 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "environmental", "evm", @@ -10464,7 +10464,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moondance-labs/frontier?branch=agustin-client-async-backing#6e07bb86b7295e026a072b3977f14599513e7aff" +source = "git+https://github.com/moondance-labs/frontier?branch=tanssi-polkadot-v1.3.0#17b64ada67c9b52eeb32cea33565e456a0f39fbb" dependencies = [ "case", "num_enum", @@ -11146,7 +11146,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -11241,7 +11241,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "polkadot-primitives", @@ -11476,7 +11476,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "log", "sp-core", @@ -11487,7 +11487,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11515,7 +11515,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11538,7 +11538,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -11553,7 +11553,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -11572,7 +11572,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -11583,7 +11583,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "chrono", @@ -11623,7 +11623,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "fnv", "futures 0.3.30", @@ -11650,7 +11650,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -11676,7 +11676,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11701,7 +11701,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11730,7 +11730,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "fork-tree", @@ -11765,7 +11765,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -11787,7 +11787,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -11821,7 +11821,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -11840,7 +11840,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "fork-tree", "parity-scale-codec", @@ -11853,7 +11853,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ahash 0.8.7", "array-bytes 6.2.2", @@ -11894,7 +11894,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -11914,7 +11914,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "assert_matches", "async-trait", @@ -11949,7 +11949,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -11972,7 +11972,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -11994,7 +11994,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -12006,7 +12006,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "anyhow", "cfg-if", @@ -12024,7 +12024,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ansi_term", "futures 0.3.30", @@ -12040,7 +12040,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", @@ -12054,7 +12054,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -12082,7 +12082,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -12123,7 +12123,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-channel 1.9.0", "cid", @@ -12143,7 +12143,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -12160,7 +12160,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ahash 0.8.7", "futures 0.3.30", @@ -12178,7 +12178,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -12199,7 +12199,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -12234,7 +12234,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -12265,7 +12265,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "futures 0.3.30", @@ -12283,7 +12283,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -12317,7 +12317,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -12326,7 +12326,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -12358,7 +12358,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12378,7 +12378,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "http", "jsonrpsee", @@ -12393,7 +12393,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "futures 0.3.30", @@ -12421,7 +12421,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "directories", @@ -12485,7 +12485,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "log", "parity-scale-codec", @@ -12496,7 +12496,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "clap", "fs4", @@ -12510,7 +12510,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12529,7 +12529,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "libc", @@ -12548,7 +12548,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "chrono", "futures 0.3.30", @@ -12567,7 +12567,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ansi_term", "atty", @@ -12596,7 +12596,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -12607,7 +12607,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -12633,7 +12633,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -12649,7 +12649,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -13053,7 +13053,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "enumn", "parity-scale-codec", @@ -13247,7 +13247,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "hash-db 0.16.0", "log", @@ -13268,7 +13268,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "Inflector", "blake2 0.10.6", @@ -13282,7 +13282,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13295,7 +13295,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "integer-sqrt", "num-traits", @@ -13309,7 +13309,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13322,7 +13322,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "sp-api", "sp-inherents", @@ -13333,7 +13333,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "log", @@ -13351,7 +13351,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "futures 0.3.30", @@ -13366,7 +13366,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13383,7 +13383,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13402,7 +13402,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "lazy_static", "parity-scale-codec", @@ -13421,7 +13421,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "finality-grandpa", "log", @@ -13439,7 +13439,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13451,7 +13451,7 @@ dependencies = [ [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -13498,7 +13498,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "blake2b_simd", "byteorder", @@ -13511,7 +13511,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "quote", "sp-core-hashing", @@ -13521,7 +13521,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -13530,7 +13530,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "proc-macro2", "quote", @@ -13540,7 +13540,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "environmental", "parity-scale-codec", @@ -13551,7 +13551,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "serde_json", "sp-api", @@ -13562,7 +13562,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -13576,7 +13576,7 @@ dependencies = [ [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bytes", "ed25519-dalek", @@ -13600,7 +13600,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "lazy_static", "sp-core", @@ -13611,7 +13611,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -13623,7 +13623,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "thiserror", "zstd 0.12.4", @@ -13632,7 +13632,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -13643,7 +13643,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.1.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13655,7 +13655,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -13673,7 +13673,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13687,7 +13687,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "sp-api", "sp-core", @@ -13697,7 +13697,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "backtrace", "lazy_static", @@ -13707,7 +13707,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "rustc-hash", "serde", @@ -13717,7 +13717,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "either", "hash256-std-hasher", @@ -13739,7 +13739,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -13757,7 +13757,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "Inflector", "proc-macro-crate 1.3.1", @@ -13769,7 +13769,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -13784,7 +13784,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -13798,7 +13798,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "hash-db 0.16.0", "log", @@ -13819,7 +13819,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.1", @@ -13843,12 +13843,12 @@ dependencies = [ [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13861,7 +13861,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13874,7 +13874,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "sp-std", @@ -13886,7 +13886,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "sp-api", "sp-runtime", @@ -13895,7 +13895,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "parity-scale-codec", @@ -13910,7 +13910,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ahash 0.8.7", "hash-db 0.16.0", @@ -13934,7 +13934,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "impl-serde", "parity-scale-codec", @@ -13951,7 +13951,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -13962,7 +13962,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13975,7 +13975,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "parity-scale-codec", "scale-info", @@ -14170,7 +14170,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "bounded-collections", "derivative", @@ -14187,7 +14187,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "frame-system", @@ -14209,7 +14209,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "environmental", "frame-benchmarking", @@ -14323,12 +14323,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.30", @@ -14347,7 +14347,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "hyper", "log", @@ -14359,7 +14359,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "jsonrpsee", @@ -14372,7 +14372,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14389,7 +14389,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -14415,7 +14415,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "array-bytes 6.2.2", "frame-executive", @@ -14458,7 +14458,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -14476,7 +14476,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "ansi_term", "build-helper", @@ -14749,7 +14749,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/moondance-labs/dancekit?branch=agustin-client-async-backing#0e547567a3c98f549d74a5a1c52792276fef3af9" +source = "git+https://github.com/moondance-labs/dancekit?branch=tanssi-polkadot-v1.3.0#3b75e7f6d5c43d93aa0cc39d9df6c6a5bf815da0" dependencies = [ "cumulus-primitives-core", "dp-collator-assignment", @@ -15254,7 +15254,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "coarsetime", "polkadot-node-jaeger", @@ -15266,7 +15266,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "expander 2.0.0", "proc-macro-crate 1.3.1", @@ -15406,7 +15406,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "async-trait", "clap", @@ -16081,7 +16081,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "westend-runtime" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "binary-merkle-tree", "bitvec", @@ -16186,7 +16186,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "frame-support", "polkadot-primitives", @@ -16555,7 +16555,7 @@ dependencies = [ [[package]] name = "xcm-emulator" version = "0.1.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -16589,7 +16589,7 @@ dependencies = [ [[package]] name = "xcm-primitives" version = "0.1.0" -source = "git+https://github.com/moondance-labs/moonkit?branch=agustin-client-async-backing#cd873f110d04862b84f28e933903334c6202c159" +source = "git+https://github.com/moondance-labs/moonkit?branch=tanssi-polkadot-v1.3.0#4320d4e0fe00b4a3b0540ceeb2cb5cd922dc2d3f" dependencies = [ "sp-runtime", ] @@ -16597,7 +16597,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "1.0.0" -source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=agustin-client-async-backing#4b8ec36186e0f7006842551a15ed9fc52c8eaf4f" +source = "git+https://github.com/moondance-labs/polkadot-sdk?branch=tanssi-polkadot-v1.3.0#5968669019a8340ba5571ec5f2c428cbc7a8e81c" dependencies = [ "Inflector", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 1a5e945e6..ae29a0d0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,195 +51,195 @@ tp-maths = { path = "primitives/maths", default-features = false } tp-traits = { path = "primitives/traits", default-features = false } # Dancekit (wasm) -ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } -ccp-xcm = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } -dp-chain-state-snapshot = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } -dp-collator-assignment = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } -dp-core = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } -pallet-cc-authorities-noting = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } -test-relay-sproof-builder = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing", default-features = false } +ccp-authorities-noting-inherent = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +ccp-xcm = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +dp-chain-state-snapshot = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +dp-collator-assignment = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +dp-core = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-cc-authorities-noting = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +test-relay-sproof-builder = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Dancekit (client) -dc-orchestrator-chain-interface = { git = "https://github.com/moondance-labs/dancekit", branch = "agustin-client-async-backing" } +dc-orchestrator-chain-interface = { git = "https://github.com/moondance-labs/dancekit", branch = "tanssi-polkadot-v1.3.0" } # Moonkit (wasm) -nimbus-consensus = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing" } -nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-async-backing = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-batch = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-call-permit = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-xcm-utils = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-foreign-asset-creator = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-maintenance-mode = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -pallet-relay-storage-roots = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } -xcm-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "agustin-client-async-backing", default-features = false } +nimbus-consensus = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0" } +nimbus-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-async-backing = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-author-inherent = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-balances-erc20 = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-batch = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-call-permit = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-xcm-utils = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-foreign-asset-creator = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-maintenance-mode = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-migrations = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-relay-storage-roots = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } +xcm-primitives = { git = "https://github.com/moondance-labs/moonkit", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Substrate (wasm) -frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -frame-executive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -frame-support = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", version = "4.0.0-dev", default-features = false } -frame-system = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", version = "4.0.0-dev", default-features = false } -frame-system-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -frame-try-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-asset-rate = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-assets = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-balances = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-identity = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-im-online = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-message-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-proxy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-root-testing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-sudo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-transaction-payment = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-tx-pause = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } +frame-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +frame-executive = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +frame-support = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", version = "4.0.0-dev", default-features = false } +frame-system = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", version = "4.0.0-dev", default-features = false } +frame-system-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +frame-try-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-asset-rate = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-assets = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-balances = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-identity = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-im-online = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-message-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-proxy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-root-testing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-sudo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-transaction-payment = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-tx-pause = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = [ "derive", "max-encoded-len" ] } scale-info = { version = "2.10.0", default-features = false } -sp-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-application-crypto = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-consensus-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-consensus-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-core = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", version = "21.0.0", default-features = false } -sp-debug-derive = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", default-features = false } -sp-inherents = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-io = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", version = "23.0.0", default-features = false } -sp-keyring = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", version = "24.0.0", default-features = false } -sp-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "agustin-client-async-backing", version = "24.0.0", default-features = false } -sp-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-state-machine = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-std = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-trie = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-version = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } +sp-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-application-crypto = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-consensus-babe = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-consensus-beefy = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-core = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", version = "21.0.0", default-features = false } +sp-debug-derive = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-inherents = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-io = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", version = "23.0.0", default-features = false } +sp-keyring = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", version = "24.0.0", default-features = false } +sp-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk.git", branch = "tanssi-polkadot-v1.3.0", version = "24.0.0", default-features = false } +sp-session = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-state-machine = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-std = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-trie = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-version = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Substrate (client) -frame-benchmarking-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sc-basic-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-chain-spec = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-client-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-consensus-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-consensus-manual-seal = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-network-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-network-sync = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-network-test = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-network-transactions = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-sysinfo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-telemetry = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-transaction-pool-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sc-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sp-blockchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -sp-externalities = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-storage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -sp-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -substrate-build-script-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -substrate-test-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -substrate-test-runtime-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -substrate-wasm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -try-runtime-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } +frame-benchmarking-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +pallet-transaction-payment-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sc-basic-authorship = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-block-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-chain-spec = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-client-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-consensus = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-consensus-grandpa = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-consensus-manual-seal = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-consensus-slots = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-network-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-network-sync = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-network-test = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-network-transactions = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-offchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-rpc = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-sysinfo = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-telemetry = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-tracing = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-transaction-pool = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-transaction-pool-api = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sc-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sp-blockchain = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +sp-externalities = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-keystore = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-staking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-storage = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +sp-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +substrate-build-script-utils = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +substrate-frame-rpc-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +substrate-prometheus-endpoint = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +substrate-test-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +substrate-test-runtime-client = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +substrate-wasm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +try-runtime-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } # Polkadot (wasm) -pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -polkadot-parachain-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -staging-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -staging-xcm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -staging-xcm-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -westend-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -westend-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } +pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +polkadot-node-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +polkadot-parachain-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +polkadot-runtime-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +staging-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +staging-xcm-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +staging-xcm-executor = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +westend-runtime = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +westend-runtime-constants = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Polkadot (client) -polkadot-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } -polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -polkadot-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing" } +polkadot-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +polkadot-overseer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } +polkadot-primitives = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +polkadot-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0" } # Cumulus (wasm) -cumulus-pallet-dmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false, features = [ "parameterized-consensus-hook" ] } -cumulus-pallet-session-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-primitives-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -parachain-info = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -parachains-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false, features = [ "parameterized-consensus-hook" ] } +cumulus-pallet-session-benchmarking = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-primitives-core = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +parachain-info = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +parachains-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Cumulus (client) -cumulus-client-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-collator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-consensus-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-consensus-proposer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-pov-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-client-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } -xcm-emulator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "agustin-client-async-backing", default-features = false } +cumulus-client-cli = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-collator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-consensus-aura = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-consensus-common = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-consensus-proposer = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-network = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-pov-recovery = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-client-service = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } +xcm-emulator = { git = "https://github.com/moondance-labs/polkadot-sdk", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Frontier (wasm) -fp-account = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fp-evm = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fp-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fp-self-contained = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-base-fee = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-dynamic-fee = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-ethereum = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-evm = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-chain-id = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -pallet-hotfix-sufficients = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -precompile-utils = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } +fp-account = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fp-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fp-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fp-self-contained = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-base-fee = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-dynamic-fee = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-ethereum = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +pallet-hotfix-sufficients = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +precompile-utils = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } # Frontier (client) -fc-api = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fc-cli = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fc-consensus = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fc-db = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fc-mapping-sync = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fc-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", features = [ +fc-api = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fc-cli = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fc-consensus = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fc-db = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fc-mapping-sync = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fc-rpc = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", features = [ "rpc-binary-search-estimate", ] } -fc-rpc-core = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } -fc-storage = { git = "https://github.com/moondance-labs/frontier", branch = "agustin-client-async-backing", default-features = false } +fc-rpc-core = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } +fc-storage = { git = "https://github.com/moondance-labs/frontier", branch = "tanssi-polkadot-v1.3.0", default-features = false } # General (wasm) bounded-collections = { version = "0.1.8", default-features = false } diff --git a/client/consensus/src/collators.rs b/client/consensus/src/collators.rs index 5481898a7..86dd8f8e3 100644 --- a/client/consensus/src/collators.rs +++ b/client/consensus/src/collators.rs @@ -394,7 +394,7 @@ where //C::Api: AuraApi, P: Pair, P::Public: Codec + std::fmt::Debug, - P::Signature: Codec + P::Signature: Codec, { let expected_author = crate::slot_author::

(slot, authorities.as_slice()); log::error!("expected author is {:?}", expected_author); diff --git a/node/src/service.rs b/node/src/service.rs index 77bb8e5dc..eba1857c0 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -61,15 +61,12 @@ use { sc_client_api::{ AuxStore, Backend as BackendT, BlockchainEvents, HeaderBackend, UsageProvider, }, - sc_consensus::BasicQueue, sc_consensus::BlockImport, + sc_consensus::{BasicQueue, ImportQueue}, sc_executor::NativeElseWasmExecutor, sc_network::NetworkBlock, sc_network_sync::SyncingService, - sc_service::{ - Configuration, SpawnEssentialTaskHandle, SpawnTaskHandle, TFullBackend, TFullClient, - TaskManager, - }, + sc_service::{Configuration, SpawnTaskHandle, TFullBackend, TFullClient, TaskManager}, sc_telemetry::TelemetryHandle, sp_api::StorageProof, sp_consensus::SyncOracle, @@ -358,87 +355,37 @@ async fn start_node_impl( ); } - /* let parachain_consensus = build_consensus_orchestrator( - node_builder.client.clone(), - block_import.clone(), - node_builder.prometheus_registry.as_ref(), - node_builder.telemetry.as_ref().map(|t| t.handle()), - &node_builder.task_manager, - relay_chain_interface.clone(), - node_builder.transaction_pool.clone(), - node_builder.network.sync_service.clone(), - node_builder.keystore_container.keystore(), - force_authoring, - para_id, - )?; - - let params_generator = node_builder.cumulus_client_collator_params_generator( - para_id, - overseer_handle.clone(), - collator_key.clone(), - parachain_consensus.clone(), - ); */ - - // TODO: refactor and build something similar to params_generator inside node builder. // Params for collate_on_tanssi closure - let spawn_handle = node_builder.task_manager.spawn_handle().clone(); - let spawn_essential = node_builder.task_manager.spawn_essential_handle().clone(); - let keystore_clone = node_builder.keystore_container.keystore().clone(); - let telemetry_handle = node_builder.telemetry.as_ref().map(|t| t.handle()).clone(); - let block_import_clone = block_import.clone(); - let client_clone = node_builder.client.clone(); - let prometheus_registry = node_builder.prometheus_registry.clone(); + let node_spawn_handle = node_builder.task_manager.spawn_handle().clone(); + let node_keystore = node_builder.keystore_container.keystore().clone(); + let node_telemetry_handle = node_builder.telemetry.as_ref().map(|t| t.handle()).clone(); + let node_client = node_builder.client.clone(); let relay_interface = relay_chain_interface.clone(); - let tx_pool = node_builder.transaction_pool.clone(); - let sync_service = node_builder.network.sync_service.clone(); - let collator_key_clone = collator_key.clone(); - let para_id_clone = para_id; + let node_sync_service = node_builder.network.sync_service.clone(); let overseer = overseer_handle.clone(); - let announce_block_clone = announce_block.clone(); - // TODO: change for async backing collate_on_tanssi = Some(move || async move { - //#[allow(deprecated)] - //cumulus_client_collator::start_collator(params_generator()).await; - start_consensus_orchestrator( - client_clone, - block_import_clone, - prometheus_registry, - telemetry_handle.clone(), - spawn_handle, - spawn_essential, + let _ = start_consensus_orchestrator( + node_client, + block_import.clone(), + node_builder.prometheus_registry.clone(), + node_telemetry_handle, + node_spawn_handle, relay_interface, - tx_pool, - sync_service, - keystore_clone.clone(), + node_builder.transaction_pool.clone(), + node_sync_service, + node_keystore, force_authoring, relay_chain_slot_duration, - para_id_clone, - collator_key_clone, + para_id, + collator_key.clone(), overseer, - announce_block_clone, - ) - .expect("Start consensus should succeed"); + announce_block.clone(), + ); }); - start_consensus_orchestrator( - node_builder.client.clone(), - block_import.clone(), - node_builder.prometheus_registry.clone(), - node_builder.telemetry.as_ref().map(|t| t.handle()).clone(), - node_builder.task_manager.spawn_handle().clone(), - node_builder.task_manager.spawn_essential_handle().clone(), - relay_chain_interface.clone(), - node_builder.transaction_pool.clone(), - node_builder.network.sync_service.clone(), - node_builder.keystore_container.keystore().clone(), - force_authoring, - relay_chain_slot_duration, - para_id, - collator_key.clone(), - overseer_handle.clone(), - announce_block, - )?; + let call = collate_on_tanssi.clone().unwrap(); + call().await; } node_builder.network.start_network.start_network(); @@ -537,6 +484,7 @@ pub async fn start_node_impl_container( let node_builder = NodeConfig::new_builder(¶chain_config, None)?; let (block_import, import_queue) = import_queue(¶chain_config, &node_builder); + let import_queue_service = import_queue.service(); log::info!("are we collators? {:?}", collator); let node_builder = node_builder @@ -581,34 +529,33 @@ pub async fn start_node_impl_container( Arc Pin + Send>> + Send + Sync>, > = None; - let node_builder = if collator { - let (node_builder, import_queue) = node_builder.extract_import_queue_service(); + let overseer_handle = relay_chain_interface + .overseer_handle() + .map_err(|e| sc_service::Error::Application(Box::new(e)))?; + let (mut node_builder, node_import_queue_service) = node_builder.extract_import_queue_service(); + + start_relay_chain_tasks(StartRelayChainTasksParams { + client: node_builder.client.clone(), + announce_block: announce_block.clone(), + para_id, + relay_chain_interface: relay_chain_interface.clone(), + task_manager: &mut node_builder.task_manager, + da_recovery_profile: if collator { + DARecoveryProfile::Collator + } else { + DARecoveryProfile::FullNode + }, + import_queue: import_queue_service, + relay_chain_slot_duration, + recovery_handle: Box::new(overseer_handle.clone()), + sync_service: node_builder.network.sync_service.clone(), + })?; + if collator { let collator_key = collator_key .clone() .expect("Command line arguments do not allow this. qed"); - let overseer_handle = relay_chain_interface - .overseer_handle() - .map_err(|e| sc_service::Error::Application(Box::new(e)))?; - - let parachain_consensus = build_consensus_container( - node_builder.client.clone(), - orchestrator_client.clone(), - block_import, - prometheus_registry.as_ref(), - node_builder.telemetry.as_ref().map(|t| t.handle()), - &node_builder.task_manager, - relay_chain_interface.clone(), - orchestrator_chain_interface.clone(), - node_builder.transaction_pool.clone(), - node_builder.network.sync_service.clone(), - keystore, - force_authoring, - para_id, - orchestrator_para_id, - )?; - // Given the sporadic nature of the explicit recovery operation and the // possibility to retry infinite times this value is more than enough. // In practice here we expect no more than one queued messages. @@ -620,7 +567,7 @@ pub async fn start_node_impl_container( para_id, node_builder.client.clone(), relay_chain_interface.clone(), - announce_block, + announce_block.clone(), Some(recovery_chan_tx), ); @@ -639,7 +586,7 @@ pub async fn start_node_impl_container( max: relay_chain_slot_duration, }, node_builder.client.clone(), - import_queue, + node_import_queue_service, relay_chain_interface.clone(), para_id, recovery_chan_rx, @@ -652,13 +599,6 @@ pub async fn start_node_impl_container( pov_recovery.run(), ); - let params_generator = node_builder.cumulus_client_collator_params_generator( - para_id, - overseer_handle, - collator_key, - parachain_consensus, - ); - // Hack to fix logs, if this future is awaited by the ContainerChainSpawner thread, // the logs will say "Orchestrator" instead of "Container-2000". // Wrapping the future in this function fixes that. @@ -670,22 +610,35 @@ pub async fn start_node_impl_container( f.await } + let node_spawn_handle = node_builder.task_manager.spawn_handle().clone(); + let node_client = node_builder.client.clone(); + start_collation = Some(Arc::new(move || { Box::pin(wrap( para_id, - #[allow(deprecated)] - cumulus_client_collator::start_collator(params_generator()), + start_consensus_container( + node_client.clone(), + orchestrator_client.clone(), + block_import.clone(), + prometheus_registry.clone(), + node_builder.telemetry.as_ref().map(|t| t.handle()).clone(), + node_spawn_handle.clone(), + relay_chain_interface.clone(), + orchestrator_chain_interface.clone(), + node_builder.transaction_pool.clone(), + node_builder.network.sync_service.clone(), + keystore.clone(), + force_authoring, + relay_chain_slot_duration, + para_id, + orchestrator_para_id, + collator_key.clone(), + overseer_handle.clone(), + announce_block.clone(), + ), )) })); - - node_builder - } else { - node_builder.start_full_node( - para_id, - relay_chain_interface.clone(), - relay_chain_slot_duration, - )? - }; + } node_builder.network.start_network.start_network(); @@ -712,15 +665,13 @@ fn build_manual_seal_import_queue( )) } -// TODO: remove and use -#[allow(unused)] -fn start_consensus_container( +async fn start_consensus_container( client: Arc, orchestrator_client: Arc, block_import: ParachainBlockImport, - prometheus_registry: Option<&Registry>, + prometheus_registry: Option, telemetry: Option, - task_manager: &TaskManager, + spawner: SpawnTaskHandle, relay_chain_interface: Arc, orchestrator_chain_interface: Arc, transaction_pool: Arc>, @@ -733,14 +684,15 @@ fn start_consensus_container( collator_key: CollatorPair, overseer_handle: OverseerHandle, announce_block: Arc>) + Send + Sync>, -) -> Result<(), sc_service::Error> { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*orchestrator_client)?; +) { + let slot_duration = cumulus_client_consensus_aura::slot_duration(&*orchestrator_client) + .expect("Slot duration should exist"); let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( - task_manager.spawn_handle(), + spawner.clone(), client.clone(), transaction_pool, - prometheus_registry, + prometheus_registry.as_ref(), telemetry.clone(), ); @@ -748,7 +700,7 @@ fn start_consensus_container( let collator_service = CollatorService::new( client.clone(), - Arc::new(task_manager.spawn_handle()), + Arc::new(spawner.clone()), announce_block, client.clone(), ); @@ -851,42 +803,30 @@ fn start_consensus_container( let fut = basic_tanssi_aura::run::(params); // TODO: what name shall we put here? - task_manager - .spawn_essential_handle() - .spawn("tanssi-aura-container", None, fut); - - Ok(()) + spawner.spawn("tanssi-aura-container", None, fut); } fn start_consensus_orchestrator( client: Arc, - //orchestrator_client: Arc, block_import: ParachainBlockImport, prometheus_registry: Option, telemetry: Option, - //task_manager: &TaskManager, spawner: SpawnTaskHandle, - spawner_essential: SpawnEssentialTaskHandle, relay_chain_interface: Arc, - //orchestrator_chain_interface: Arc, transaction_pool: Arc>, sync_oracle: Arc>, keystore: KeystorePtr, force_authoring: bool, relay_chain_slot_duration: Duration, para_id: ParaId, - //orchestrator_para_id: ParaId, collator_key: CollatorPair, overseer_handle: OverseerHandle, announce_block: Arc>) + Send + Sync>, ) -> Result<(), sc_service::Error> { - //impl Future + Send + 'static - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( spawner.clone(), - //task_manager.spawn_handle(), client.clone(), transaction_pool, prometheus_registry.as_ref(), @@ -898,7 +838,6 @@ fn start_consensus_orchestrator( let collator_service = CollatorService::new( client.clone(), Arc::new(spawner.clone()), - //Arc::new(task_manager.spawn_handle()), announce_block, client.clone(), ); @@ -988,287 +927,11 @@ fn start_consensus_orchestrator( let fut = basic_tanssi_aura::run::(params); // TODO: what name shall we put here? - spawner_essential.spawn("tanssi-aura", None, fut); + spawner.spawn("tanssi-aura", None, fut); Ok(()) } -fn build_consensus_container( - client: Arc, - orchestrator_client: Arc, - block_import: ParachainBlockImport, - prometheus_registry: Option<&Registry>, - telemetry: Option, - task_manager: &TaskManager, - relay_chain_interface: Arc, - orchestrator_chain_interface: Arc, - transaction_pool: Arc>, - sync_oracle: Arc>, - keystore: KeystorePtr, - force_authoring: bool, - para_id: ParaId, - orchestrator_para_id: ParaId, -) -> Result>, sc_service::Error> { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*orchestrator_client)?; - - let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( - task_manager.spawn_handle(), - client.clone(), - transaction_pool, - prometheus_registry, - telemetry.clone(), - ); - - let relay_chain_interace_for_orch = relay_chain_interface.clone(); - let orchestrator_client_for_cidp = orchestrator_client; - - let params = tc_consensus::BuildOrchestratorAuraConsensusParams { - proposer_factory, - create_inherent_data_providers: move |_block_hash, (relay_parent, validation_data)| { - let relay_chain_interface = relay_chain_interface.clone(); - let orchestrator_chain_interface = orchestrator_chain_interface.clone(); - - async move { - let parachain_inherent = - cumulus_primitives_parachain_inherent::ParachainInherentData::create_at( - relay_parent, - &relay_chain_interface, - &validation_data, - para_id, - ) - .await; - - let authorities_noting_inherent = - ccp_authorities_noting_inherent::ContainerChainAuthoritiesInherentData::create_at( - relay_parent, - &relay_chain_interface, - &orchestrator_chain_interface, - orchestrator_para_id, - ) - .await; - - let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - - let slot = - sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration( - *timestamp, - slot_duration, - ); - - let parachain_inherent = parachain_inherent.ok_or_else(|| { - Box::::from( - "Failed to create parachain inherent", - ) - })?; - - let authorities_noting_inherent = authorities_noting_inherent.ok_or_else(|| { - Box::::from( - "Failed to create authoritiesnoting inherent", - ) - })?; - - Ok(( - slot, - timestamp, - parachain_inherent, - authorities_noting_inherent, - )) - } - }, - get_authorities_from_orchestrator: move |_block_hash, (relay_parent, _validation_data)| { - let relay_chain_interace_for_orch = relay_chain_interace_for_orch.clone(); - let orchestrator_client_for_cidp = orchestrator_client_for_cidp.clone(); - - async move { - let latest_header = - ccp_authorities_noting_inherent::ContainerChainAuthoritiesInherentData::get_latest_orchestrator_head_info( - relay_parent, - &relay_chain_interace_for_orch, - orchestrator_para_id, - ) - .await; - - let latest_header = latest_header.ok_or_else(|| { - Box::::from( - "Failed to fetch latest header", - ) - })?; - - let authorities = tc_consensus::authorities::( - orchestrator_client_for_cidp.as_ref(), - &latest_header.hash(), - para_id, - ); - - let aux_data = authorities.ok_or_else(|| { - Box::::from( - "Failed to fetch authorities with error", - ) - })?; - - log::info!( - "Authorities {:?} found for header {:?}", - aux_data, - latest_header - ); - - Ok(aux_data) - } - }, - block_import, - para_client: client, - backoff_authoring_blocks: Option::<()>::None, - sync_oracle, - keystore, - force_authoring, - slot_duration, - // We got around 500ms for proposing - block_proposal_slot_portion: SlotProportion::new(1f32 / 24f32), - // And a maximum of 750ms if slots are skipped - max_block_proposal_slot_portion: Some(SlotProportion::new(1f32 / 16f32)), - telemetry, - }; - - Ok(tc_consensus::OrchestratorAuraConsensus::build::< - NimbusPair, - _, - _, - _, - _, - _, - _, - >(params)) -} - -// TODO: remove -#[allow(unused)] -fn build_consensus_orchestrator( - client: Arc, - block_import: ParachainBlockImport, - prometheus_registry: Option<&Registry>, - telemetry: Option, - task_manager: &TaskManager, - relay_chain_interface: Arc, - transaction_pool: Arc>, - sync_oracle: Arc>, - keystore: KeystorePtr, - force_authoring: bool, - para_id: ParaId, -) -> Result>, sc_service::Error> { - let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - - let proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( - task_manager.spawn_handle(), - client.clone(), - transaction_pool, - prometheus_registry, - telemetry.clone(), - ); - - let client_set_aside_for_cidp = client.clone(); - let client_set_aside_for_orch = client.clone(); - - let params = BuildOrchestratorAuraConsensusParams { - proposer_factory, - create_inherent_data_providers: move |block_hash, (relay_parent, validation_data)| { - let relay_chain_interface = relay_chain_interface.clone(); - let client_set_aside_for_cidp = client_set_aside_for_cidp.clone(); - async move { - let parachain_inherent = - cumulus_primitives_parachain_inherent::ParachainInherentData::create_at( - relay_parent, - &relay_chain_interface, - &validation_data, - para_id, - ) - .await; - - let para_ids = client_set_aside_for_cidp - .runtime_api() - .registered_paras(block_hash)?; - let para_ids: Vec<_> = para_ids.into_iter().collect(); - let author_noting_inherent = - tp_author_noting_inherent::OwnParachainInherentData::create_at( - relay_parent, - &relay_chain_interface, - ¶_ids, - ) - .await; - - let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - - let slot = - sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_slot_duration( - *timestamp, - slot_duration, - ); - - let parachain_inherent = parachain_inherent.ok_or_else(|| { - Box::::from( - "Failed to create parachain inherent", - ) - })?; - - let author_noting_inherent = author_noting_inherent.ok_or_else(|| { - Box::::from( - "Failed to create author noting inherent", - ) - })?; - - Ok((slot, timestamp, parachain_inherent, author_noting_inherent)) - } - }, - get_authorities_from_orchestrator: - move |block_hash: H256, (_relay_parent, _validation_data)| { - let client_set_aside_for_orch = client_set_aside_for_orch.clone(); - - async move { - let authorities = tc_consensus::authorities::( - client_set_aside_for_orch.as_ref(), - &block_hash, - para_id, - ); - - let aux_data = authorities.ok_or_else(|| { - Box::::from( - "Failed to fetch authorities with error", - ) - })?; - - log::info!( - "Authorities {:?} found for header {:?}", - aux_data, - block_hash - ); - - Ok(aux_data) - } - }, - block_import, - para_client: client, - backoff_authoring_blocks: Option::<()>::None, - sync_oracle, - keystore, - force_authoring, - slot_duration, - // We got around 500ms for proposing - block_proposal_slot_portion: SlotProportion::new(1f32 / 24f32), - // And a maximum of 750ms if slots are skipped - max_block_proposal_slot_portion: Some(SlotProportion::new(1f32 / 16f32)), - telemetry, - }; - - Ok(OrchestratorAuraConsensus::build::< - NimbusPair, - _, - _, - _, - _, - _, - _, - >(params)) -} - /// Start a parachain node. pub async fn start_parachain_node( parachain_config: Configuration,