Skip to content

Commit

Permalink
Bump runtime spec version 287 (#288)
Browse files Browse the repository at this point in the history
* Deprecate changelog
  • Loading branch information
nvengal committed Sep 15, 2022
1 parent bd0d249 commit 4f952ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# CHANGELOG
# CHANGELOG -- DEPRECATED
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Remove Sudo from Turing
# Deprecated in favor of [Releases](https://github.com/OAK-Foundation/OAK-blockchain/releases)

## [1.7.0] - 2022-08-18
- Adding try-runtime to Turing
Expand Down
4 changes: 2 additions & 2 deletions runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 286,
spec_version: 287,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/oak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("oak"),
impl_name: create_runtime_str!("oak"),
authoring_version: 1,
spec_version: 286,
spec_version: 287,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};

Expand Down
4 changes: 2 additions & 2 deletions runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 286,
spec_version: 287,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 12,
transaction_version: 13,
state_version: 0,
};

Expand Down

0 comments on commit 4f952ac

Please sign in to comment.