From 757f2eaaf19cd6b6e4496bac4f31567b0e9519f0 Mon Sep 17 00:00:00 2001 From: Parth Desai Date: Mon, 18 Dec 2023 15:12:43 +0400 Subject: [PATCH] update to gemini-3g-2023-dec-15 snapshot --- Cargo.lock | 98 +++++++++++++++++++-------------------- Cargo.toml | 4 +- dsn/Cargo.toml | 6 +-- farmer/Cargo.toml | 14 +++--- node/Cargo.toml | 46 +++++++++--------- tests/integration/node.rs | 12 +++-- traits/Cargo.toml | 6 +-- utils/Cargo.toml | 12 ++--- 8 files changed, 101 insertions(+), 97 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40b02789..4f60fc25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,7 +1919,7 @@ checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" [[package]] name = "cross-domain-message-gossip" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "futures", "parity-scale-codec", @@ -2506,7 +2506,7 @@ dependencies = [ [[package]] name = "domain-block-builder" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -2523,7 +2523,7 @@ dependencies = [ [[package]] name = "domain-block-preprocessor" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "domain-runtime-primitives", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "domain-client-consensus-relay-chain" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "sc-consensus", @@ -2563,7 +2563,7 @@ dependencies = [ [[package]] name = "domain-client-message-relayer" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-channel", "cross-domain-message-gossip", @@ -2584,7 +2584,7 @@ dependencies = [ [[package]] name = "domain-client-operator" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "domain-block-builder", "domain-block-preprocessor", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "domain-client-subnet-gossip" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "futures", "parity-scale-codec", @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "domain-eth-service" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "clap", "domain-runtime-primitives", @@ -2679,7 +2679,7 @@ dependencies = [ [[package]] name = "domain-pallet-executive" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-benchmarking", "frame-executive", @@ -2698,7 +2698,7 @@ dependencies = [ [[package]] name = "domain-runtime-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "parity-scale-codec", "scale-info", @@ -2714,7 +2714,7 @@ dependencies = [ [[package]] name = "domain-service" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "cross-domain-message-gossip", @@ -3085,7 +3085,7 @@ dependencies = [ [[package]] name = "evm-domain-runtime" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "domain-pallet-executive", "domain-runtime-primitives", @@ -6915,7 +6915,7 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "orml-vesting" version = "0.4.1-dev" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -6987,7 +6987,7 @@ dependencies = [ [[package]] name = "pallet-domain-id" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -7000,7 +7000,7 @@ dependencies = [ [[package]] name = "pallet-domains" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "domain-runtime-primitives", "frame-benchmarking", @@ -7112,7 +7112,7 @@ dependencies = [ [[package]] name = "pallet-messenger" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-benchmarking", "frame-support", @@ -7131,7 +7131,7 @@ dependencies = [ [[package]] name = "pallet-offences-subspace" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -7145,7 +7145,7 @@ dependencies = [ [[package]] name = "pallet-operator-rewards" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -7158,7 +7158,7 @@ dependencies = [ [[package]] name = "pallet-rewards" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -7170,7 +7170,7 @@ dependencies = [ [[package]] name = "pallet-runtime-configs" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -7183,7 +7183,7 @@ dependencies = [ [[package]] name = "pallet-subspace" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-benchmarking", "frame-support", @@ -7241,7 +7241,7 @@ dependencies = [ [[package]] name = "pallet-transaction-fees" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "frame-system", @@ -7297,7 +7297,7 @@ dependencies = [ [[package]] name = "pallet-transporter" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "domain-runtime-primitives", "frame-benchmarking", @@ -8835,7 +8835,7 @@ dependencies = [ [[package]] name = "sc-consensus-subspace" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "futures", @@ -8875,7 +8875,7 @@ dependencies = [ [[package]] name = "sc-consensus-subspace-rpc" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-oneshot", "futures", @@ -9192,7 +9192,7 @@ dependencies = [ [[package]] name = "sc-proof-of-time" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "atomic", "core_affinity", @@ -9412,7 +9412,7 @@ dependencies = [ [[package]] name = "sc-subspace-block-relay" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-channel", "async-trait", @@ -9437,7 +9437,7 @@ dependencies = [ [[package]] name = "sc-subspace-chain-specs" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "sc-chain-spec", "sc-service", @@ -10426,7 +10426,7 @@ dependencies = [ [[package]] name = "sp-consensus-subspace" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "log", @@ -10541,7 +10541,7 @@ dependencies = [ [[package]] name = "sp-domain-digests" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10550,7 +10550,7 @@ dependencies = [ [[package]] name = "sp-domains" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "blake2", "domain-runtime-primitives", @@ -10581,7 +10581,7 @@ dependencies = [ [[package]] name = "sp-domains-fraud-proof" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "domain-block-preprocessor", "domain-runtime-primitives", @@ -10613,7 +10613,7 @@ dependencies = [ [[package]] name = "sp-executive" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "parity-scale-codec", @@ -10705,7 +10705,7 @@ dependencies = [ [[package]] name = "sp-messenger" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "frame-support", "hash-db 0.16.0", @@ -10735,7 +10735,7 @@ dependencies = [ [[package]] name = "sp-objects" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "sp-api", "sp-std", @@ -11198,7 +11198,7 @@ dependencies = [ [[package]] name = "subspace-archiving" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "parity-scale-codec", "rayon", @@ -11211,7 +11211,7 @@ dependencies = [ [[package]] name = "subspace-core-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "blake3", "derive_more", @@ -11234,7 +11234,7 @@ dependencies = [ [[package]] name = "subspace-erasure-coding" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "kzg", "rust-kzg-blst", @@ -11244,7 +11244,7 @@ dependencies = [ [[package]] name = "subspace-farmer" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "anyhow", "async-lock", @@ -11296,7 +11296,7 @@ dependencies = [ [[package]] name = "subspace-farmer-components" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-lock", "async-trait", @@ -11326,7 +11326,7 @@ dependencies = [ [[package]] name = "subspace-metrics" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "actix-web", "parking_lot 0.12.1", @@ -11338,7 +11338,7 @@ dependencies = [ [[package]] name = "subspace-networking" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "actix-web", "async-mutex", @@ -11377,7 +11377,7 @@ dependencies = [ [[package]] name = "subspace-proof-of-space" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "chacha20", "derive_more", @@ -11390,7 +11390,7 @@ dependencies = [ [[package]] name = "subspace-proof-of-time" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "aes 0.8.3", "subspace-core-primitives", @@ -11400,7 +11400,7 @@ dependencies = [ [[package]] name = "subspace-rpc-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "hex", "serde", @@ -11412,7 +11412,7 @@ dependencies = [ [[package]] name = "subspace-runtime" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "domain-runtime-primitives", "frame-benchmarking", @@ -11463,7 +11463,7 @@ dependencies = [ [[package]] name = "subspace-runtime-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "pallet-transaction-payment", "serde", @@ -11504,7 +11504,7 @@ dependencies = [ [[package]] name = "subspace-service" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "async-trait", "atomic", @@ -11574,7 +11574,7 @@ dependencies = [ [[package]] name = "subspace-verification" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=69ac2b4e217d7020e2688744a6d38df61b3885da#69ac2b4e217d7020e2688744a6d38df61b3885da" +source = "git+https://github.com/subspace/subspace?rev=9bda3d7a42aa5709fef8f8b509685769dad9dae5#9bda3d7a42aa5709fef8f8b509685769dad9dae5" dependencies = [ "parity-scale-codec", "schnorrkel", diff --git a/Cargo.toml b/Cargo.toml index ef6d19fa..62cda8a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ sdk-substrate = { path = "substrate" } sdk-utils = { path = "utils" } static_assertions = "1.1.0" -subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } # The only triple tested and confirmed as working in `jemallocator` crate is `x86_64-unknown-linux-gnu` [target.'cfg(all(target_arch = "x86_64", target_vendor = "unknown", target_os = "linux", target_env = "gnu"))'.dev-dependencies] @@ -28,7 +28,7 @@ derive_more = "0.99" fdlimit = "0.2" futures = "0.3" serde_json = "1" -subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } tempfile = "3" tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] } tracing = "0.1" diff --git a/dsn/Cargo.toml b/dsn/Cargo.toml index 0292a42c..cb04456d 100644 --- a/dsn/Cargo.toml +++ b/dsn/Cargo.toml @@ -14,13 +14,13 @@ hex = "0.4.3" parking_lot = "0.12" prometheus-client = "0.22.0" sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } -sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } sdk-utils = { path = "../utils" } serde = { version = "1", features = ["derive"] } sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } -subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-networking = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-networking = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } tracing = "0.1" [features] diff --git a/farmer/Cargo.toml b/farmer/Cargo.toml index 5e09387c..86b35960 100644 --- a/farmer/Cargo.toml +++ b/farmer/Cargo.toml @@ -19,13 +19,13 @@ rayon = "1.7.0" sdk-traits = { path = "../traits" } sdk-utils = { path = "../utils" } serde = { version = "1", features = ["derive"] } -subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-networking = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da", features = ["parallel"] } -subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-networking = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5", features = ["parallel"] } +subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } thiserror = "1" tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] } tokio-stream = { version = "0.1", features = ["sync", "time"] } diff --git a/node/Cargo.toml b/node/Cargo.toml index f59252e2..68629789 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,35 +7,35 @@ edition = "2021" [dependencies] anyhow = "1" backoff = "0.4" -cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } derivative = "2.2.0" derive_builder = "0.12" derive_more = "0.99" -domain-client-message-relayer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -domain-service = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +domain-client-message-relayer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +domain-service = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } fp-evm = { version = "3.0.0-dev", git = "https://github.com/subspace/frontier", rev = "37ee45323120b21adc1d69ae7348bd0f7282eeae" } frame-system = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } futures = "0.3" hex-literal = "0.4" -pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } parity-scale-codec = "3.6.3" parking_lot = "0.12" pin-project = "1" sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } -sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } sc-executor = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-service = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false } sc-storage-monitor = { version = "0.1.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false } -sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sc-utils = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } @@ -47,21 +47,21 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sp-consensus = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } -sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } sp-core = { version = "21.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } -sp-domains = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -sp-messenger = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +sp-domains = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +sp-messenger = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sp-version = { version = "22.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } -subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-networking = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-service = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-networking = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-service = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] } tokio-stream = { version = "0.1", features = ["sync", "time"] } tracing = "0.1" diff --git a/tests/integration/node.rs b/tests/integration/node.rs index 5c62a860..d6233a26 100644 --- a/tests/integration/node.rs +++ b/tests/integration/node.rs @@ -49,7 +49,8 @@ async fn sync_block_inner() { } #[tokio::test(flavor = "multi_thread")] -#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")] +//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are +//#[cfg_attr(any(tarpaulin, run only on linux")] async fn sync_block() { tokio::time::timeout(std::time::Duration::from_secs(60 * 60), sync_block_inner()).await.unwrap() } @@ -115,7 +116,8 @@ async fn sync_farm_inner() { } #[tokio::test(flavor = "multi_thread")] -#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")] +//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are +//#[cfg_attr(any(tarpaulin, run only on linux")] async fn sync_farm() { tokio::time::timeout(std::time::Duration::from_secs(60 * 60), sync_farm_inner()).await.unwrap() } @@ -133,7 +135,8 @@ async fn node_restart() { } #[tokio::test(flavor = "multi_thread")] -#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")] +//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are +//#[cfg_attr(any(tarpaulin, run only on linux")] async fn node_events() { crate::common::setup(); @@ -172,7 +175,8 @@ async fn node_events() { } #[tokio::test(flavor = "multi_thread")] -#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")] +//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are +//#[cfg_attr(any(tarpaulin, run only on linux")] async fn fetch_block_author() { crate::common::setup(); diff --git a/traits/Cargo.toml b/traits/Cargo.toml index d749806b..d7994c8d 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -9,9 +9,9 @@ async-trait = "0.1" parking_lot = "0.12" sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } sdk-dsn = { path = "../dsn" } -subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } [features] default = [] diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 10b09c6b..d2fc3db5 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3" jsonrpsee-core = "0.16" libp2p-core = { git = "https://github.com/subspace/rust-libp2p", rev = "d6339da35589d86bae6ecb25a5121c02f2e5b90e" } parity-scale-codec = "3.6.3" -sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false } sc-rpc = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false } sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false } @@ -32,11 +32,11 @@ sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-s sp-storage = { version = "13.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" } ss58-registry = "1.33" # Unused for now. TODO: add `serde` feature to `subspace-core-primitives` in `subspace-archiver` -subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } -subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" } +subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } +subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" } thiserror = "1" tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] } tracing = "0.1"