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
+3 -3
View File
@@ -77,13 +77,13 @@ use constants::{time::*, currency::*, fee::*};
#[cfg(feature = "std")]
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Kusama).
/// Runtime version (Test).
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("polkadot-test-runtime"),
impl_name: create_runtime_str!("parity-polkadot-test-runtime"),
authoring_version: 2,
spec_version: 1053,
impl_version: 1,
spec_version: 1054,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};