-
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: partial note handling in aztec-nr #11641
Merged
Merged
Changes from 39 commits
Commits
Show all changes
49 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 3b08dcf
wip
nventuro f6ab8a5
Merge branch 'nv/advanced_note_discovery' into nv/pxe-db-improv
nventuro a258045
Merge branch 'master' into nv/advanced_note_discovery
nventuro 8e34972
Add oracle
nventuro b5bfca6
wip
nventuro 67996aa
Merge branch 'nv/get-logs-oracle' into nv/advanced_note_discovery
nventuro 70c75c1
almost there
nventuro 1070360
Merge branch 'master' into nv/advanced_note_discovery
nventuro 061aecd
IT LIVES!
nventuro e625ad9
Doc improvements
nventuro 49488f3
Doc improvements
nventuro 4d3ada9
Adddress typos
nventuro 84ed736
Address review comments
nventuro 7139223
Rename to aztec::discovery
nventuro 0172f39
Remove archiver and token changes
nventuro 7089282
Fix archiver
nventuro ecd6811
Merge branch 'master' into nv/advanced_note_discovery
nventuro 774e9ab
remove the final differences
nventuro 26f77a5
Fix log type destructuring
nventuro 3e21aff
Fix TXE tests by forcing syncs when appropriate
nventuro 14ebf3d
Fix simulator tests
nventuro 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
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.
I can't comment on the line, and it's completely unrelated to this PR, but what does this empty-bodied function do? (I know what an internal function is for; I just don't understand this function).
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.
There's two paragraphs one line immediate above this that explain it. Searchin for 'marker attribute' also gets you to the right place.