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

Multiple indexing issues detected on Optimism #2214

Open
Uxio0 opened this issue Sep 20, 2024 · 0 comments
Open

Multiple indexing issues detected on Optimism #2214

Uxio0 opened this issue Sep 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Uxio0
Copy link
Member

Uxio0 commented Sep 20, 2024

We detected multiple indexing issues:

  • A Safe that migrates from L1 to L2 will always trigger and error and then call reindex_master_copies when processing, as the status is always corrupt before the nonce the Safe had when it was migrated. Transactions are missing as the events were not emitted, and service tries to find the missing events forever.
  • InternalTxDecoded.objects.safes_pending_to_be_processed() is really slow, taking more than 50 seconds in network like Optimism. That prevents a quick processing of Safes.
  • Banned Safes don't mark InternalTxDecoded as processed, making the index and the table grow but never consumed.
@Uxio0 Uxio0 added the bug Something isn't working label Sep 20, 2024
@Uxio0 Uxio0 self-assigned this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant