From 6de1c14d093263306d8a579ca675c74a1565c86c Mon Sep 17 00:00:00 2001 From: Irsal Alsanea Date: Wed, 9 Mar 2022 20:47:38 -0800 Subject: [PATCH] try transaction_version --- CHANGELOG.md | 4 +++- runtime/neumann/src/lib.rs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3b44fde..ff0708101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.2.7] - 2022-03-07 +## [1.2.7] - 2022-03-10 - Removed Quadratic funding pallet; can now be found [here](https://github.com/OAK-Foundation/quadratic-funding-pallet) - Added inclusion fees for OAK transactions - Modified execution fees - Added weights for pallet-valve - Upgraded polkadot client to v0.9.17 - Added vesting on initialize +- Benchmarks for automation time pallet +- Safely calculate timeslots and other items ## [1.2.6] - 2022-03-01 - Add Turing runtime and split chain-specific code (#chain-fork) diff --git a/runtime/neumann/src/lib.rs b/runtime/neumann/src/lib.rs index fc1a3a1fe..21e9eb1a0 100644 --- a/runtime/neumann/src/lib.rs +++ b/runtime/neumann/src/lib.rs @@ -179,7 +179,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_version: 276, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 3, + transaction_version: 4, state_version: 0, };