-
Notifications
You must be signed in to change notification settings - Fork 265
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: Constrain App function VKs #9756
Conversation
Changes to circuit sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
...rivate-kernel-lib/src/tests/private_call_data_validator_builder/validate_contract_address.nr
Outdated
Show resolved
Hide resolved
...rivate-kernel-lib/src/tests/private_call_data_validator_builder/validate_contract_address.nr
Outdated
Show resolved
Hide resolved
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.
Excellent!! 🚀
@@ -115,7 +115,7 @@ impl AztecAddress { | |||
|
|||
pub fn compute_from_private_function( | |||
function_selector: FunctionSelector, | |||
functino_vk_hash: Field, | |||
function_vk_hash: Field, |
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.
Good catch 😂
Removing e2e-all since it's triggering a bug present on master |
Resolves #9592