Update latest substrate master (#1468)

* update substrate to latest master

* runtime: bump spec versions
This commit is contained in:
André Silva
2020-07-24 22:45:03 +01:00
committed by GitHub
parent b8de0ff16f
commit a2527913a6
5 changed files with 180 additions and 165 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kusama"),
impl_name: create_runtime_str!("parity-kusama"),
authoring_version: 2,
spec_version: 2020,
impl_version: 1,
spec_version: 2021,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]