-
Notifications
You must be signed in to change notification settings - Fork 297
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: Add historic blocks tree interfaces #1168
Conversation
✅ Deploy Preview for preeminent-bienenstitch-606ad0 canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments.
circuits/cpp/src/aztec3/circuits/abis/private_historic_tree_roots.hpp
Outdated
Show resolved
Hide resolved
@@ -20,20 +20,23 @@ template <typename NCT> struct PrivateHistoricTreeRoots { | |||
fr nullifier_tree_root = 0; | |||
fr contract_tree_root = 0; | |||
fr l1_to_l2_messages_tree_root = 0; | |||
fr historic_blocks_tree_root = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When inside the historic tree roots object, the historic here seems to be redundant, and not follow similar naming to the other values.
circuits/cpp/src/aztec3/circuits/abis/rollup/root/root_rollup_public_inputs.hpp
Outdated
Show resolved
Hide resolved
… md/blocks-tree-interfaces
…tec-packages into md/blocks-tree-interfaces
… md/blocks-tree-interfaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to include the latest changes, but looks good to me 👍
Description
closes: #1160
Adds the interfaces to handle the historic blocks roots tree, but does not add any circuit logic to check them
Please provide a paragraph or two giving a summary of the change, including relevant motivation and context.
Checklist: