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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Several times I felt the need in getting a PoV for a given parablock. Specifically, for debugging or benchmarking. I think it would be great if cumulus allowed me to recreate the collation for a given parachain block.
Assuming I had an archive parachain node that runs with an archive relay node, I should theoretically be able to recreate a PoV for the given block, given that all the required data is supplied (specifically, PersistedValidationData and/or relay-parent).
Alternatively, a service that crawls the relay chain and recovers the PoV & PersistedValidationData would work as well.