Skip to content
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!: storage_layout and #[aztec(storage)] #5387

Merged
merged 90 commits into from
Apr 8, 2024
Merged

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    e1190bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c41eba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6caea1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01506c9 View commit details
    Browse the repository at this point in the history
  5. reverted change

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3873a65 View commit details
    Browse the repository at this point in the history
  6. removed unused variable

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ce6b163 View commit details
    Browse the repository at this point in the history
  7. clippy pass

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    733f0ec View commit details
    Browse the repository at this point in the history
  8. fixes and consistency

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9b6af4b View commit details
    Browse the repository at this point in the history
  9. cleanup and test

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ad2a62f View commit details
    Browse the repository at this point in the history
  10. updated snapshots, types

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    445b9e6 View commit details
    Browse the repository at this point in the history
  11. changed integer serialization

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2124cfa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a388be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85596ec View commit details
    Browse the repository at this point in the history
  14. reverted change

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    46df9a5 View commit details
    Browse the repository at this point in the history
  15. clippy pass

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0132139 View commit details
    Browse the repository at this point in the history
  16. wip

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6545eec View commit details
    Browse the repository at this point in the history
  17. wip

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7c6544f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    efe757d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    82ca876 View commit details
    Browse the repository at this point in the history
  20. updated snapshot

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f367d15 View commit details
    Browse the repository at this point in the history
  21. better codegen and fixed test

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    84bf37a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f1baaf0 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    614942a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3c0787c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    e4cf336 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7b8eed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f94e95 View commit details
    Browse the repository at this point in the history
  4. used in e2e, clippy

    Thunkar committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1e238d8 View commit details
    Browse the repository at this point in the history
  5. fixed snapshot

    Thunkar committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    28ce5e6 View commit details
    Browse the repository at this point in the history
  6. prettier run

    Thunkar committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    edba6f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    423537e View commit details
    Browse the repository at this point in the history
  8. yet another snapshot. fun

    Thunkar committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    99c5128 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7227650 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be95f17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a176860 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92e4397 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    04b7b19 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba59549 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    08a3374 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    328108f View commit details
    Browse the repository at this point in the history
  2. updated snapshots

    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a75c843 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1c1e156 View commit details
    Browse the repository at this point in the history
  4. merge changes

    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e4f75eb View commit details
    Browse the repository at this point in the history
  5. updated artifact hash

    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2859f5f View commit details
    Browse the repository at this point in the history
  6. correct hash

    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    53918d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f16ec80 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    622ef04 View commit details
    Browse the repository at this point in the history
  3. Update noir/noir-repo/aztec_macros/src/lib.rs

    Co-authored-by: esau <[email protected]>
    Thunkar and sklppy88 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e0f2ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0b796e View commit details
    Browse the repository at this point in the history
  5. guess what

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2d18874 View commit details
    Browse the repository at this point in the history
  6. PR changes

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4b8464d View commit details
    Browse the repository at this point in the history
  7. more pr improvements

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0c175fd View commit details
    Browse the repository at this point in the history
  8. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    db649f8 View commit details
    Browse the repository at this point in the history
  9. reverted abi tag error

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c2febc9 View commit details
    Browse the repository at this point in the history
  10. clippy pass

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    95e5025 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93b6cb1 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8f7d587 View commit details
    Browse the repository at this point in the history
  13. pr comment

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef571c9 View commit details
    Browse the repository at this point in the history
  14. added tuple values

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3b7d7b5 View commit details
    Browse the repository at this point in the history
  15. removed unused import

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ce404c9 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    31996d9 View commit details
    Browse the repository at this point in the history
  17. fixed integer conversion

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b673d1c View commit details
    Browse the repository at this point in the history
  18. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8feb6d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. changed approach

    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ecd305b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    45914ba View commit details
    Browse the repository at this point in the history
  3. restrict abi tag again

    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a586479 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a8536aa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9479047 View commit details
    Browse the repository at this point in the history
  6. clippy pass

    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6455797 View commit details
    Browse the repository at this point in the history
  7. updated snapshot

    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    defffbb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2ed4aaf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2e5d302 View commit details
    Browse the repository at this point in the history
  3. removed repeated block

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7a2d041 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj/storage_layout
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e7ee0c2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:AztecProtocol/aztec-packages into…

    … gj/contract_abi_exports
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    52c6db0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e49bb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d1bdcc View commit details
    Browse the repository at this point in the history
  8. updated artifact hash

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3e7cf15 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8861e7d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    0a18551 View commit details
    Browse the repository at this point in the history
  2. added docs

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7674111 View commit details
    Browse the repository at this point in the history
  3. migration notes

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    88e6858 View commit details
    Browse the repository at this point in the history
  4. updated hash

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d08e7bb View commit details
    Browse the repository at this point in the history
  5. just to see ci fail

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8a4d9fe View commit details
    Browse the repository at this point in the history
  6. fix

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cd60d9b View commit details
    Browse the repository at this point in the history
  7. guess what

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d7e2e22 View commit details
    Browse the repository at this point in the history
  8. pr review

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    efba461 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04f0ea5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b9de51 View commit details
    Browse the repository at this point in the history
  11. hash

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a6009ed View commit details
    Browse the repository at this point in the history