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.
When the Substrate backend is reverted some information related to parachains management within the parachains-db should be reverted as well.
We can divide the information added by the blocks after the revert point in two categories:
data that somehow depends on the blockchain state;
data that is independent from the blockchain state.
Data that belongs to the first category must be reverted.
If not, it may end up referencing some blockchain data that in the meantime has been wiped out by the overall revert procedure.
Data from the second category is most a "nice to have" cleanup feature.
If this is not reverted it should be a (negligible) leftover that doesn't influence the node's operational status once restarted.
Subsystems referencing data within the "parachains-db":
dispute-coordinator => probably doesn't need to be reverted, but there will be some orphaned data until the chain progresses further on the local node.
availability-store => probably doesn't need to be reverted.
The text was updated successfully, but these errors were encountered:
Follow up of paritytech/substrate#11178
When the Substrate backend is reverted some information related to parachains management within the parachains-db should be reverted as well.
We can divide the information added by the blocks after the revert point in two categories:
Data that belongs to the first category must be reverted.
If not, it may end up referencing some blockchain data that in the meantime has been wiped out by the overall revert procedure.
Data from the second category is most a "nice to have" cleanup feature.
If this is not reverted it should be a (negligible) leftover that doesn't influence the node's operational status once restarted.
Subsystems referencing data within the "parachains-db":
The text was updated successfully, but these errors were encountered: