Skip to content

Commit

Permalink
Document that the spec version can differ between networks
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Feb 21, 2025
1 parent 03083ec commit 1cabe35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions domains/runtime/evm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ 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,
Expand Down

0 comments on commit 1cabe35

Please sign in to comment.