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
LHerskind
changed the title
feat: build in_hash circuits and put down plumbing to construct the block
feat(inbox): build in_hash circuits and put down plumbing to construct the block
Mar 8, 2024
LHerskind
changed the title
feat(inbox): build in_hash circuits and put down plumbing to construct the block
feat(Inbox): build in_hash circuits and put down plumbing to construct the block
Mar 8, 2024
LHerskind
changed the title
feat(Inbox): build in_hash circuits and put down plumbing to construct the block
feat(Inbox): build parity circuits and put down plumbing to construct the block
Mar 8, 2024
Fixes#4633
Note: The new model currently can't be used to consume the message on L2
because old model root is being inserted to the messages tree in root
rollup circuit. We can be sure the root computed by new model is correct
because it is already being set in the header and checked in the Rollup
contract. I will start inserting the new root in my next PR in which
I'll purge the old inbox.
---------
Co-authored-by: esau <152162806+sklppy88@users.noreply.github.com>
Build the parity circuits as described in the yellow paper such that we can get the message values into the rollup state.
The text was updated successfully, but these errors were encountered: