mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 07:58:00 +00:00
Synchronous import queue + fix async inport queue shutdown (#2701)
* sync implementation of ImportQueue * fix import queue shutdown * never clone import queue
This commit is contained in:
committed by
Gavin Wood
parent
549d9e1da1
commit
48b2ba041f
@@ -18,6 +18,7 @@ runtime_version = { package = "sr-version", path = "../../sr-version" }
|
||||
runtime_primitives = { package = "sr-primitives", path = "../../sr-primitives" }
|
||||
tokio-timer = "0.2"
|
||||
parity-codec = { version = "3.3", features = ["derive"] }
|
||||
parking_lot = "0.7.1"
|
||||
|
||||
[dev-dependencies]
|
||||
test_client = { package = "substrate-test-client", path = "../../test-client" }
|
||||
|
||||
Reference in New Issue
Block a user