You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: