Skip to content

Commit

Permalink
bump v1.7.0 spec 286 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraReesby authored Aug 19, 2022
1 parent ff3dd8e commit 960fda1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ 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]

## [1.7.0] - 2022-08-18
- Adding try-runtime to Turing
- Adding Currencies, PolkadotXcm, and XTokens to Turing closed call filter (Valve)
- Add xcmp-handler pallet to execute xcm, send xcm, and provide xcm fees
- Add pallet-utility
- Schedule XCM through automation-time extrinsic
- Price triggers (Alpha)

## [1.6.0] - 2022-08-10
- Update to substrate 0.9.26
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oak-node"
version = "1.6.0"
version = "1.7.0"
authors = ["OAK Developement Team"]
description = "Automation-first Blockchain"
license = "GPL-3.0"
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 @@ -157,10 +157,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 285,
spec_version: 286,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
transaction_version: 12,
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 @@ -160,10 +160,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 285,
spec_version: 286,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
transaction_version: 12,
state_version: 0,
};

Expand Down

0 comments on commit 960fda1

Please sign in to comment.