Skip to content

Commit

Permalink
Merge pull request #190 from subspace/update-subspace
Browse files Browse the repository at this point in the history
Update Subspace to `gemini-3h-2024-may-06` release
  • Loading branch information
nazar-pc committed May 6, 2024
2 parents 6053b21 + 766fd4b commit 48cfec7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 49 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "space-acres"
description = "Space Acres is an opinionated GUI application for farming on Subspace Network"
license = "0BSD"
version = "0.1.16"
version = "0.1.17"
authors = ["Nazar Mokrynskyi <nazar@mokrynskyi.com>"]
repository = "https://github.com/subspace/space-acres"
edition = "2021"
Expand Down Expand Up @@ -74,25 +74,25 @@ sc-informant = { git = "https://github.com/subspace/polkadot-sdk", rev = "44d742
sc-network = { git = "https://github.com/subspace/polkadot-sdk", rev = "44d742b90e7852aed1f08ab5299d5d88cfa1c6ed", default-features = false }
sc-service = { git = "https://github.com/subspace/polkadot-sdk", rev = "44d742b90e7852aed1f08ab5299d5d88cfa1c6ed", default-features = false }
sc-storage-monitor = { git = "https://github.com/subspace/polkadot-sdk", rev = "44d742b90e7852aed1f08ab5299d5d88cfa1c6ed", default-features = false }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
sc-subspace-chain-specs = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
semver = "1.0.22"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
simple_moving_average = "1.0.2"
sp-core = { git = "https://github.com/subspace/polkadot-sdk", rev = "44d742b90e7852aed1f08ab5299d5d88cfa1c6ed", default-features = false }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
sp-consensus-subspace = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
sp-domains-fraud-proof = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
sp-runtime = { git = "https://github.com/subspace/polkadot-sdk", rev = "44d742b90e7852aed1f08ab5299d5d88cfa1c6ed", default-features = false }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-fake-runtime-api = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a", default-features = false }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "3494834414356226e10ebf7288293eda934baf6a" }
subspace-core-primitives = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-erasure-coding = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-fake-runtime-api = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-farmer = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16", default-features = false }
subspace-farmer-components = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-networking = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-proof-of-space = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-rpc-primitives = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-runtime-primitives = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
subspace-service = { git = "https://github.com/subspace/subspace", rev = "d0aaf1039764f1271c2c79f266ea7f64f984cd16" }
supports-color = "3.0.0"
thiserror = "1.0.59"
thread-priority = "1.1.0"
Expand Down
2 changes: 2 additions & 0 deletions src/backend/farmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,11 @@ where
plotting_delay: Some(plotting_delay_receiver),
global_mutex,
disable_farm_locking: false,
read_sector_record_chunks_mode: None,
faster_read_sector_record_chunks_mode_barrier,
faster_read_sector_record_chunks_mode_concurrency,
plotter,
create: true,
},
farm_index,
);
Expand Down

0 comments on commit 48cfec7

Please sign in to comment.