You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the docs, using the #[pallet::without_storage_info] is not recommended.
Because the #[pallet::without_storage_info] macro applies to all storage items in your pallet, you should only use it in a test or development environment. You should never use the #[pallet::without_storage_info] attribute macro in a production environment.
File Location(s)
pallets/*
Proposal
According to the docs, using the
#[pallet::without_storage_info]
is not recommended.https://docs.substrate.io/reference/frame-macros/#palletwithout_storage_info
!MaxEncodedLen
data structures with#[pallet::unbounded]
without_storage_info
on pallets paritytech/polkadot-sdk#323The text was updated successfully, but these errors were encountered: