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 has been 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.
The text was updated successfully, but these errors were encountered:
Should not be that complicated, the only missing piece would be the relay parent. The relay parent is only in the runtime and not on the client side. It would be solvable, but would maybe require a new runtime api.
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.
The text was updated successfully, but these errors were encountered: