This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
PoV Limit Pallet #12772
Closed
Description
As discussed in https://forum.polkadot.network/t/push-kusama-limits-with-pov-weight-limit-system-parachains/1068, we could write a pallet whose on_initialize
would consume up to the weight limit of the block (or some percentage as a config parameter). For parachains with PoV and execution time limits, this could roughly look like:
- Call(s) to
system.set_storage
that will consume the PoV size, - Some
for
loop performing arbitrary computation like hashing values to consume any remaining time limit.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done