Skip to content

Commit 68cbca4

Browse files
authored
Merge pull request #3872 from autonomys/runtime/upgrade-2512
Bump runtime spec_version: consensus 10, EVM domain 4
2 parents b3f2859 + 0087514 commit 68cbca4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/subspace-runtime/src
  • domains/runtime/evm/src

crates/subspace-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
131131
spec_name: Cow::Borrowed("subspace"),
132132
impl_name: Cow::Borrowed("subspace"),
133133
authoring_version: 0,
134-
spec_version: 9,
134+
spec_version: 10,
135135
impl_version: 0,
136136
apis: RUNTIME_API_VERSIONS,
137137
transaction_version: 1,

domains/runtime/evm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
317317
spec_name: Cow::Borrowed("subspace-evm-domain"),
318318
impl_name: Cow::Borrowed("subspace-evm-domain"),
319319
authoring_version: 0,
320-
spec_version: 3,
320+
spec_version: 4,
321321
impl_version: 0,
322322
apis: RUNTIME_API_VERSIONS,
323323
transaction_version: 1,

0 commit comments

Comments
 (0)