Skip to content

Commit

Permalink
A0-4053: Remove without-storage-info macro where possible (#1617)
Browse files Browse the repository at this point in the history
# Description

Complying with paritytech/polkadot-sdk#323 in
two pallets (out of five). The other (`aleph`, `committee_management`
and `elections`) contain vectors, but they are sudo-controlled, so we
should be kinda safe (although we might want to come up with some size
bounds there at some point).

## Type of change

- Bug fix (non-breaking change which fixes an issue)
  • Loading branch information
pmikolajczyk41 authored Feb 14, 2024
1 parent 1ce368a commit b6ac239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pallets/feature-control/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ pub mod pallet {

#[pallet::pallet]
#[pallet::storage_version(STORAGE_VERSION)]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);

#[pallet::call]
Expand Down
1 change: 0 additions & 1 deletion pallets/vk-storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ pub mod pallet {

#[pallet::pallet]
#[pallet::storage_version(STORAGE_VERSION)]
#[pallet::without_storage_info]
pub struct Pallet<T>(_);

#[pallet::storage]
Expand Down

0 comments on commit b6ac239

Please sign in to comment.