From 0ff654fad83e58f85cb8d555cba2d849f464188a Mon Sep 17 00:00:00 2001 From: dandanlen <3168260+dandanlen@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:16:16 +0200 Subject: [PATCH] fix: update substrate ref to use Kademlia fix (#3941) --- Cargo.lock | 364 +++++++++--------- api/bin/chainflip-broker-api/Cargo.toml | 2 +- api/bin/chainflip-cli/Cargo.toml | 2 +- api/bin/chainflip-lp-api/Cargo.toml | 2 +- api/lib/Cargo.toml | 8 +- engine/Cargo.toml | 16 +- engine/multisig/Cargo.toml | 4 +- state-chain/amm/Cargo.toml | 4 +- state-chain/cf-integration-tests/Cargo.toml | 42 +- .../cf-session-benchmarking/Cargo.toml | 12 +- state-chain/chains/Cargo.toml | 8 +- state-chain/custom-rpc/Cargo.toml | 8 +- state-chain/node/Cargo.toml | 72 ++-- .../pallets/cf-account-roles/Cargo.toml | 14 +- state-chain/pallets/cf-broadcast/Cargo.toml | 14 +- .../pallets/cf-chain-tracking/Cargo.toml | 14 +- state-chain/pallets/cf-emissions/Cargo.toml | 16 +- state-chain/pallets/cf-environment/Cargo.toml | 14 +- state-chain/pallets/cf-flip/Cargo.toml | 16 +- state-chain/pallets/cf-funding/Cargo.toml | 14 +- state-chain/pallets/cf-governance/Cargo.toml | 16 +- .../pallets/cf-ingress-egress/Cargo.toml | 14 +- state-chain/pallets/cf-lp/Cargo.toml | 14 +- state-chain/pallets/cf-pools/Cargo.toml | 16 +- state-chain/pallets/cf-reputation/Cargo.toml | 18 +- state-chain/pallets/cf-swapping/Cargo.toml | 16 +- .../pallets/cf-threshold-signature/Cargo.toml | 14 +- .../cf-tokenholder-governance/Cargo.toml | 14 +- state-chain/pallets/cf-validator/Cargo.toml | 18 +- state-chain/pallets/cf-vaults/Cargo.toml | 14 +- state-chain/pallets/cf-witnesser/Cargo.toml | 14 +- state-chain/primitives/Cargo.toml | 8 +- .../runtime-upgrade-utilities/Cargo.toml | 6 +- state-chain/runtime-utilities/Cargo.toml | 8 +- state-chain/runtime/Cargo.toml | 54 +-- state-chain/test-utilities/Cargo.toml | 10 +- state-chain/traits/Cargo.toml | 12 +- utilities/Cargo.toml | 2 +- 38 files changed, 457 insertions(+), 457 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0654cec03..f5c76a66a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,7 +966,7 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "utilities", ] @@ -996,7 +996,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "ss58-registry", "utilities", ] @@ -1052,7 +1052,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-transaction-pool", "sp-version", "state-chain-runtime", @@ -1070,7 +1070,7 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "strum 0.24.1", "strum_macros 0.24.3", ] @@ -1090,7 +1090,7 @@ dependencies = [ "frame-support", "log", "sp-io", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -1103,7 +1103,7 @@ dependencies = [ "parity-scale-codec", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -1116,7 +1116,7 @@ dependencies = [ "pallet-session", "rand 0.8.5", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -1146,7 +1146,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -3306,7 +3306,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", ] @@ -3329,7 +3329,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "frame-support-procedural", @@ -3346,7 +3346,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-storage", "static_assertions", ] @@ -3354,7 +3354,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "Inflector", "array-bytes", @@ -3402,7 +3402,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "frame-system", @@ -3412,7 +3412,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-tracing", ] @@ -3442,7 +3442,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-recursion", "futures", @@ -3463,7 +3463,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "aquamarine", "bitflags 1.3.2", @@ -3491,7 +3491,7 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-tracing", "sp-weights", "tt-call", @@ -3500,7 +3500,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "Inflector", "cfg-expr", @@ -3518,7 +3518,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3530,7 +3530,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "proc-macro2", "quote", @@ -3540,7 +3540,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "cfg-if", "frame-support", @@ -3551,7 +3551,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-version", "sp-weights", ] @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3568,13 +3568,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "sp-api", @@ -3583,13 +3583,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6354,7 +6354,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "frame-system", @@ -6364,13 +6364,13 @@ dependencies = [ "sp-application-crypto", "sp-consensus-aura", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "frame-system", @@ -6378,7 +6378,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6398,7 +6398,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6419,7 +6419,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6440,7 +6440,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6463,7 +6463,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6486,7 +6486,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6507,7 +6507,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6529,7 +6529,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6548,7 +6548,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-version", ] @@ -6572,7 +6572,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6593,7 +6593,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6615,7 +6615,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6638,7 +6638,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6660,7 +6660,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6684,7 +6684,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6705,7 +6705,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -6732,7 +6732,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "utilities", ] @@ -6756,7 +6756,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "utilities", ] @@ -6777,14 +6777,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "utilities", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6801,13 +6801,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "frame-system", @@ -6821,14 +6821,14 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-trie", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-benchmarking", "frame-support", @@ -6839,14 +6839,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-timestamp", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-support", "frame-system", @@ -6856,13 +6856,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6878,7 +6878,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -8253,7 +8253,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "log", "sp-core", @@ -8264,7 +8264,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "futures", "futures-timer", @@ -8287,7 +8287,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8302,7 +8302,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -8321,7 +8321,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8332,7 +8332,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "chrono", @@ -8371,7 +8371,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "fnv", "futures", @@ -8397,7 +8397,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "hash-db 0.16.0", "kvdb", @@ -8423,7 +8423,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "futures", @@ -8448,7 +8448,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "futures", @@ -8477,7 +8477,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "ahash 0.8.3", "array-bytes", @@ -8518,7 +8518,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "finality-grandpa", "futures", @@ -8538,7 +8538,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "futures", @@ -8561,7 +8561,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -8583,7 +8583,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -8595,7 +8595,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "anyhow", "cfg-if", @@ -8612,7 +8612,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "ansi_term", "futures", @@ -8628,7 +8628,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "parking_lot 0.12.1", @@ -8642,7 +8642,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "async-channel", @@ -8685,7 +8685,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-channel", "cid", @@ -8705,7 +8705,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -8722,7 +8722,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "ahash 0.8.3", "futures", @@ -8741,7 +8741,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "async-channel", @@ -8762,7 +8762,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "async-channel", @@ -8796,7 +8796,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "futures", @@ -8814,7 +8814,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "bytes", @@ -8848,7 +8848,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8857,7 +8857,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "futures", "jsonrpsee", @@ -8888,7 +8888,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8907,7 +8907,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "http", "jsonrpsee", @@ -8922,7 +8922,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "futures", @@ -8948,7 +8948,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "directories", @@ -9012,7 +9012,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "log", "parity-scale-codec", @@ -9023,7 +9023,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "futures", "libc", @@ -9036,13 +9036,13 @@ dependencies = [ "serde_json", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "chrono", "futures", @@ -9061,7 +9061,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "ansi_term", "atty", @@ -9090,7 +9090,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9101,7 +9101,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "futures", @@ -9127,7 +9127,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "futures", @@ -9143,7 +9143,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-channel", "futures", @@ -9869,7 +9869,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "hash-db 0.16.0", "log", @@ -9881,7 +9881,7 @@ dependencies = [ "sp-metadata-ir", "sp-runtime", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-trie", "sp-version", "thiserror", @@ -9890,7 +9890,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "Inflector", "blake2", @@ -9904,45 +9904,45 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "23.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-arithmetic" version = "16.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "static_assertions", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "futures", "log", @@ -9960,7 +9960,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "futures", @@ -9975,7 +9975,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "parity-scale-codec", @@ -9985,14 +9985,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "parity-scale-codec", @@ -10004,14 +10004,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-timestamp", ] [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "finality-grandpa", "log", @@ -10023,25 +10023,25 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-timestamp", ] [[package]] name = "sp-core" version = "21.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -10069,11 +10069,11 @@ dependencies = [ "secp256k1 0.24.3", "secrecy", "serde", - "sp-core-hashing 9.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-core-hashing 9.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-storage", "ss58-registry", "substrate-bip39", @@ -10101,7 +10101,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "9.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "blake2b_simd", "byteorder", @@ -10114,17 +10114,17 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "9.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "quote", - "sp-core-hashing 9.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-core-hashing 9.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "syn 2.0.28", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10133,7 +10133,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "8.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "proc-macro2", "quote", @@ -10143,43 +10143,43 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.19.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-storage", ] [[package]] name = "sp-genesis-builder" version = "0.1.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "thiserror", ] [[package]] name = "sp-io" version = "23.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "bytes", "ed25519", @@ -10194,7 +10194,7 @@ dependencies = [ "sp-keystore", "sp-runtime-interface", "sp-state-machine", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-tracing", "sp-trie", "tracing", @@ -10204,7 +10204,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "24.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "lazy_static", "sp-core", @@ -10215,7 +10215,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.27.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10227,7 +10227,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "thiserror", "zstd 0.12.4", @@ -10236,18 +10236,18 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.1.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-metadata 16.0.0", "parity-scale-codec", "scale-info", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "sp-api", "sp-core", @@ -10257,7 +10257,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "8.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "backtrace", "lazy_static", @@ -10267,7 +10267,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "rustc-hash", "serde", @@ -10277,7 +10277,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "24.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "either", "hash256-std-hasher", @@ -10292,14 +10292,14 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "17.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -10307,7 +10307,7 @@ dependencies = [ "primitive-types", "sp-externalities", "sp-runtime-interface-proc-macro", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-storage", "sp-tracing", "sp-wasm-interface", @@ -10317,7 +10317,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "11.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "Inflector", "proc-macro-crate", @@ -10329,7 +10329,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10338,13 +10338,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10352,13 +10352,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-state-machine" version = "0.28.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "hash-db 0.16.0", "log", @@ -10369,7 +10369,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-panic-handler", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-trie", "thiserror", "tracing", @@ -10379,7 +10379,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "aes-gcm 0.10.2", "curve25519-dalek 3.2.0", @@ -10395,7 +10395,7 @@ dependencies = [ "sp-externalities", "sp-runtime", "sp-runtime-interface", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "thiserror", "x25519-dalek 2.0.0-pre.1", ] @@ -10409,41 +10409,41 @@ checksum = "53458e3c57df53698b3401ec0934bea8e8cfce034816873c0b0abbd83d7bac0d" [[package]] name = "sp-std" version = "8.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" [[package]] name = "sp-storage" version = "13.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "thiserror", ] [[package]] name = "sp-tracing" version = "10.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "tracing", "tracing-core", "tracing-subscriber 0.2.25", @@ -10452,7 +10452,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "sp-api", "sp-runtime", @@ -10461,7 +10461,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "parity-scale-codec", @@ -10469,14 +10469,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-trie", ] [[package]] name = "sp-trie" version = "22.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "ahash 0.8.3", "hash-db 0.16.0", @@ -10489,7 +10489,7 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "thiserror", "tracing", "trie-db", @@ -10499,7 +10499,7 @@ dependencies = [ [[package]] name = "sp-version" version = "22.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10508,7 +10508,7 @@ dependencies = [ "serde", "sp-core-hashing-proc-macro", "sp-runtime", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-version-proc-macro", "thiserror", ] @@ -10516,7 +10516,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "8.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10527,20 +10527,20 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "14.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "wasmtime", ] [[package]] name = "sp-weights" version = "20.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10549,7 +10549,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-debug-derive", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", ] [[package]] @@ -10664,7 +10664,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08)", + "sp-std 8.0.0 (git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1)", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -10790,12 +10790,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -10814,7 +10814,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "hyper", "log", @@ -10826,7 +10826,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "jsonrpsee", @@ -10839,7 +10839,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "ansi_term", "build-helper", @@ -11697,7 +11697,7 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08#72dc39b772f242971e2c6c034cd533dad6cf98ee" +source = "git+https://github.com/chainflip-io/substrate.git?tag=chainflip-monthly-2023-08+1#4aef762996b872992aaa675314dbb7d25204cc7e" dependencies = [ "async-trait", "clap 4.3.21", diff --git a/api/bin/chainflip-broker-api/Cargo.toml b/api/bin/chainflip-broker-api/Cargo.toml index 6087aa70cb..889cbf392f 100644 --- a/api/bin/chainflip-broker-api/Cargo.toml +++ b/api/bin/chainflip-broker-api/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3" hex = "0.4.3" jsonrpsee = { version = "0.16.2", features = ["full"] } serde = { version = '1.0', features = ['derive'] } -sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } tokio = "1.20.1" tracing = "0.1.34" tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } diff --git a/api/bin/chainflip-cli/Cargo.toml b/api/bin/chainflip-cli/Cargo.toml index 5fe63befab..4817e61e4c 100644 --- a/api/bin/chainflip-cli/Cargo.toml +++ b/api/bin/chainflip-cli/Cargo.toml @@ -22,4 +22,4 @@ cf-chains = { path = "../../../state-chain/chains" } utilities = { path = "../../../utilities" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } +substrate-build-script-utils = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } diff --git a/api/bin/chainflip-lp-api/Cargo.toml b/api/bin/chainflip-lp-api/Cargo.toml index 918fb86b7a..19d1725d68 100644 --- a/api/bin/chainflip-lp-api/Cargo.toml +++ b/api/bin/chainflip-lp-api/Cargo.toml @@ -27,7 +27,7 @@ hex = "0.4.3" jsonrpsee = { version = "0.16.2", features = ["full"] } serde = { version = '1.0', features = ['derive'] } serde_json = "1.0" -sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } tokio = "1.20.1" tracing = "0.1" tracing-subscriber = { version = "0.3.3", features = ["env-filter"] } diff --git a/api/lib/Cargo.toml b/api/lib/Cargo.toml index c6536cfb0e..f8114e7818 100644 --- a/api/lib/Cargo.toml +++ b/api/lib/Cargo.toml @@ -40,10 +40,10 @@ pallet-cf-pools = { path = '../../state-chain/pallets/cf-pools' } pallet-cf-threshold-signature = { path = "../../state-chain/pallets/cf-threshold-signature" } pallet-cf-validator = { path = "../../state-chain/pallets/cf-validator" } state-chain-runtime = { path = "../../state-chain/runtime" } -frame-system = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08' } +frame-system = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1' } cf-amm = { path = "../../state-chain/amm" } # Substrate key types -sp-consensus-aura = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08' } -sp-core = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08' } -sp-consensus-grandpa = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08' } +sp-consensus-aura = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1' } +sp-core = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1' } +sp-consensus-grandpa = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1' } diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 1a24820c3d..5cbaf6f2c5 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -116,14 +116,14 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = [ "derive", "full", ] } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sc-rpc-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sc-rpc-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } scale-info = { version = "2.5.0", features = ["derive"] } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [dependencies.rocksdb] version = "0.21.0" @@ -145,7 +145,7 @@ utilities = { package = "utilities", path = "../utilities", features = [ ] } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +substrate-build-script-utils = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] integration-test = [] diff --git a/engine/multisig/Cargo.toml b/engine/multisig/Cargo.toml index 60b2f0c7c3..249a43e3e8 100644 --- a/engine/multisig/Cargo.toml +++ b/engine/multisig/Cargo.toml @@ -63,8 +63,8 @@ state-chain-runtime = { path = "../../state-chain/runtime" } utilities = { package = "utilities", path = "../../utilities" } # substrate deps -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [dev-dependencies] mockall = "0.11.0" diff --git a/state-chain/amm/Cargo.toml b/state-chain/amm/Cargo.toml index daf9c4d984..3a1d4e1f07 100644 --- a/state-chain/amm/Cargo.toml +++ b/state-chain/amm/Cargo.toml @@ -21,8 +21,8 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] rand = "0.8" diff --git a/state-chain/cf-integration-tests/Cargo.toml b/state-chain/cf-integration-tests/Cargo.toml index 6c4e616993..6b605dac44 100644 --- a/state-chain/cf-integration-tests/Cargo.toml +++ b/state-chain/cf-integration-tests/Cargo.toml @@ -29,7 +29,7 @@ cf-primitives = { path = '../primitives' } cf-test-utilities = { path = '../test-utilities' } cf-traits = { path = '../traits' } chainflip-node = { path = '../node' } -pallet-authorship = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +pallet-authorship = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } pallet-cf-account-roles = { path = '../pallets/cf-account-roles' } pallet-cf-broadcast = { path = '../pallets/cf-broadcast' } pallet-cf-emissions = { path = '../pallets/cf-emissions' } @@ -46,7 +46,7 @@ pallet-cf-threshold-signature = { path = '../pallets/cf-threshold-signature' } pallet-cf-validator = { path = '../pallets/cf-validator' } pallet-cf-vaults = { path = '../pallets/cf-vaults' } pallet-cf-witnesser = { path = '../pallets/cf-witnesser' } -pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", features = [ +pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", features = [ 'historical', ] } @@ -56,25 +56,25 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = [ ] } scale-info = { version = "2.5.0", features = ["derive"] } -frame-executive = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -frame-system-rpc-runtime-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +frame-executive = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +frame-system-rpc-runtime-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } -pallet-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -pallet-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -pallet-timestamp = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -pallet-transaction-payment = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +pallet-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +pallet-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +pallet-timestamp = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +pallet-transaction-payment = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } -sp-block-builder = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-block-builder = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-inherents = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-offchain = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-transaction-pool = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-inherents = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-offchain = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-transaction-pool = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } diff --git a/state-chain/cf-session-benchmarking/Cargo.toml b/state-chain/cf-session-benchmarking/Cargo.toml index e83361151a..5c4684cfdd 100644 --- a/state-chain/cf-session-benchmarking/Cargo.toml +++ b/state-chain/cf-session-benchmarking/Cargo.toml @@ -15,16 +15,16 @@ targets = ['x86_64-unknown-linux-gnu'] [dependencies] rand = { version = '0.8.4', default-features = false, features = ['std_rng'] } -pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false, features = [ +pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false, features = [ 'historical', ] } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [features] default = ['std'] diff --git a/state-chain/chains/Cargo.toml b/state-chain/chains/Cargo.toml index 42befe1806..399ed002bd 100644 --- a/state-chain/chains/Cargo.toml +++ b/state-chain/chains/Cargo.toml @@ -44,12 +44,12 @@ codec = { package = 'parity-scale-codec', version = '3.6.1', default-features = scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } cf-test-utilities = { path = '../test-utilities' } rand = { version = '0.8.4' } diff --git a/state-chain/custom-rpc/Cargo.toml b/state-chain/custom-rpc/Cargo.toml index 94ecd66fec..f0e126c6d7 100644 --- a/state-chain/custom-rpc/Cargo.toml +++ b/state-chain/custom-rpc/Cargo.toml @@ -20,7 +20,7 @@ pallet-cf-governance = { path = "../pallets/cf-governance" } pallet-cf-pools = { path = "../pallets/cf-pools" } hex = '0.4.3' -sp-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sc-client-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sc-client-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } diff --git a/state-chain/node/Cargo.toml b/state-chain/node/Cargo.toml index 6234815157..28a77dcfd1 100644 --- a/state-chain/node/Cargo.toml +++ b/state-chain/node/Cargo.toml @@ -36,51 +36,51 @@ log = "0.4.16" clap = { version = "4.2.5", features = ["derive"] } futures = { version = "0.3.21", features = ["thread-pool"] } -sc-cli = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-executor = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-network = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-service = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-telemetry = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-keystore = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-transaction-pool = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-transaction-pool-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-offchain = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-consensus = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-consensus = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-consensus-grandpa-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-client-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-timestamp = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-inherents = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-keyring = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -pallet-transaction-payment = { default-features = false, git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } +sc-cli = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-executor = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-network = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-service = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-telemetry = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-keystore = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-transaction-pool = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-transaction-pool-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-offchain = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-consensus = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-consensus = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-consensus-grandpa-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-client-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-timestamp = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-inherents = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-keyring = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +pallet-transaction-payment = { default-features = false, git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } # These dependencies are used for the node template's RPCs jsonrpsee = { version = "0.16.2", features = ["full"] } -sp-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-rpc-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-blockchain = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sp-block-builder = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -sc-basic-authorship = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -substrate-frame-rpc-system = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -pallet-transaction-payment-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } +sp-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-rpc-api = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-blockchain = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sp-block-builder = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +sc-basic-authorship = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +substrate-frame-rpc-system = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +pallet-transaction-payment-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } # These dependencies are used for runtime benchmarking -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } -frame-benchmarking-cli = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } +frame-benchmarking-cli = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } # CLI-specific dependencies -try-runtime-cli = { optional = true, git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } +try-runtime-cli = { optional = true, git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08' } +substrate-build-script-utils = { git = "https://github.com/chainflip-io/substrate.git", tag = 'chainflip-monthly-2023-08+1' } [features] default = [] diff --git a/state-chain/pallets/cf-account-roles/Cargo.toml b/state-chain/pallets/cf-account-roles/Cargo.toml index 6151022b1f..7a66ca859f 100644 --- a/state-chain/pallets/cf-account-roles/Cargo.toml +++ b/state-chain/pallets/cf-account-roles/Cargo.toml @@ -28,16 +28,16 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false, optional = true } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false, optional = true } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } cf-test-utilities = { path = '../../test-utilities' } [features] diff --git a/state-chain/pallets/cf-broadcast/Cargo.toml b/state-chain/pallets/cf-broadcast/Cargo.toml index 5f90cc1db5..4308cb7111 100644 --- a/state-chain/pallets/cf-broadcast/Cargo.toml +++ b/state-chain/pallets/cf-broadcast/Cargo.toml @@ -29,15 +29,15 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } cf-test-utilities = { path = '../../test-utilities' } [features] diff --git a/state-chain/pallets/cf-chain-tracking/Cargo.toml b/state-chain/pallets/cf-chain-tracking/Cargo.toml index f08b4601cd..2d294b387b 100644 --- a/state-chain/pallets/cf-chain-tracking/Cargo.toml +++ b/state-chain/pallets/cf-chain-tracking/Cargo.toml @@ -29,15 +29,15 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08', default-features = false, optional = true } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1', default-features = false, optional = true } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08' } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1' } cf-test-utilities = { path = '../../test-utilities' } [features] diff --git a/state-chain/pallets/cf-emissions/Cargo.toml b/state-chain/pallets/cf-emissions/Cargo.toml index a3efc2f3ef..69ef9fd45b 100644 --- a/state-chain/pallets/cf-emissions/Cargo.toml +++ b/state-chain/pallets/cf-emissions/Cargo.toml @@ -30,18 +30,18 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-arithmetic = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-arithmetic = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] pallet-cf-flip = { path = '../cf-flip' } cf-test-utilities = { path = '../../test-utilities' } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-environment/Cargo.toml b/state-chain/pallets/cf-environment/Cargo.toml index 1a0f94a31b..957308f49a 100644 --- a/state-chain/pallets/cf-environment/Cargo.toml +++ b/state-chain/pallets/cf-environment/Cargo.toml @@ -32,15 +32,15 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } cf-test-utilities = { path = '../../test-utilities' } [features] diff --git a/state-chain/pallets/cf-flip/Cargo.toml b/state-chain/pallets/cf-flip/Cargo.toml index 4283858ea9..d887643d2b 100644 --- a/state-chain/pallets/cf-flip/Cargo.toml +++ b/state-chain/pallets/cf-flip/Cargo.toml @@ -26,18 +26,18 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -pallet-transaction-payment = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +pallet-transaction-payment = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] quickcheck = '1' quickcheck_macros = '1' -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } cf-test-utilities = { path = '../../test-utilities' } [features] diff --git a/state-chain/pallets/cf-funding/Cargo.toml b/state-chain/pallets/cf-funding/Cargo.toml index 870b44ecc6..75d36b6eee 100644 --- a/state-chain/pallets/cf-funding/Cargo.toml +++ b/state-chain/pallets/cf-funding/Cargo.toml @@ -30,17 +30,17 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] pallet-cf-flip = { path = '../cf-flip' } cf-test-utilities = { path = '../../test-utilities' } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-governance/Cargo.toml b/state-chain/pallets/cf-governance/Cargo.toml index a5581fa818..eb01e585c0 100644 --- a/state-chain/pallets/cf-governance/Cargo.toml +++ b/state-chain/pallets/cf-governance/Cargo.toml @@ -24,19 +24,19 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } cf-runtime-upgrade-utilities = { path = '../../runtime-upgrade-utilities', default-features = false } [dev-dependencies] cf-test-utilities = { path = '../../test-utilities' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-ingress-egress/Cargo.toml b/state-chain/pallets/cf-ingress-egress/Cargo.toml index e1c1d26489..f64d3943b8 100644 --- a/state-chain/pallets/cf-ingress-egress/Cargo.toml +++ b/state-chain/pallets/cf-ingress-egress/Cargo.toml @@ -28,16 +28,16 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] hex-literal = { version = '0.4.1' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } pallet-cf-governance = { path = '../cf-governance' } cf-test-utilities = { path = '../../test-utilities' } diff --git a/state-chain/pallets/cf-lp/Cargo.toml b/state-chain/pallets/cf-lp/Cargo.toml index 18bb261420..a532c3461c 100644 --- a/state-chain/pallets/cf-lp/Cargo.toml +++ b/state-chain/pallets/cf-lp/Cargo.toml @@ -31,17 +31,17 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] pallet-cf-account-roles = { path = '../cf-account-roles' } cf-test-utilities = { path = '../../test-utilities' } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-pools/Cargo.toml b/state-chain/pallets/cf-pools/Cargo.toml index 08c8a0d7e2..9ceb8af62d 100644 --- a/state-chain/pallets/cf-pools/Cargo.toml +++ b/state-chain/pallets/cf-pools/Cargo.toml @@ -32,16 +32,16 @@ scale-info = { version = "2.5.0", default-features = false, features = [ "derive", ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-arithmetic = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-arithmetic = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } cf-test-utilities = { path = '../../test-utilities' } [features] diff --git a/state-chain/pallets/cf-reputation/Cargo.toml b/state-chain/pallets/cf-reputation/Cargo.toml index d40a8c6536..06ccf7179c 100644 --- a/state-chain/pallets/cf-reputation/Cargo.toml +++ b/state-chain/pallets/cf-reputation/Cargo.toml @@ -26,20 +26,20 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-staking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-staking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] cf-test-utilities = { path = '../../test-utilities' } serde = { version = '1.0.126', features = ['derive'] } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -pallet-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +pallet-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-swapping/Cargo.toml b/state-chain/pallets/cf-swapping/Cargo.toml index dbdc30d91e..66e2822f08 100644 --- a/state-chain/pallets/cf-swapping/Cargo.toml +++ b/state-chain/pallets/cf-swapping/Cargo.toml @@ -28,19 +28,19 @@ scale-info = { version = "2.5.0", default-features = false, features = [ "derive", ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -sp-arithmetic = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-arithmetic = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] cf-test-utilities = { path = '../../test-utilities' } pallet-cf-account-roles = { path = '../cf-account-roles' } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-threshold-signature/Cargo.toml b/state-chain/pallets/cf-threshold-signature/Cargo.toml index 9effb8bfeb..a478d6b0ad 100644 --- a/state-chain/pallets/cf-threshold-signature/Cargo.toml +++ b/state-chain/pallets/cf-threshold-signature/Cargo.toml @@ -32,17 +32,17 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] hex-literal = { version = '0.4.1' } cf-test-utilities = { path = '../../test-utilities' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-tokenholder-governance/Cargo.toml b/state-chain/pallets/cf-tokenholder-governance/Cargo.toml index 460c9d3941..50194ffc35 100644 --- a/state-chain/pallets/cf-tokenholder-governance/Cargo.toml +++ b/state-chain/pallets/cf-tokenholder-governance/Cargo.toml @@ -26,17 +26,17 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] cf-test-utilities = { path = '../../test-utilities' } pallet-cf-flip = { path = '../cf-flip' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-validator/Cargo.toml b/state-chain/pallets/cf-validator/Cargo.toml index d3ea2105c7..346594e1b2 100644 --- a/state-chain/pallets/cf-validator/Cargo.toml +++ b/state-chain/pallets/cf-validator/Cargo.toml @@ -36,19 +36,19 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-application-crypto = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false, optional = true } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-application-crypto = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false, optional = true } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] cf-test-utilities = { path = '../../test-utilities' } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } lazy_static = "1.4" [features] diff --git a/state-chain/pallets/cf-vaults/Cargo.toml b/state-chain/pallets/cf-vaults/Cargo.toml index 3e200de8ab..991dba292d 100644 --- a/state-chain/pallets/cf-vaults/Cargo.toml +++ b/state-chain/pallets/cf-vaults/Cargo.toml @@ -32,17 +32,17 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] hex = { version = '0.4' } cf-test-utilities = { path = '../../test-utilities' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/pallets/cf-witnesser/Cargo.toml b/state-chain/pallets/cf-witnesser/Cargo.toml index 8cfa2fbc4c..c8b0168d58 100644 --- a/state-chain/pallets/cf-witnesser/Cargo.toml +++ b/state-chain/pallets/cf-witnesser/Cargo.toml @@ -33,16 +33,16 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [dev-dependencies] cf-test-utilities = { path = '../../test-utilities' } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/primitives/Cargo.toml b/state-chain/primitives/Cargo.toml index 458c4211ce..ef0c812264 100644 --- a/state-chain/primitives/Cargo.toml +++ b/state-chain/primitives/Cargo.toml @@ -15,8 +15,8 @@ ethabi = { default-features = false, version = '18.0' } strum = { default-features = false, version = '0.24' } strum_macros = { default-features = false, version = '0.24' } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } codec = { package = 'parity-scale-codec', version = '3.6.1', default-features = false, features = [ 'derive', @@ -26,8 +26,8 @@ scale-info = { version = "2.5.0", default-features = false, features = [ ] } [dev-dependencies] -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [features] default = ['std'] diff --git a/state-chain/runtime-upgrade-utilities/Cargo.toml b/state-chain/runtime-upgrade-utilities/Cargo.toml index 9ba6852e0a..c4e9929106 100644 --- a/state-chain/runtime-upgrade-utilities/Cargo.toml +++ b/state-chain/runtime-upgrade-utilities/Cargo.toml @@ -8,9 +8,9 @@ description = 'Chainflip utilities for runtime upgrades.' [dependencies] log = { version = '0.4.16', default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [features] default = ['std'] diff --git a/state-chain/runtime-utilities/Cargo.toml b/state-chain/runtime-utilities/Cargo.toml index 54be320a94..ec213d117f 100644 --- a/state-chain/runtime-utilities/Cargo.toml +++ b/state-chain/runtime-utilities/Cargo.toml @@ -13,11 +13,11 @@ codec = { package = 'parity-scale-codec', version = '3.6.1', default-features = 'derive', ] } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } # Not used in this crate but required in order to import sp-io without conflicts. -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [features] default = ['std'] diff --git a/state-chain/runtime/Cargo.toml b/state-chain/runtime/Cargo.toml index 8ad83af74b..d644597dbb 100644 --- a/state-chain/runtime/Cargo.toml +++ b/state-chain/runtime/Cargo.toml @@ -12,7 +12,7 @@ repository = 'https://github.com/chainflip-io/chainflip-backend' targets = ['x86_64-unknown-linux-gnu'] [build-dependencies] -substrate-wasm-builder = { version = "5.0.0-dev", git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08', optional = true } +substrate-wasm-builder = { version = "5.0.0-dev", git = 'https://github.com/chainflip-io/substrate.git', tag = 'chainflip-monthly-2023-08+1', optional = true } [dependencies] hex-literal = "0.4.1" @@ -60,41 +60,41 @@ scale-info = { version = '2.5.0', default-features = false, features = [ ] } # Additional FRAME pallets -pallet-authorship = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false, features = [ +pallet-authorship = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +pallet-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false, features = [ 'historical', ] } # Substrate dependencies -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } -frame-executive = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true, default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } +frame-executive = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true, default-features = false } -pallet-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -pallet-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -pallet-timestamp = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -pallet-transaction-payment = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +pallet-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +pallet-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +pallet-timestamp = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +pallet-transaction-payment = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -sp-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-block-builder = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-inherents = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-offchain = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { version = "8.0.0", git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-transaction-pool = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-block-builder = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-consensus-aura = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-inherents = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-offchain = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-session = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { version = "8.0.0", git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-transaction-pool = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-version = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -frame-try-runtime = { optional = true, tag = 'chainflip-monthly-2023-08', default-features = false, git = 'https://github.com/chainflip-io/substrate.git' } +frame-try-runtime = { optional = true, tag = 'chainflip-monthly-2023-08+1', default-features = false, git = 'https://github.com/chainflip-io/substrate.git' } # Used for RPCs -frame-system-rpc-runtime-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } cf-test-utilities = { path = '../test-utilities', optional = true } diff --git a/state-chain/test-utilities/Cargo.toml b/state-chain/test-utilities/Cargo.toml index 543a51cdae..722a0d8564 100644 --- a/state-chain/test-utilities/Cargo.toml +++ b/state-chain/test-utilities/Cargo.toml @@ -8,12 +8,12 @@ description = 'Chainflip test utilities used in multiple crates' [dependencies] codec = { package = 'parity-scale-codec', version = '3.6.1' } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08" } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-core = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1" } [dev-dependencies] scale-info = { version = "2.5.0", features = ["derive"] } diff --git a/state-chain/traits/Cargo.toml b/state-chain/traits/Cargo.toml index 7577d44159..35be43fe01 100644 --- a/state-chain/traits/Cargo.toml +++ b/state-chain/traits/Cargo.toml @@ -20,13 +20,13 @@ scale-info = { version = '2.5.0', default-features = false, features = [ 'derive', ] } -frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false, optional = true } -frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +frame-benchmarking = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false, optional = true } +frame-support = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +frame-system = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } -sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } -sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", default-features = false } +sp-io = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-runtime = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } +sp-std = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", default-features = false } [features] default = ['std'] diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 5cf378f332..ab3825d531 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -31,7 +31,7 @@ tracing-subscriber = { version = "0.3", features = [ ], optional = true } pin-project = { version = "1.0.12", optional = true } warp = { version = "0.3.5", optional = true } -sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08", optional = true } +sp-rpc = { git = "https://github.com/chainflip-io/substrate.git", tag = "chainflip-monthly-2023-08+1", optional = true } num-traits = { version = "0.2", optional = true } scopeguard = { version = "1.2.0" }