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

Fix querying for proposers API to reference finalized L1 block #429

Closed
shaspitz opened this issue Oct 7, 2024 · 0 comments · Fixed by #543
Closed

Fix querying for proposers API to reference finalized L1 block #429

shaspitz opened this issue Oct 7, 2024 · 0 comments · Fixed by #543

Comments

@shaspitz
Copy link
Contributor

shaspitz commented Oct 7, 2024

The querying for proposers api currently queries the validator opt-in router using the latest L1 block, which is not reorg resistant.

This query needs to ref an L1 block that is sufficiently finalized (similar to the oracle etc. that queries a L1 block that's 10 blocks old)

@shaspitz shaspitz changed the title Ensure all queries to L1 contracts are with respect to latest finalized block Fix querying for proposers API to reference finalized L1 block Dec 24, 2024
@shaspitz shaspitz linked a pull request Dec 24, 2024 that will close this issue
2 tasks
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

Successfully merging a pull request may close this issue.

1 participant