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

[Sequencer/RPC] L1 data is not polled when the network is halted #1622

Open
hexoscott opened this issue Jan 10, 2025 · 0 comments
Open

[Sequencer/RPC] L1 data is not polled when the network is halted #1622

hexoscott opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@hexoscott
Copy link
Collaborator

During a network upgrade we set the sequencer to halt at a batch height. Once this has been done we wait for the L1 data to be finalised before continuing. The sequencer/RPC should report the latest batch as verified at this point but it is reporting old data.

The problem here is likely that changes to the batches / sequencer execution stages are stopping the stage loop from running as normal when the network is halted so no new L1 data is being collected. We need to ensure a halted network is still checking the L1 for new information.

@hexoscott hexoscott self-assigned this Jan 10, 2025
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