mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Instantiate environment with asynchronous API (#768)
* point to in-progress Substrate branch * instantiate environment async * Fix futures * Bump runtime * Fix collation tests * point to polkadot-master again * point to polkadot-master again * update deps Co-authored-by: Ashley <ashley.ruglys@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9c59e8a271
commit
a5d9645bf4
@@ -21,7 +21,7 @@ polkadot-network = { path = "../network" }
|
||||
polkadot-validation = { path = "../validation" }
|
||||
polkadot-service = { path = "../service" }
|
||||
log = "0.4.8"
|
||||
tokio = "0.1.22"
|
||||
tokio = "0.2"
|
||||
futures-timer = "1.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.1.0" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user