Update substrate master (#411)

* in progress impl

* im_online authorityid

* fix

* fix

* use polkadot-master

* trigger CI

* trigger CI

* fix removal

* storage reorganize included

* lock version
This commit is contained in:
thiolliere
2019-09-02 16:05:51 +02:00
committed by GitHub
parent 55c4c830fe
commit 8c38f05517
7 changed files with 115 additions and 94 deletions
+1 -2
View File
@@ -22,6 +22,5 @@ use substrate_executor::native_executor_instance;
native_executor_instance!(
pub Executor,
polkadot_runtime::api::dispatch,
polkadot_runtime::native_version,
polkadot_runtime::WASM_BINARY
polkadot_runtime::native_version
);