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
Currently, the commit pipeline makes sure that the vault is reflects the current subset of the world state known to the node.
It is a very delicate component because it can produce forks.
This git issue asks to rewrite the pipeline (for both fabric and orion platforms).
The pipeline should panic if and only if an error that could generate a fork is detected.
Also, It should as fast as possible.
The text was updated successfully, but these errors were encountered:
Currently, the commit pipeline makes sure that the vault is reflects the current subset of the world state known to the node.
It is a very delicate component because it can produce forks.
This git issue asks to rewrite the pipeline (for both fabric and orion platforms).
The pipeline should panic if and only if an error that could generate a fork is detected.
Also, It should as fast as possible.
The text was updated successfully, but these errors were encountered: