Skip to content

Commit

Permalink
try transaction_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Irsal Alsanea committed Mar 10, 2022
1 parent e920557 commit 6de1c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 6de1c14

Please sign in to comment.