Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Rococo v1-1 (#2333)
Browse files Browse the repository at this point in the history
* Rococo V2

* Do it again!

* Rename
  • Loading branch information
bkchr authored Jan 26, 2021
1 parent 441cb9b commit 0fb3d76
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 113 deletions.
213 changes: 102 additions & 111 deletions node/service/res/rococo.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0fb3d76

Please sign in to comment.