-
Notifications
You must be signed in to change notification settings - Fork 597
chore: misc AVM migration prep changes #6253
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -731,7 +731,8 @@ describe('ACIR public execution simulator', () => { | |
| }); | ||
| }); | ||
|
|
||
| describe('Historical header in public context', () => { | ||
| // TODO(4840): add AVM opcodes for getting header (members) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would a describe.skip work?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good point! I didn't think .skip would work, but I was thinking of e2e stuff when we call functions by name, vs here we are looking for a string in the artifact. I'll do .skip :) |
||
| describe.skip('Historical header in public context', () => { | ||
| let contractAddress: AztecAddress; | ||
| let callContext: CallContext; | ||
| let assertHeaderPublicArtifact: FunctionArtifact; | ||
|
|
||
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.
Auto-formatting by LSP