Skip to content

Commit

Permalink
A0-4583: Make NonTransfer filter out identity pallet (#1918)
Browse files Browse the repository at this point in the history
Also, this PR sets proper `spec-version` - should be 15.0.0 as last cut
off release branch is `release-14`.
  • Loading branch information
Marcin-Radecki authored Jan 23, 2025
1 parent 75ef572 commit d85f16e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -860,7 +860,6 @@ impl InstanceFilter<RuntimeCall> for ProxyType {
| RuntimeCall::Utility(..)
| RuntimeCall::Multisig(..)
| RuntimeCall::NominationPools(..)
| RuntimeCall::Identity(..)
),
ProxyType::Staking => {
matches!(
Expand Down

0 comments on commit d85f16e

Please sign in to comment.