Removed setting mining threads priority, as it seems that it has no effect.

Changed monitoring for chain changes in miner to support MIPS architecture (needs testing).
This commit is contained in:
Revertron
2021-03-21 14:34:32 +01:00
parent 0b5f5d0793
commit 0d719324a9
4 changed files with 27 additions and 52 deletions
+3 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "alfis"
version = "0.3.3"
version = "0.3.4"
authors = ["Revertron <alfis@revertron.com>"]
edition = "2018"
build = "build.rs"
@@ -35,20 +35,16 @@ web-view = { version = "0.7.3", features = [], optional = true }
tinyfiledialogs = { version = "3.3.10", optional = true }
[target.'cfg(windows)'.dependencies]
thread-priority = "0.2.1"
winapi = { version = "0.3.7", features = ["impl-default", "wincon", "shellscalingapi"]}
[target.'cfg(target_os = "linux")'.dependencies]
thread-priority = "0.2.1"
[build-dependencies]
minreq = { version = "2.3.1", features = ["punycode", "https-rustls"] }
rust-crypto = "^0.2"
winres = "0.1"
[dev-dependencies]
serde_bytes = "0.11.2"
serde_derive = "1.0.27"
serde_bytes = "0.11.5"
serde_derive = "1.0.124"
[profile.dev]
opt-level = 2