-
Notifications
You must be signed in to change notification settings - Fork 310
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!: enforce fees #11480
base: master
Are you sure you want to change the base?
feat!: enforce fees #11480
Conversation
Docs PreviewHey there! 👋 You can check your preview at https://67ab14c2e5e6df7220d1e4ac--aztec-docs-dev.netlify.app |
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.
🚀
@@ -63,12 +63,17 @@ impl PreviousKernelValidator { | |||
} | |||
|
|||
fn validate_common(self) { |
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.
Maybe we should rename validate_common to validate_tail_common
, it's a bit confusing!
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 idea!
@@ -32,6 +32,8 @@ export type SendMethodOptions = { | |||
export abstract class BaseContractInteraction { | |||
protected log = createLogger('aztecjs:contract_interaction'); | |||
|
|||
private capsules: Fr[][] = []; |
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.
nice
Changes to circuit sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
Please read contributing guidelines and remove this line.