Introduce thread pool for transaction validation. (#4051)

This commit is contained in:
Tomasz Drwięga
2019-11-08 21:34:30 +01:00
committed by Gavin Wood
parent a8ce80b72d
commit c3f6e5bd40
3 changed files with 132 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
derive_more = "0.15.0"
log = "0.4.8"
futures-preview = "0.3.0-alpha.19"
futures = { version = "0.3.0", features = ["thread-pool"] }
codec = { package = "parity-scale-codec", version = "1.0.0" }
parking_lot = "0.9.0"
sr-primitives = { path = "../sr-primitives" }