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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Jun 29, 2023
1 parent 4678de5 commit 6c32884
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 89 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sdk-dsn = { path = "dsn" }
sdk-substrate = { path = "substrate" }
sdk-farmer = { path = "farmer" }

subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }

# 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]
Expand All @@ -35,7 +35,7 @@ tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = "0.3"

subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }

# The list of dependencies below (which can be both direct and indirect dependencies) are crates
# that are suspected to be CPU-intensive, and that are unlikely to require debugging (as some of
Expand Down
12 changes: 6 additions & 6 deletions dsn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/subs
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }

subspace-networking = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
14 changes: 7 additions & 7 deletions farmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ sdk-utils = { path = "../utils" }
sdk-dsn = { path = "../dsn" }
sdk-traits = { path = "../traits" }

subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7", features = ["parallel", "chia"] }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380", features = ["parallel", "chia"] }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
36 changes: 18 additions & 18 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ sp-core = { version = "21.0.0", git = "https://github.com/subspace/substrate", r
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
sp-version = { version = "22.0.0", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }

cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
domain-client-executor = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
domain-service = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-transaction-pool = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
domain-client-executor = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
domain-service = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-transaction-pool = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
8 changes: 4 additions & 4 deletions traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ async-trait = "0.1"
parking_lot = "0.12"
sdk-dsn = { path = "../dsn" }

subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }

sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
12 changes: 6 additions & 6 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ sp-core-hashing = { version = "9.0.0", git = "https://github.com/subspace/substr
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }
sp-storage = { version = "13.0.0", git = "https://github.com/subspace/substrate", rev = "28e33f78a3aa8ac4c6753108bc0471273ff6bf6f" }

sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }

# Unused for now. TODO: add `serde` feature to `subspace-core-primitives` in `subspace-archiver`
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "0cdf99e29809828eece73ffcad0ba5347123f6c7" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c0ca66ca828ccb64af29ddd105a6258628632380" }

0 comments on commit 6c32884

Please sign in to comment.