Skip to content

Commit

Permalink
bump tx version
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Ferrell <charlie@manta.network>
  • Loading branch information
ferrell-code committed Jun 28, 2024
1 parent 3aec464 commit 3cb1d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/calamari/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 4710,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 19,
transaction_version: 20,
state_version: 0,
};

Expand Down
2 changes: 1 addition & 1 deletion runtime/manta/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 4710,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
transaction_version: 9,
state_version: 1,
};

Expand Down

0 comments on commit 3cb1d9f

Please sign in to comment.