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

Commit

Permalink
multithreaded pow mining worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Aug 28, 2021
1 parent 17ce41a commit 56390a3
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 274 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions client/consensus/pow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ parking_lot = "0.11.1"
derive_more = "0.99.2"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus", version = "0.9.0"}
async-trait = "0.1.50"
tokio = { version = "1.10.1", features = ["sync"] }
futures-lite= "1.12.0"
tokio-stream = { version = "0.1.7", features = ['sync'] }
Loading

0 comments on commit 56390a3

Please sign in to comment.