-
Notifications
You must be signed in to change notification settings - Fork 302
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
Add L1 -> L2 message tree #348
Comments
Update:
@iAmMichaelConnor
RootRollupPublicInputs
Tasks to cover
|
Just summarising our chat from earlier. We went with putting this information in the root rollup inputs. |
Add an L1 -> L2 message tree in the circuits for messages that are inserted. Should be implemented as an append only tree.
To be decided when to insert the messages, e.g., could be in root or at merge state depending on the compute bounds we have.
The input messages must be part of the public inputs hash as well.
See https://github.com/orgs/AztecProtocol/projects/22/views/17?filterQuery=+team%3A%22%F0%9F%A7%9A%E2%80%8D%E2%99%80%EF%B8%8F+Fairies%22+&pane=issue&itemId=25342143
Require updates to:
The text was updated successfully, but these errors were encountered: