Rococo v1-1 (#2333)

* Rococo V2

* Do it again!

* Rename
This commit is contained in:
Bastian Köcher
2021-01-26 23:56:48 +01:00
committed by GitHub
parent 1358bf9345
commit ca2fedc395
2 changed files with 112 additions and 121 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -98,9 +98,9 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
/// Runtime version (Rococo).
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("rococo"),
impl_name: create_runtime_str!("parity-rococo-v1"),
impl_name: create_runtime_str!("parity-rococo-v1-1"),
authoring_version: 0,
spec_version: 19,
spec_version: 200,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,