Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add too late reason #385

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

andymck
Copy link
Contributor

@andymck andymck commented Jan 5, 2024

No description provided.

@andymck andymck force-pushed the andymck/support-too-late-invalid-reason branch from 659aa0c to 6f4e950 Compare January 9, 2024 10:56
@@ -39,6 +39,7 @@ enum invalid_reason {
below_min_distance = 19;
duplicate = 20;
denied_edge = 21;
too_late = 22;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the difference between too_late and stale?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too late is specific to the new verification to check the time between a report and a POC's first event.

stale is for a report which has not been processed by the runner after a max time and gets purged by the purger

@madninja
Copy link
Member

madninja commented Jan 11, 2024 via email

@andymck
Copy link
Contributor Author

andymck commented Jan 11, 2024

Maybe add these clarifications to a comment

I will add a follow up PR to add comments to each reason...we have an early explanation of each on the oracle readme which has become inevitably stale

@andymck andymck merged commit e3258b5 into master Jan 11, 2024
7 checks passed
@andymck andymck deleted the andymck/support-too-late-invalid-reason branch January 11, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants