Skip to content

Commit

Permalink
Merge pull request #3393 from autonomys/sync-taurus-mainnet-versions
Browse files Browse the repository at this point in the history
Sync mainnet runtime versions with taurus versions
  • Loading branch information
teor2345 authored Feb 21, 2025
2 parents 3701084 + 1cabe35 commit ed27d29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/subspace-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: Cow::Borrowed("subspace"),
impl_name: Cow::Borrowed("subspace"),
authoring_version: 0,
// The spec version can be different on Taurus and Mainnet
spec_version: 2,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
Expand Down
1 change: 1 addition & 0 deletions domains/runtime/auto-id/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: Cow::Borrowed("subspace-auto-id-domain"),
impl_name: Cow::Borrowed("subspace-auto-id-domain"),
authoring_version: 0,
// The spec version can be different on Taurus and Mainnet
spec_version: 0,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
Expand Down
3 changes: 2 additions & 1 deletion domains/runtime/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: Cow::Borrowed("subspace-evm-domain"),
impl_name: Cow::Borrowed("subspace-evm-domain"),
authoring_version: 0,
// The spec version can be different on Taurus and Mainnet
spec_version: 0,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
transaction_version: 1,
system_version: 2,
};

Expand Down

0 comments on commit ed27d29

Please sign in to comment.