Skip to content

Commit

Permalink
A0-000: Bump transaction_version on release-11 to fix the ledger app (#…
Browse files Browse the repository at this point in the history
…1317)

Bumping the `transaction_version` to fix the ledger app.

---------

Co-authored-by: Marcin <[email protected]>
  • Loading branch information
DamianStraszak and Marcin-Radecki authored Aug 1, 2023
1 parent 3e39638 commit b7e984c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_check-excluded-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
rustup target add wasm32-unknown-unknown
rustup component add rust-src --toolchain nightly-2022-10-30-x86_64-unknown-linux-gnu
cargo install cargo-dylint dylint-link
cargo install --locked cargo-dylint dylint-link
cargo install --version 2.1.0 --force --locked cargo-contract
packages="${{ steps.format_output.outputs.packages }}"
Expand Down
4 changes: 2 additions & 2 deletions 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 bin/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph-node"
version = "0.11.3"
version = "0.11.4"
authors = ["Cardinal Cryptography"]
description = "Aleph node binary"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bin/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph-runtime"
version = "0.11.3"
version = "0.11.4"
authors = ["Cardinal Cryptography"]
edition = "2021"
homepage = "https://alephzero.org"
Expand Down
4 changes: 2 additions & 2 deletions bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("aleph-node"),
impl_name: create_runtime_str!("aleph-node"),
authoring_version: 1,
spec_version: 64,
spec_version: 65,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
transaction_version: 16,
state_version: 0,
};

Expand Down

0 comments on commit b7e984c

Please sign in to comment.