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

Trusted sequencer should be aware of L2 reorgs #796

Closed
4 tasks
arnaubennassar opened this issue Jun 22, 2022 · 1 comment
Closed
4 tasks

Trusted sequencer should be aware of L2 reorgs #796

arnaubennassar opened this issue Jun 22, 2022 · 1 comment

Comments

@arnaubennassar
Copy link
Member

Sequencer should be notified if a L2 reorg happens (trusted state != virtual state) as it may have WIP sequences being built on top of a wrong state.

  • Synchronizer notifies when a reorg is detected
  • Trusted sequencer halts operation
  • Synchronizer notifies when the reorg has been re-processed (this can take a while as it could imply processing a few batches)
  • Trusted sequencer will most likely need to drop the WIP sequences and then resume operation
@tclemos
Copy link
Contributor

tclemos commented Aug 5, 2022

@arnaubennassar how is the state of this task after your Sequencer refactoring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants