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 Aug 23, 2020. It is now read-only.
We want to validate bundles as they come in and not only on tip-selection and milestone solidification
Motivation
As part of the white-flag changes we are doing now, we expect very little of the tangle to be left-behind. So it makes sense to validate as they arrive. We can use the validation status to give the proper score to a tip in #1771
Requirements
When a tail solidifies, and all the bundles it approves are valid, pass it on to bundle validation
We have 3 possible validity statuses on a tail: INVALID, VALID, and UNKNOWN (we currently have this). Once a tail changes its status from UNKNOWN->VALID we start propagating the check upwards to the approvers. If it changes its status from UNKNOWN->INVALID, propagate the status to the approvers.
The text was updated successfully, but these errors were encountered:
We should add a bundle validation stage after the solidification stage (if it exists)
or if not ready after received stage.
Currently this stage will not be a prerequisite to any other stages.
In Later issues we may change this so we only broadcast valid bundles (but not now)
Description
We want to validate bundles as they come in and not only on tip-selection and milestone solidification
Motivation
As part of the white-flag changes we are doing now, we expect very little of the tangle to be left-behind. So it makes sense to validate as they arrive. We can use the validation status to give the proper score to a tip in #1771
Requirements
The text was updated successfully, but these errors were encountered: