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:
Robert Habermeier
2020-01-16 16:09:06 +01:00
committed by GitHub
parent 9c59e8a271
commit a5d9645bf4
8 changed files with 252 additions and 258 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1040,
spec_version: 1041,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
};