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
Fixes#677Fixes#2399
# Description
To detect potential corruption of PVF artifacts on disk, we store their
checksums and verify if they match before execution. In case of a
mismatch, we recreate the artifact.
## Integration
In Candidate Validation, we treat the error similarly to
PossiblyInvalidError::RuntimeConstruction due to their close nature.
## Review Notes
The Black3 hashing algorithm has already been used. I believe we can
switch to twox, as suggested in the issue, because the checksum does not
need to be cryptographically hashed, and we do not reveal the checksum
in logs.
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments