We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3f2859 + 0087514 commit 68cbca4Copy full SHA for 68cbca4
2 files changed
crates/subspace-runtime/src/lib.rs
@@ -131,7 +131,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
131
spec_name: Cow::Borrowed("subspace"),
132
impl_name: Cow::Borrowed("subspace"),
133
authoring_version: 0,
134
- spec_version: 9,
+ spec_version: 10,
135
impl_version: 0,
136
apis: RUNTIME_API_VERSIONS,
137
transaction_version: 1,
domains/runtime/evm/src/lib.rs
@@ -317,7 +317,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
317
spec_name: Cow::Borrowed("subspace-evm-domain"),
318
impl_name: Cow::Borrowed("subspace-evm-domain"),
319
320
- spec_version: 3,
+ spec_version: 4,
321
322
323
0 commit comments