-
Notifications
You must be signed in to change notification settings - Fork 599
feat!: storage_layout and #[aztec(storage)]
#5387
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
90 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 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 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 2859f5f
updated artifact hash
Thunkar 53918d9
correct hash
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 2d18874
guess what
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 8f7d587
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
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 b673d1c
fixed integer conversion
Thunkar 8feb6d4
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
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 6455797
clippy pass
Thunkar defffbb
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 7a2d041
removed repeated block
Thunkar e7ee0c2
Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…
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 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 0a18551
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 7674111
added docs
Thunkar 88e6858
migration notes
Thunkar d08e7bb
updated hash
Thunkar 8a4d9fe
just to see ci fail
Thunkar cd60d9b
fix
Thunkar d7e2e22
guess what
Thunkar efba461
pr review
Thunkar 04f0ea5
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar 9b9de51
Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…
Thunkar a6009ed
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
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.