Skip to content

feat(indexer): Introduce locking mechanism to indexer optimistic indexing #7243

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

Draft
wants to merge 2 commits into
base: sc-platform/introduce-basic-optimistic-indexing
Choose a base branch
from

Conversation

tomxey
Copy link
Contributor

@tomxey tomxey commented Jun 5, 2025

Description of change

Introduce locking mechanism to indexer optimistic indexing

Links to any relevant issues

fixes #6320

How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any relevant configurations.

  • Basic tests (linting, compilation, formatting, unit/integration tests)
  • Patch-specific tests (correctness, functionality coverage)

Infrastructure QA (only required for crates that are maintained by @iotaledger/infrastructure)

  • Synchronization of the indexer from genesis for a network including migration objects.
  • Restart of indexer synchronization locally without resetting the database.
  • Restart of indexer synchronization on a production-like database.
  • Deployment of services using Docker.
  • Verification of API backward compatibility.

Release Notes

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:
  • REST API:

@tomxey tomxey self-assigned this Jun 5, 2025
Copy link

vercel bot commented Jun 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
apps-backend ⬜️ Ignored (Inspect) Visit Preview Jun 12, 2025 0:53am
apps-ui-kit ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback Jun 12, 2025 0:53am
rebased-explorer ⬜️ Ignored (Inspect) Visit Preview Jun 12, 2025 0:53am
wallet-dashboard ⬜️ Ignored (Inspect) Visit Preview Jun 12, 2025 0:53am

@iota-ci iota-ci added infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group. labels Jun 5, 2025
@tomxey tomxey changed the base branch from develop to infra/feat/indexer-optimistic-indexing June 5, 2025 13:10
@tomxey tomxey changed the base branch from infra/feat/indexer-optimistic-indexing to sc-platform/introduce-basic-optimistic-indexing June 5, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[indexer]: Handle race conditions in optimistic indexing
2 participants