From 60c6882e4993fe678b73efe15b2fe0976232ca9b Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Thu, 28 Nov 2024 06:39:48 +0200 Subject: [PATCH] Update Subspace to `mainnet-2024-nov-28` release --- Cargo.lock | 78 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 36 ++++++++++++------------- 2 files changed, 57 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a71044f..98fc426 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2056,7 +2056,7 @@ checksum = "f64009896348fc5af4222e9cf7d7d82a95a256c634ebcf61c53e4ea461422242" [[package]] name = "cross-domain-message-gossip" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "domain-block-preprocessor", "fp-account", @@ -2575,7 +2575,7 @@ dependencies = [ [[package]] name = "domain-block-preprocessor" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "domain-runtime-primitives", @@ -2608,7 +2608,7 @@ dependencies = [ [[package]] name = "domain-runtime-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "fp-account", "frame-support", @@ -9896,7 +9896,7 @@ dependencies = [ [[package]] name = "sc-consensus-subspace" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "futures", @@ -9937,7 +9937,7 @@ dependencies = [ [[package]] name = "sc-consensus-subspace-rpc" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-oneshot", "futures", @@ -9972,7 +9972,7 @@ dependencies = [ [[package]] name = "sc-domains" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "sc-client-api", "sc-executor", @@ -10333,7 +10333,7 @@ dependencies = [ [[package]] name = "sc-proof-of-time" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "core_affinity", "derive_more 1.0.0", @@ -10568,7 +10568,7 @@ dependencies = [ [[package]] name = "sc-subspace-block-relay" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -10594,12 +10594,12 @@ dependencies = [ [[package]] name = "sc-subspace-chain-specs" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" [[package]] name = "sc-subspace-sync-common" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "array-bytes", "futures", @@ -11312,7 +11312,7 @@ dependencies = [ [[package]] name = "sp-auto-id" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "parity-scale-codec", "scale-info", @@ -11336,7 +11336,7 @@ dependencies = [ [[package]] name = "sp-block-fees" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "domain-runtime-primitives", @@ -11431,7 +11431,7 @@ dependencies = [ [[package]] name = "sp-consensus-subspace" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "log", @@ -11547,7 +11547,7 @@ dependencies = [ [[package]] name = "sp-domain-digests" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -11556,7 +11556,7 @@ dependencies = [ [[package]] name = "sp-domain-sudo" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "parity-scale-codec", @@ -11567,7 +11567,7 @@ dependencies = [ [[package]] name = "sp-domains" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "blake2 0.10.6", "domain-runtime-primitives", @@ -11599,7 +11599,7 @@ dependencies = [ [[package]] name = "sp-domains-fraud-proof" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "domain-block-preprocessor", "domain-runtime-primitives", @@ -11634,7 +11634,7 @@ dependencies = [ [[package]] name = "sp-executive" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "parity-scale-codec", @@ -11725,7 +11725,7 @@ dependencies = [ [[package]] name = "sp-messenger" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-trait", "frame-support", @@ -11747,7 +11747,7 @@ dependencies = [ [[package]] name = "sp-messenger-host-functions" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "domain-block-preprocessor", "parity-scale-codec", @@ -11804,7 +11804,7 @@ dependencies = [ [[package]] name = "sp-objects" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "sp-api", "subspace-core-primitives", @@ -11990,7 +11990,7 @@ dependencies = [ [[package]] name = "sp-subspace-mmr" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "parity-scale-codec", "scale-info", @@ -12130,7 +12130,7 @@ dependencies = [ [[package]] name = "space-acres" -version = "0.2.7" +version = "0.2.8" dependencies = [ "anyhow", "arc-swap", @@ -12379,7 +12379,7 @@ dependencies = [ [[package]] name = "subspace-archiving" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "parity-scale-codec", "rayon", @@ -12393,7 +12393,7 @@ dependencies = [ [[package]] name = "subspace-core-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "blake3", "bytes", @@ -12412,7 +12412,7 @@ dependencies = [ [[package]] name = "subspace-erasure-coding" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "kzg", "rust-kzg-blst", @@ -12423,7 +12423,7 @@ dependencies = [ [[package]] name = "subspace-fake-runtime-api" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "domain-runtime-primitives", "frame-support", @@ -12455,7 +12455,7 @@ dependencies = [ [[package]] name = "subspace-farmer" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "anyhow", "async-lock", @@ -12510,7 +12510,7 @@ dependencies = [ [[package]] name = "subspace-farmer-components" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "anyhow", "async-lock", @@ -12543,7 +12543,7 @@ dependencies = [ [[package]] name = "subspace-kzg" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "derive_more 1.0.0", "kzg", @@ -12558,7 +12558,7 @@ dependencies = [ [[package]] name = "subspace-metrics" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "actix-web", "prometheus", @@ -12569,7 +12569,7 @@ dependencies = [ [[package]] name = "subspace-networking" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "async-lock", "async-trait", @@ -12608,7 +12608,7 @@ dependencies = [ [[package]] name = "subspace-proof-of-space" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "chacha20", "derive_more 1.0.0", @@ -12624,7 +12624,7 @@ dependencies = [ [[package]] name = "subspace-proof-of-space-gpu" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "blst", "cc", @@ -12637,7 +12637,7 @@ dependencies = [ [[package]] name = "subspace-proof-of-time" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "aes 0.9.0-pre.2", "subspace-core-primitives", @@ -12647,7 +12647,7 @@ dependencies = [ [[package]] name = "subspace-rpc-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "hex", "parity-scale-codec", @@ -12660,7 +12660,7 @@ dependencies = [ [[package]] name = "subspace-runtime-primitives" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "frame-support", "frame-system", @@ -12676,7 +12676,7 @@ dependencies = [ [[package]] name = "subspace-service" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -12762,7 +12762,7 @@ dependencies = [ [[package]] name = "subspace-verification" version = "0.1.0" -source = "git+https://github.com/subspace/subspace?rev=f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c#f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" +source = "git+https://github.com/subspace/subspace?rev=16118dab78eb73bbc9601edae708ce7702f2155c#16118dab78eb73bbc9601edae708ce7702f2155c" dependencies = [ "parity-scale-codec", "schnorrkel", diff --git a/Cargo.toml b/Cargo.toml index 6866368..faa66b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "space-acres" description = "Space Acres is an opinionated GUI application for farming on Autonomys Network" license = "0BSD" -version = "0.2.7" +version = "0.2.8" authors = ["Nazar Mokrynskyi "] repository = "https://github.com/autonomys/space-acres" edition = "2021" @@ -71,13 +71,13 @@ reqwest = { version = "0.12.8", default-features = false, features = ["json", "r sc-client-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sc-client-db = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sc-consensus-slots = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } -sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } +sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } sc-network = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sc-network-types = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sc-rpc = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sc-service = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sc-storage-monitor = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } -sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } +sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } sc-utils = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } schnellru = "0.2.3" semver = "1.0.23" @@ -86,23 +86,23 @@ serde_json = "1.0.132" simple_moving_average = "1.0.2" sp-api = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } sp-consensus = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } -sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } +sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } sp-core = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } -sp-objects = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } +sp-objects = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } sp-runtime = { git = "https://github.com/subspace/polkadot-sdk", rev = "94a1a8143a89bbe9f938c1939ff68abc1519a305", default-features = false } -subspace-archiving = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-fake-runtime-api = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c", default-features = false } -subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-kzg = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-networking = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-proof-of-space-gpu = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c", optional = true } -subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } -subspace-service = { git = "https://github.com/subspace/subspace", rev = "f4a19dd5bc59c4e2480bd13ce86c73fdc4cc8c2c" } +subspace-archiving = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-fake-runtime-api = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c", default-features = false } +subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-kzg = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-networking = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-proof-of-space-gpu = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c", optional = true } +subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } +subspace-service = { git = "https://github.com/subspace/subspace", rev = "16118dab78eb73bbc9601edae708ce7702f2155c" } supports-color = "3.0.1" sys-locale = "0.3.1" tempfile = "3.13.0"