Skip to content

Commit 23a7fdd

Browse files
NachoPalhbulgarinichevdor
authored
Upgrade spec_version to 9230 and bump transaction_version for assets parachains. (#1340) (#1494)
* Transaction version bump + updated spec_version * Reformatting issue * Adding missing runtimes * Upgrading contracts pallet runtime version * Upgrading Seedling runtime * Bump polkadot-parachain version Co-authored-by: Wilfried Kopp <[email protected]> Co-authored-by: Hector Bulgarini <[email protected]> Co-authored-by: Wilfried Kopp <[email protected]>
1 parent 919b561 commit 23a7fdd

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parachains/runtimes/assets/statemine/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8585
spec_name: create_runtime_str!("statemine"),
8686
impl_name: create_runtime_str!("statemine"),
8787
authoring_version: 1,
88-
spec_version: 9220,
88+
spec_version: 9230,
8989
impl_version: 0,
9090
apis: RUNTIME_API_VERSIONS,
91-
transaction_version: 6,
91+
transaction_version: 7,
9292
state_version: 0,
9393
};
9494

parachains/runtimes/assets/statemint/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115115
spec_name: create_runtime_str!("statemint"),
116116
impl_name: create_runtime_str!("statemint"),
117117
authoring_version: 1,
118-
spec_version: 9220,
118+
spec_version: 9230,
119119
impl_version: 0,
120120
apis: RUNTIME_API_VERSIONS,
121-
transaction_version: 6,
121+
transaction_version: 7,
122122
state_version: 0,
123123
};
124124

parachains/runtimes/assets/westmint/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8383
spec_name: create_runtime_str!("westmint"),
8484
impl_name: create_runtime_str!("westmint"),
8585
authoring_version: 1,
86-
spec_version: 9220,
86+
spec_version: 9230,
8787
impl_version: 0,
8888
apis: RUNTIME_API_VERSIONS,
89-
transaction_version: 6,
89+
transaction_version: 7,
9090
state_version: 0,
9191
};
9292

parachains/runtimes/contracts/contracts-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
116116
spec_name: create_runtime_str!("contracts-rococo"),
117117
impl_name: create_runtime_str!("contracts-rococo"),
118118
authoring_version: 1,
119-
spec_version: 9220,
119+
spec_version: 9230,
120120
impl_version: 0,
121121
apis: RUNTIME_API_VERSIONS,
122122
transaction_version: 1,

parachains/runtimes/starters/seedling/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
6262
spec_name: create_runtime_str!("seedling"),
6363
impl_name: create_runtime_str!("seedling"),
6464
authoring_version: 1,
65-
spec_version: 9220,
65+
spec_version: 9230,
6666
impl_version: 0,
6767
apis: RUNTIME_API_VERSIONS,
6868
transaction_version: 1,

parachains/runtimes/testing/rococo-parachain/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9494
spec_name: create_runtime_str!("test-parachain"),
9595
impl_name: create_runtime_str!("test-parachain"),
9696
authoring_version: 1,
97-
spec_version: 9220,
97+
spec_version: 9230,
9898
impl_version: 0,
9999
apis: RUNTIME_API_VERSIONS,
100100
transaction_version: 1,

polkadot-parachain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-parachain"
3-
version = "0.9.220"
3+
version = "0.9.230"
44
authors = ["Parity Technologies <[email protected]>"]
55
build = "build.rs"
66
edition = "2021"

0 commit comments

Comments
 (0)