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 Aug 15, 2023
1 parent 449d930 commit 45642b6
Show file tree
Hide file tree
Showing 7 changed files with 77 additions and 76 deletions.
77 changes: 39 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }

# 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 = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }

# 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 = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }

subspace-networking = { git = "https://github.com/subspace/subspace", rev = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "dc67d7d1529258675cc3b9c9c64ce0c05f51d75f" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "01d06010958c6b7ebcd858535410ca8cfe63d0de" }
Loading

0 comments on commit 45642b6

Please sign in to comment.