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

Commit

Permalink
upgrade sdk to gemini-3g-2023-nov-19 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Nov 19, 2023
1 parent 37916fd commit 6341138
Show file tree
Hide file tree
Showing 8 changed files with 173 additions and 191 deletions.
264 changes: 123 additions & 141 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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 = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }

# 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,9 +28,9 @@ derive_more = "0.99"
fdlimit = "0.2"
futures = "0.3"
serde_json = "1"
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
tempfile = "3"
tokio = { version = "1.26", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = "0.3"
Expand Down
6 changes: 3 additions & 3 deletions dsn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ hex = "0.4.3"
parking_lot = "0.12"
prometheus-client = "0.22.0"
sc-client-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sdk-utils = { path = "../utils" }
serde = { version = "1", features = ["derive"] }
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
tracing = "0.1"

[features]
Expand Down
16 changes: 8 additions & 8 deletions farmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ rayon = "1.7.0"
sdk-traits = { path = "../traits" }
sdk-utils = { path = "../utils" }
serde = { version = "1", features = ["derive"] }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9", features = ["parallel"] }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4", features = ["parallel"] }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
thiserror = "1"
tokio = { version = "1.28.2", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio-stream = { version = "0.1", features = ["sync", "time"] }
tracing = "0.1"
tracing-futures = "0.2"
Expand Down
48 changes: 24 additions & 24 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,35 @@ edition = "2021"
[dependencies]
anyhow = "1"
backoff = "0.4"
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
cross-domain-message-gossip = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
derivative = "2.2.0"
derive_builder = "0.12"
derive_more = "0.99"
domain-client-message-relayer = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
domain-service = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
domain-client-message-relayer = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
domain-client-operator = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
domain-eth-service = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
domain-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
domain-service = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
evm-domain-runtime = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
fp-evm = { version = "3.0.0-dev", git = "https://github.com/subspace/frontier", rev = "56086daa77802eaa285894bfe4b811be66629c89" }
frame-system = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
futures = "0.3"
hex-literal = "0.4"
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
pallet-rewards = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
pallet-subspace = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
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/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-consensus-slots = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sc-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sc-executor = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-network-sync = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-service = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1", default-features = false }
sc-storage-monitor = { version = "0.1.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1", default-features = false }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sc-telemetry = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-transaction-pool-api = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sc-utils = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
Expand All @@ -47,22 +47,22 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
sp-blockchain = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sp-consensus = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sp-core = { version = "21.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sp-messenger = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sp-domains = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sp-messenger = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sp-version = { version = "22.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
tokio = { version = "1.28.2", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio-stream = { version = "0.1", features = ["sync", "time"] }
tracing = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sdk-utils = { path = "../utils" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
tokio = { version = "1.26", features = ["fs", "rt", "tracing"] }
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing"] }

[features]
default = []
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/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
sdk-dsn = { path = "../dsn" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }

[features]
default = []
Expand Down
16 changes: 8 additions & 8 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ frame-support = { version = "4.0.0-dev", git = "https://github.com/subspace/polk
frame-system = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
futures = "0.3"
jsonrpsee-core = "0.16"
libp2p-core = "0.41.1"
libp2p-core = { git = "https://github.com/subspace/rust-libp2p", rev = "d6339da35589d86bae6ecb25a5121c02f2e5b90e" }
parity-scale-codec = "3.6.3"
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
sc-consensus-subspace-rpc = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
sc-network = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1", default-features = false }
sc-rpc = { version = "4.0.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1", default-features = false }
sc-rpc-api = { version = "0.10.0-dev", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1", default-features = false }
Expand All @@ -32,13 +32,13 @@ sp-runtime = { version = "24.0.0", git = "https://github.com/subspace/polkadot-s
sp-storage = { version = "13.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "892bf8e938c6bd2b893d3827d1093cd81baa59a1" }
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 = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "7f3001167ddcb2f5ecedd7c00d699361378366b9" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-runtime = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "f54777f180569810f9607a552ea461164af5afe4" }
thiserror = "1"
tokio = { version = "1.28.2", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tokio = { version = "1.34.0", features = ["fs", "rt", "tracing", "macros", "parking_lot", "rt-multi-thread", "signal"] }
tracing = "0.1"

[features]
Expand Down

0 comments on commit 6341138

Please sign in to comment.