Update substrate for new on_initialize syntax and update on_initialize weight (#937)

* update new on_initialize syntax

* update substrate

* update spec_version
This commit is contained in:
thiolliere
2020-03-25 14:10:11 +01:00
committed by GitHub
parent d52c3a45a7
commit 62cddd6fcb
8 changed files with 1419 additions and 1288 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 1056,
spec_version: 1057,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
};