-
Notifications
You must be signed in to change notification settings - Fork 5
Report the latest deal check timestamp from Singularity as LastVerified
#132
Comments
LastVerified
LastVerified
is this info already exposed by singularity or is it going to take a change there first? |
Singularity will need to add a column for this timestamp first.
Are we thinking about including the proof of replication as the response from the same call or as part of a separate diagnose API |
@xinaxu Thank you for folagging. I think the I understand that the Once checks in signularity get more sophisticated and that timestamp gets separated then it should be a straightforward change in motion: we would simply return a different field instead of I'll capture separate issues for refining this in Signularity. In the meantime is there anything else that is blocking this issue @elijaharita @xinaxu ? |
Makes sense to me |
Singularity periodically scans the deals snapshot data from the S3 endpoint; report the latest timestamp at which the check was performed as
LastVerified
in Motion.Eventually, checks in Singularity should become more sophisticated to include latest timestamp of proof of replicaiton on chain. However, from Motion perspective reporting the date remains the same: the check timestamp comes from singularity and what the check means is dictated by Singularity.
Relates to #66
The text was updated successfully, but these errors were encountered: