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: - [ ] Circuits - [ ] Contracts - [ ] Typescript
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 A3 (view)
Require updates to: