-
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: AVM uses native checkpointing trees instead of TS ephemeral forest #11955
Merged
Merged
Changes from 30 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a0accc9
chore: avm TS test cleanup and refactors
dbanks12 33cf18b
new test in orchestrator
dbanks12 20397fc
Merge branch 'master' into db/testing-updates
dbanks12 0e00834
Merge branch 'master' into db/testing-updates
dbanks12 caeec38
fixes
dbanks12 504a63a
merge
dbanks12 e6b5622
fixes
dbanks12 b69a11d
fix
dbanks12 ba5fa4a
more fixes
dbanks12 8e5ac40
use new sha in benchmarking contract
dbanks12 5f05e9f
Fixes
dbanks12 4a6972c
fixes & cleanup
dbanks12 4c0c17f
Merge branch 'master' into db/testing-updates
dbanks12 41c536b
fix noir contract
dbanks12 bc5806d
fix contract updates test
dbanks12 6376465
revert incorrect type change
dbanks12 5b9afbc
fmt
dbanks12 e1adf6a
Merge branch 'master' into db/testing-updates
dbanks12 0fe5ec2
merge
dbanks12 3347f14
[WIP - attempt 2] feat: AVM uses native checkpointing trees instead o…
dbanks12 c1e8993
fix feePayer
dbanks12 d9defc5
fix feePayer
dbanks12 adf62ae
fix
dbanks12 a1758ed
merge
dbanks12 5b4c862
merge
dbanks12 c9d8cd0
merge
dbanks12 847f643
fix txe
dbanks12 bc0b6c3
merge
dbanks12 b87ba9b
fmt
dbanks12 0eb8470
address pr feedback - missing commit-checkpoints, add try/finally
dbanks12 66abe17
Checkpoint lifecycle
PhilWindle 39e376e
Typo
PhilWindle b6fb9f0
Minor review change
PhilWindle 3d2dfb9
move checkpoint file
dbanks12 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
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
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.
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.
If public calls are present, can't check that nullifiers in txEffects don't already exist in the trees because the AVM now inserts them into the trees. Still need these checks for private-only txs.