-
Notifications
You must be signed in to change notification settings - Fork 598
feat: add return values to aztec fns #5389
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 all commits
Commits
Show all changes
128 commits
Select commit
Hold shift + click to select a range
e1190bc
changed storage macro to look for attribute
Thunkar c41eba8
added abi exports to contract artifact
Thunkar 6caea1e
changed storage macro to look for attribute
Thunkar 01506c9
added abi exports to contract artifact
Thunkar 3873a65
reverted change
Thunkar ce6b163
removed unused variable
Thunkar 733f0ec
clippy pass
Thunkar 9b6af4b
fixes and consistency
Thunkar ad2a62f
cleanup and test
Thunkar 445b9e6
updated snapshots, types
Thunkar 2124cfa
changed integer serialization
Thunkar 3a388be
added abi exports to contract artifact
Thunkar 85596ec
added abi exports to contract artifact
Thunkar 46df9a5
reverted change
Thunkar 0132139
clippy pass
Thunkar 6545eec
wip
Thunkar 7c6544f
wip
Thunkar efe757d
storage layout export and note ids
Thunkar 82ca876
working storage layout and notes
Thunkar 1fa96db
experimental support
Thunkar f367d15
updated snapshot
Thunkar 84bf37a
better codegen and fixed test
Thunkar f1baaf0
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 614942a
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 3c0787c
Merge branch 'gj/contract_abi_exports' into gj/storage_layout
Thunkar e4cf336
Merge branch 'master' into gj/contract_abi_exports
Thunkar 7b8eed6
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 9f94e95
removed macro pass, general cleanup and fixes
Thunkar 1e238d8
used in e2e, clippy
Thunkar 28ce5e6
fixed snapshot
Thunkar edba6f1
prettier run
Thunkar 654fa04
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 423537e
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 99c5128
yet another snapshot. fun
Thunkar 7227650
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar be95f17
Merge branch 'master' into gj/contract_abi_exports
Thunkar a176860
Merge branch 'gj/contract_abi_exports' into gj/storage_layout
Thunkar 92e4397
Merge branch 'master' into gj/contract_abi_exports
Thunkar 04b7b19
Merge branch 'gj/contract_abi_exports' into gj/storage_layout
Thunkar ba59549
Merge branch 'master' into gj/contract_abi_exports
Thunkar 08a3374
Merge branch 'gj/contract_abi_exports' into gj/storage_layout
Thunkar 328108f
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar a75c843
updated snapshots
Thunkar 1c1e156
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar e4f75eb
merge changes
Thunkar 80df865
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 5482aee
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 2859f5f
updated artifact hash
Thunkar 53918d9
correct hash
Thunkar 9a20ff4
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 3d8deb1
merge conflicts
Thunkar ccd1b7b
fmt
Thunkar f16ec80
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 622ef04
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar e0f2ca2
Update noir/noir-repo/aztec_macros/src/lib.rs
Thunkar b0b796e
Merge branch 'gj/contract_abi_exports' into gj/storage_layout
Thunkar d34e4a3
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 2d18874
guess what
Thunkar 2e61cda
increased test machine size, hash
Thunkar 9ab84fd
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar a6aa905
avoid oom
Thunkar 4b8464d
PR changes
Thunkar 0c175fd
more pr improvements
Thunkar db649f8
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar c2febc9
reverted abi tag error
Thunkar 95e5025
clippy pass
Thunkar 93b6cb1
Merge branch 'master' into gj/contract_abi_exports
Thunkar 38e17fa
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar f5b158a
correct order
Thunkar bd89f36
reverted ci changes
Thunkar 8f7d587
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 5ad4ce5
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar ef571c9
pr comment
Thunkar 3b7d7b5
added tuple values
Thunkar ce404c9
removed unused import
Thunkar 31996d9
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 2bcdac7
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar b673d1c
fixed integer conversion
Thunkar 8feb6d4
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 1794b8e
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar fa353be
fixed constants
Thunkar 7185448
fixed artifact hash
Thunkar ecd305b
changed approach
Thunkar 45914ba
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar a586479
restrict abi tag again
Thunkar a8536aa
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 9479047
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 8a28659
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 6455797
clippy pass
Thunkar 564f438
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar defffbb
updated snapshot
Thunkar 0faea97
updated snapshot
Thunkar 2ed4aaf
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 2e5d302
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar 0329e06
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 95be1cd
fixed merge conflicts
Thunkar db2a411
hash
Thunkar 7a2d041
removed repeated block
Thunkar e7ee0c2
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
Thunkar cf1f97b
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 52c6db0
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 8e49bb5
Merge branch 'gj/contract_abi_exports' into gj/storage_layout
Thunkar 940c39e
Merge branch 'gj/storage_layout' into gj_lh/fn_return_values
Thunkar f339ffb
updated artifact hash
Thunkar 5d1bdcc
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 3e7cf15
updated artifact hash
Thunkar 8861e7d
Merge branch 'master' into gj/storage_layout
Thunkar 97372a9
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 9524c9c
merge conflicts
Thunkar a229328
another hash
Thunkar 0a18551
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 7674111
added docs
Thunkar 904a791
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar 88e6858
migration notes
Thunkar c1b64b0
Merge branch 'gj/storage_layout' into gj_lh/fn_return_values
Thunkar d08e7bb
updated hash
Thunkar 8a4d9fe
just to see ci fail
Thunkar cd60d9b
fix
Thunkar 088536c
Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…
Thunkar d7e2e22
guess what
Thunkar e631507
wait for red
Thunkar 2b88ea2
merge conflicts
Thunkar 7f99205
updated constants
Thunkar 163b397
fix
Thunkar 6e3ffe8
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 539e4ff
added comment
Thunkar bdc49d8
artifact hash
Thunkar 81e7e6b
artifact hash
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
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
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.