From 0c39996e398782f1905ae272f7d9b29910d79c2d Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 20 Dec 2024 07:06:57 +1000 Subject: [PATCH] Bump runtime version --- crates/subspace-runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/subspace-runtime/src/lib.rs b/crates/subspace-runtime/src/lib.rs index 67f052308b..e4e7c46f2e 100644 --- a/crates/subspace-runtime/src/lib.rs +++ b/crates/subspace-runtime/src/lib.rs @@ -125,13 +125,13 @@ sp_runtime::impl_opaque_keys! { const MAX_PIECES_IN_SECTOR: u16 = 1000; // To learn more about runtime versioning and what each of the following value means: -// https://substrate.dev/docs/en/knowledgebase/runtime/upgrades#runtime-versioning +// https://paritytech.github.io/polkadot-sdk/master/sp_version/struct.RuntimeVersion.html #[sp_version::runtime_version] pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("subspace"), impl_name: Cow::Borrowed("subspace"), authoring_version: 0, - spec_version: 1, + spec_version: 2, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,