Skip to content

Commit b571b27

Browse files
committed
chore: bump runtime version fields for the first t0rn upgrade
1 parent d0a737b commit b571b27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/parachain/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
184184
// https://docs.rs/sp-version/latest/sp_version/struct.RuntimeVersion.html
185185
spec_name: create_runtime_str!("t0rn"),
186186
impl_name: create_runtime_str!("Circuit Collator"),
187-
authoring_version: 1,
188-
spec_version: 2,
189-
impl_version: 2,
187+
authoring_version: 2,
188+
spec_version: 3,
189+
impl_version: 1,
190190
apis: RUNTIME_API_VERSIONS,
191-
transaction_version: 1,
191+
transaction_version: 2,
192192
// https://github.com/paritytech/cumulus/issues/998
193193
// https://github.com/paritytech/substrate/pull/9732
194194
// https://github.com/paritytech/substrate/pull/10073

0 commit comments

Comments
 (0)