mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Introduce thread pool for transaction validation. (#4051)
This commit is contained in:
committed by
Gavin Wood
parent
a8ce80b72d
commit
c3f6e5bd40
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user