Skip to content

Commit

Permalink
Bump transaction_version
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Apr 25, 2024
1 parent 49b27c7 commit 0bb6249
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
transaction_version: 15,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
transaction_version: 15,
state_version: 0,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 4,
transaction_version: 5,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 5,
transaction_version: 6,
state_version: 0,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
transaction_version: 7,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
transaction_version: 1,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
transaction_version: 1,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
transaction_version: 1,
state_version: 1,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
transaction_version: 1,
state_version: 1,
};

Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/rococo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 24,
transaction_version: 25,
state_version: 1,
};

Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_version: 1_011_000,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 24,
transaction_version: 25,
state_version: 1,
};

Expand Down

0 comments on commit 0bb6249

Please sign in to comment.