From d85f16ecaf6a38eafed38880bf6f42a331a8fb30 Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 23 Jan 2025 14:57:29 +0100 Subject: [PATCH] A0-4583: Make NonTransfer filter out identity pallet (#1918) Also, this PR sets proper `spec-version` - should be 15.0.0 as last cut off release branch is `release-14`. --- bin/runtime/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index 9538ad22..6fa01316 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("aleph-node"), impl_name: create_runtime_str!("aleph-node"), authoring_version: 1, - spec_version: 16_000_000, + spec_version: 15_000_000, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 19, @@ -860,7 +860,6 @@ impl InstanceFilter for ProxyType { | RuntimeCall::Utility(..) | RuntimeCall::Multisig(..) | RuntimeCall::NominationPools(..) - | RuntimeCall::Identity(..) ), ProxyType::Staking => { matches!(