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(sequencer): forwarder/bundled transactions should perform aggregate gas estimation #11513

Open
just-mitch opened this issue Jan 27, 2025 · 0 comments

Comments

@just-mitch
Copy link
Collaborator

The L1 Publisher used by the sequencer only estimates gas for the L2 block proposals.

It should instead estimate gas for the entire "bundled" transaction.

Maddiaa0 pushed a commit that referenced this issue Jan 30, 2025
See [the
design](AztecProtocol/engineering-designs#47).

TLDR:
- make a forwarder contract that dispatches to the various things a
sequencer does (publish a block, vote, claim a quote, etc)
- refactor the L1 publisher into a classes dedicated for the prover
node, and for the sequencer.

Future work:
- #9638
- #11513
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