Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 757f2ea

Browse files
committed
update to gemini-3g-2023-dec-15 snapshot
1 parent 2130db8 commit 757f2ea

File tree

8 files changed

+101
-97
lines changed

8 files changed

+101
-97
lines changed

Cargo.lock

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sdk-substrate = { path = "substrate" }
1111
sdk-utils = { path = "utils" }
1212
static_assertions = "1.1.0"
1313

14-
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
14+
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
1515

1616
# The only triple tested and confirmed as working in `jemallocator` crate is `x86_64-unknown-linux-gnu`
1717
[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"
2828
fdlimit = "0.2"
2929
futures = "0.3"
3030
serde_json = "1"
31-
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
31+
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
3232
tempfile = "3"
3333
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
3434
tracing = "0.1"

dsn/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ hex = "0.4.3"
1414
parking_lot = "0.12"
1515
prometheus-client = "0.22.0"
1616
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
17-
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
17+
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
1818
sdk-utils = { path = "../utils" }
1919
serde = { version = "1", features = ["derive"] }
2020
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
2121
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
22-
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
23-
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
22+
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
23+
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
2424
tracing = "0.1"
2525

2626
[features]

farmer/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ rayon = "1.7.0"
1919
sdk-traits = { path = "../traits" }
2020
sdk-utils = { path = "../utils" }
2121
serde = { version = "1", features = ["derive"] }
22-
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
23-
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
24-
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
25-
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
26-
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
27-
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da", features = ["parallel"] }
28-
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
22+
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
23+
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
24+
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
25+
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
26+
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
27+
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5", features = ["parallel"] }
28+
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
2929
thiserror = "1"
3030
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
3131
tokio-stream = { version = "0.1", features = ["sync", "time"] }

node/Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ edition = "2021"
77
[dependencies]
88
anyhow = "1"
99
backoff = "0.4"
10-
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
10+
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
1111
derivative = "2.2.0"
1212
derive_builder = "0.12"
1313
derive_more = "0.99"
14-
domain-client-message-relayer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
15-
domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
16-
domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
17-
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
18-
domain-service = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
19-
evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
14+
domain-client-message-relayer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
15+
domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
16+
domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
17+
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
18+
domain-service = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
19+
evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
2020
fp-evm = { version = "3.0.0-dev", git = "https://github.com/subspace/frontier", rev = "37ee45323120b21adc1d69ae7348bd0f7282eeae" }
2121
frame-system = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
2222
futures = "0.3"
2323
hex-literal = "0.4"
24-
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
25-
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
24+
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
25+
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
2626
parity-scale-codec = "3.6.3"
2727
parking_lot = "0.12"
2828
pin-project = "1"
2929
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3030
sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
31-
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
31+
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
3232
sc-executor = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3333
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3434
sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3535
sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3636
sc-service = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false }
3737
sc-storage-monitor = { version = "0.1.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false }
38-
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
38+
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
3939
sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
4040
sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
4141
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"] }
4747
serde_json = "1"
4848
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
4949
sp-consensus = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
50-
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
50+
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
5151
sp-core = { version = "21.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
52-
sp-domains = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
53-
sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
54-
sp-messenger = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
52+
sp-domains = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
53+
sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
54+
sp-messenger = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
5555
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
5656
sp-version = { version = "22.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
57-
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
58-
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
59-
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
60-
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
61-
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
62-
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
63-
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
64-
subspace-service = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
57+
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
58+
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
59+
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
60+
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
61+
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
62+
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
63+
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
64+
subspace-service = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
6565
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
6666
tokio-stream = { version = "0.1", features = ["sync", "time"] }
6767
tracing = "0.1"

tests/integration/node.rs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ async fn sync_block_inner() {
4949
}
5050

5151
#[tokio::test(flavor = "multi_thread")]
52-
#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")]
52+
//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are
53+
//#[cfg_attr(any(tarpaulin, run only on linux")]
5354
async fn sync_block() {
5455
tokio::time::timeout(std::time::Duration::from_secs(60 * 60), sync_block_inner()).await.unwrap()
5556
}
@@ -115,7 +116,8 @@ async fn sync_farm_inner() {
115116
}
116117

117118
#[tokio::test(flavor = "multi_thread")]
118-
#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")]
119+
//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are
120+
//#[cfg_attr(any(tarpaulin, run only on linux")]
119121
async fn sync_farm() {
120122
tokio::time::timeout(std::time::Duration::from_secs(60 * 60), sync_farm_inner()).await.unwrap()
121123
}
@@ -133,7 +135,8 @@ async fn node_restart() {
133135
}
134136

135137
#[tokio::test(flavor = "multi_thread")]
136-
#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")]
138+
//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are
139+
//#[cfg_attr(any(tarpaulin, run only on linux")]
137140
async fn node_events() {
138141
crate::common::setup();
139142

@@ -172,7 +175,8 @@ async fn node_events() {
172175
}
173176

174177
#[tokio::test(flavor = "multi_thread")]
175-
#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are run only on linux")]
178+
//#[cfg_attr(any(tarpaulin, not(target_os = "linux")), ignore = "Slow tests are
179+
//#[cfg_attr(any(tarpaulin, run only on linux")]
176180
async fn fetch_block_author() {
177181
crate::common::setup();
178182

traits/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ async-trait = "0.1"
99
parking_lot = "0.12"
1010
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
1111
sdk-dsn = { path = "../dsn" }
12-
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
13-
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
14-
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
12+
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
13+
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
14+
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
1515

1616
[features]
1717
default = []

utils/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = "0.3"
1919
jsonrpsee-core = "0.16"
2020
libp2p-core = { git = "https://github.com/subspace/rust-libp2p", rev = "d6339da35589d86bae6ecb25a5121c02f2e5b90e" }
2121
parity-scale-codec = "3.6.3"
22-
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
22+
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
2323
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false }
2424
sc-rpc = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", default-features = false }
2525
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
3232
sp-storage = { version = "13.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c" }
3333
ss58-registry = "1.33"
3434
# Unused for now. TODO: add `serde` feature to `subspace-core-primitives` in `subspace-archiver`
35-
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
36-
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
37-
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
38-
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
39-
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "69ac2b4e217d7020e2688744a6d38df61b3885da" }
35+
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
36+
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
37+
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
38+
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
39+
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "9bda3d7a42aa5709fef8f8b509685769dad9dae5" }
4040
thiserror = "1"
4141
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
4242
tracing = "0.1"

0 commit comments

Comments
 (0)