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 was archived by the owner on Feb 17, 2025. It is now read-only.
Right now we only accept one free tx per claim. The free claim is marked as used the moment the tx is added into the pool. Before doing so the tx gets pre-executed to ensure that it will succeed, but for some reason some claims got stucked. Some ideas why this could happen:
Invalid nonce
The tx fails when the sequencer actually executes it
What are the use-cases?
Don't freeze free claims if something goes wrong
Implementation
Make sure the nonce is correct before marking the claim as used
Remove the claim used check from DB if the tx fails
The text was updated successfully, but these errors were encountered:
Rationale
Why should this feature exist?
Right now we only accept one free tx per claim. The free claim is marked as used the moment the tx is added into the pool. Before doing so the tx gets pre-executed to ensure that it will succeed, but for some reason some claims got stucked. Some ideas why this could happen:
What are the use-cases?
Don't freeze free claims if something goes wrong
Implementation
The text was updated successfully, but these errors were encountered: