Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3b8a18a

Browse files
committed
bump transaction_version (#2191)
1 parent d7a641b commit 3b8a18a

File tree

8 files changed

+9
-9
lines changed
  • parachains/runtimes

8 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9292
spec_version: 9380,
9393
impl_version: 0,
9494
apis: RUNTIME_API_VERSIONS,
95-
transaction_version: 11,
95+
transaction_version: 12,
9696
state_version: 1,
9797
};
9898

@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
105105
spec_version: 9380,
106106
impl_version: 0,
107107
apis: RUNTIME_API_VERSIONS,
108-
transaction_version: 11,
108+
transaction_version: 12,
109109
state_version: 0,
110110
};
111111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
120120
spec_version: 9380,
121121
impl_version: 0,
122122
apis: RUNTIME_API_VERSIONS,
123-
transaction_version: 11,
123+
transaction_version: 12,
124124
state_version: 0,
125125
};
126126

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9090
spec_version: 9380,
9191
impl_version: 0,
9292
apis: RUNTIME_API_VERSIONS,
93-
transaction_version: 11,
93+
transaction_version: 12,
9494
state_version: 0,
9595
};
9696

parachains/runtimes/bridge-hubs/bridge-hub-kusama/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_version: 9380,
131131
impl_version: 0,
132132
apis: RUNTIME_API_VERSIONS,
133-
transaction_version: 1,
133+
transaction_version: 2,
134134
state_version: 1,
135135
};
136136

parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159159
spec_version: 9380,
160160
impl_version: 0,
161161
apis: RUNTIME_API_VERSIONS,
162-
transaction_version: 1,
162+
transaction_version: 2,
163163
state_version: 1,
164164
};
165165

parachains/runtimes/collectives/collectives-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
105105
spec_version: 9380,
106106
impl_version: 0,
107107
apis: RUNTIME_API_VERSIONS,
108-
transaction_version: 2,
108+
transaction_version: 3,
109109
state_version: 0,
110110
};
111111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
123123
spec_version: 9380,
124124
impl_version: 0,
125125
apis: RUNTIME_API_VERSIONS,
126-
transaction_version: 4,
126+
transaction_version: 5,
127127
state_version: 1,
128128
};
129129

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
104104
spec_version: 9380,
105105
impl_version: 0,
106106
apis: RUNTIME_API_VERSIONS,
107-
transaction_version: 4,
107+
transaction_version: 5,
108108
state_version: 0,
109109
};
110110

0 commit comments

Comments
 (0)