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

feat(indexer): handle reorganizations #322

Open
Tracked by #315 ...
fbac opened this issue Dec 16, 2024 · 0 comments
Open
Tracked by #315 ...

feat(indexer): handle reorganizations #322

fbac opened this issue Dec 16, 2024 · 0 comments
Assignees

Comments

@fbac
Copy link
Collaborator

fbac commented Dec 16, 2024

The indexer has to be able of detecting blockchain reorganizations.

In order to provide reorg detection capabilities, the following changes are required:

  • the database model has to be expanded and include blockHash, blockNumber and timestamps.
  • the indexer has to be able to detect and handle reorganizations.
  • the broadcast network has to sync new appended messages created during the reorg handling.
@fbac fbac changed the title feat: handle reorganizations feat(indexer): handle reorganizations Dec 16, 2024
@fbac fbac self-assigned this Dec 16, 2024
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

No branches or pull requests

1 participant