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
As a developer, I want to include the storage weight reclaim signed extension in the runtime to optimize block space by reclaiming unused PoV for other extrinsics.
"The runtime should contain the storage weight reclaim signed extension to claim unused PoV and provide extra room for other extrinsics, hence optimizing the block space."
type SignedExtra = (
…
cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<Runtime>,
);
The text was updated successfully, but these errors were encountered:
As a developer, I want to include the storage weight reclaim signed extension in the runtime to optimize block space by reclaiming unused PoV for other extrinsics.
The text was updated successfully, but these errors were encountered: