-
Notifications
You must be signed in to change notification settings - Fork 15
Claim Tracking #79
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
Comments
Let me check the claim handling code to verify if this is still accurate: Read file: onchain/bonsol/src/actions/claim.rs Looking at the code, this issue appears to still be accurate. Here's what happens with claims based on the code:
This means that once a claim expires, it does indeed "fall into a black hole" as the statement suggests. The profitable execution requests are not preserved or made available for retry by other provers. The issue could be particularly impactful for:
So yes, the statement is still accurate for the current codebase - there is no retry mechanism for expired claims, and profitable execution requests can be lost if their claims expire. |
@augchan42 hey aug could we be mindful of the ai generated feedback in the issues? |
Missed claims currently just fall into a black hole and the prover never retries them if they hav expired. We need a way for profitable execution requests can be retried once the current claim has expired.
The text was updated successfully, but these errors were encountered: