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

Commit

Permalink
update sdk to gemini-3f-2023-sep-21 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Sep 21, 2023
1 parent c732629 commit cde7034
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 95 deletions.
105 changes: 53 additions & 52 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 @@ -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 = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }

# 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 @@ -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 = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
tempfile = "3"
tokio = { version = "1.26", features = ["rt-multi-thread", "macros"] }
tracing = "0.1"
Expand Down
6 changes: 3 additions & 3 deletions dsn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ futures = "0.3"
hex = "0.4.3"
parking_lot = "0.12"
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sdk-utils = { path = "../utils" }
serde = { version = "1", features = ["derive"] }
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
tracing = "0.1"

[features]
Expand Down
14 changes: 7 additions & 7 deletions farmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ pin-project = "1"
sdk-traits = { path = "../traits" }
sdk-utils = { path = "../utils" }
serde = { version = "1", features = ["derive"] }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff", features = ["parallel", "chia"] }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a", features = ["parallel", "chia"] }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
thiserror = "1"
tokio = { version = "1.28.2", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio-stream = { version = "0.1", features = ["sync", "time"] }
Expand Down
44 changes: 22 additions & 22 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ edition = "2021"
[dependencies]
anyhow = "1"
backoff = "0.4"
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
derivative = "2.2.0"
derive_builder = "0.12"
derive_more = "0.99"
domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
domain-service = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
domain-service = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
fp-evm = { version = "3.0.0-dev", git = "https://github.com/subspace/frontier", rev = "74483666645e121c0c5e6616f43fdfd8664ea0d3" }
frame-system = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
futures = "0.3"
hex-literal = "0.4"
once_cell = "1.18.0"
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
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/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sc-executor = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-proof-of-time = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sc-proof-of-time = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sc-service = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", default-features = false }
sc-storage-monitor = { version = "0.1.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", default-features = false }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sdk-dsn = { path = "../dsn" }
sdk-substrate = { path = "../substrate" }
Expand All @@ -46,20 +46,20 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sp-consensus = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sp-core = { version = "21.0.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sp-messenger = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sp-messenger = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sp-version = { version = "22.0.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
tokio = { version = "1.28.2", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio-stream = { version = "0.1", features = ["sync", "time"] }
tracing = "0.1"
Expand Down
6 changes: 3 additions & 3 deletions traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
sdk-dsn = { path = "../dsn" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }

[features]
default = []
Expand Down
12 changes: 6 additions & 6 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3"
jsonrpsee-core = "0.16"
libp2p-core = "0.40.0"
parity-scale-codec = "3.6.3"
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", default-features = false }
sc-rpc = { version = "4.0.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", default-features = false }
sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71", default-features = false }
Expand All @@ -31,11 +31,11 @@ sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/substrate"
sp-storage = { version = "13.0.0", git = "https://github.com/subspace/substrate", rev = "55c157cff49b638a59d81a9f971f0f9a66829c71" }
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 = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "303e99e57b0938082542a1a59f1cc2f875016aff" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "c9546e9400215ad95708b8495da30f6cfdcead4a" }
thiserror = "1"
tokio = { version = "1.28.2", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tracing = "0.1"
Expand Down

0 comments on commit cde7034

Please sign in to comment.