Remove without_storage_info
#1121
Labels
crcl-protocol
Circle protocol related.
crcl-runtime
Circle runtime related.
I6-refactoring
Code needs refactoring.
P7-asap
Issue should be addressed in the next days.
Q1-easy
Can be done by primarily duplicating and adapting code.
Which part of the code is the issue addressing?
Description
In order to be able to migrate to frame weights v2 we need to get rid of the
#[pallet::without_storage_info]
macro that currently is used at all our pallets.Research/based on
without_storage_info
on pallets paritytech/polkadot-sdk#323How will this affect the code base
This will enable us to upgrade to frame weights v2 which we need to be able to generate correct PoV blocks and submit them to polkadot.
What are forseen obstacles or hurdles to overcome?
MaxEncodedLen
to ALL storage items we useThe text was updated successfully, but these errors were encountered: