-
Notifications
You must be signed in to change notification settings - Fork 324
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: process note logs in aztec-nr #10651
Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a124c6a
Sketching out initial approach
nventuro ec92180
Success!
nventuro 2f52d31
IT LIVES
nventuro a443446
Misc doc improvements
nventuro dae83d7
Some more minor comments
nventuro 40d2dae
Remove old ts code
nventuro 893ad80
noir formatting
nventuro 4c88865
Merge branch 'master' into nv/process_note_logs
nventuro 206444f
It works!
nventuro 51a7f0b
Add some docs
nventuro 212219a
Merge branch 'master' into nv/process_note_logs
nventuro 646f5ff
Handle no note contracts
nventuro b771c98
Fix macro
nventuro ebf7412
Merge branch 'master' into nv/process_note_logs
nventuro eccd8b6
Fix import
nventuro da8408f
Remove extra file
nventuro d5fe202
Apply suggestions from code review
nventuro 96af47d
Rename foreach
nventuro 48fe292
Move files around
nventuro 7f46d5a
Merge branch 'master' into nv/process_note_logs
nventuro 30cbc8a
If I have to nargo fmt one more time
nventuro 5205cc4
Oh god
nventuro 76bbd1b
zzz
nventuro d44ec2e
kill me now
nventuro 8b7d508
Add node methods to txe node
nventuro ff0127c
Merge branch 'master' into nv/process_note_logs
nventuro 8f56981
Add sim prov
nventuro 72ea7c4
Fix build error
nventuro 36c29e8
fix: simulator oracle test
benesjan d8b24ab
Merge branch 'master' into nv/process_note_logs
benesjan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Now the tests test less, but that is fine as the complexity has moved to the contract out of PXE.
Instead of testing that the note has actually been added to the db, I just test that a process_log func has been called on the contract.
Given the above I felt like it made not sense to have these 3 tests anymore so I reduced them to only 1.