We should be able to handle reorg that will happen on chain.
For indexer that means:
- cleanup events in database that were removed from chain
- catchup on new events/logs
- fix accounts authenticators state (stored in database) - this can be non-trivial
For other services:
- maybe nonce will need to be updated
- some proofs may become invalid
We should be able to handle reorg that will happen on chain.
For indexer that means:
For other services: