-
Notifications
You must be signed in to change notification settings - Fork 615
feat: View functions with static context enforcing #6338
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
Merged
Merged
Changes from 57 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
06ec063
wip
Thunkar 488220b
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 480c568
wip
Thunkar 20fb28a
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 462b372
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 18ab020
wip
Thunkar 8b2eba1
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar e3a1fb0
added dep
Thunkar 067e2b8
wip
Thunkar 6588645
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 633e23d
fix
Thunkar e417335
fix
Thunkar 874f6c6
working version
Thunkar aec8ced
removed isStatic from entrypoints
Thunkar 3efc83c
updated constants
Thunkar 3317312
fixed eq
Thunkar d62a168
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar f875ba6
avm working, renaming, lsp
Thunkar 9d129e0
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar efc5c6f
renaming
Thunkar bf501bd
clippy pass
Thunkar 503058c
comments from review
Thunkar dfc965f
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 54d9cc5
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 884d8e4
updated snapshots
Thunkar 7b26b42
entrypoints now return values
Thunkar 80aba0c
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 8d11eef
removed only
Thunkar b5134a6
uncommented test code, added comment
Thunkar f3bd8c0
recursive retrieval of return values from callstack
Thunkar 7ac837d
corrected avm assertion tests
Thunkar 652dcd5
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar dd99093
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 3b3ac95
updated snapshots and merge changes
Thunkar 26c7440
Merge branch 'master' into gj/contract_fn_mutability
Thunkar 5c7326f
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar e0b6144
Merge branch 'gj/contract_fn_mutability' of github.com:AztecProtocol/…
Thunkar 8c13b54
updated error messages in test
Thunkar 652a6d1
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 1e00571
updated fixtures
Thunkar 751c0d6
corrected from
Thunkar f21c900
added migration notes
Thunkar b9e1c7e
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 52db791
missing migration notes
Thunkar 9566571
error messages and fixtures
Thunkar d134298
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 492728b
comments from PR review
Thunkar 2c17e7a
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 4c0a8a3
prettier pass
Thunkar da7a733
fixed imports
Thunkar 52f3382
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 8552b7a
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar c0c2555
updated snapshots for the upteenth time
Thunkar 9f60bf4
Merge branch 'master' into gj/contract_fn_mutability
Thunkar 015cc3c
Merge branch 'master' into gj/contract_fn_mutability
Thunkar c5a5ee1
Merge branch 'master' into gj/contract_fn_mutability
Thunkar e5deb6a
fix list of avm opcodes in cpp
0035d2e
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 66c294d
Merge branch 'gj/contract_fn_mutability' of github.com:AztecProtocol/…
Thunkar 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 hidden or 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 hidden or 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 hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.