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!: contract interfaces and better function calls #5687

Merged
merged 216 commits into from
Apr 17, 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. experimental support

    Thunkar committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1fa96db View commit details
    Browse the repository at this point in the history
  21. 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
  22. 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
  23. Configuration menu
    Copy the full SHA
    f1baaf0 View commit details
    Browse the repository at this point in the history
  24. 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
  25. 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. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    654fa04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    423537e View commit details
    Browse the repository at this point in the history
  9. 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
  10. Configuration menu
    Copy the full SHA
    7227650 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be95f17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a176860 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92e4397 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04b7b19 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba59549 View commit details
    Browse the repository at this point in the history
  16. 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. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj_lh/fn_return_values
    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    80df865 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5482aee View commit details
    Browse the repository at this point in the history
  7. 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
  8. 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
  9. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9a20ff4 View commit details
    Browse the repository at this point in the history
  10. merge conflicts

    Thunkar committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3d8deb1 View commit details
    Browse the repository at this point in the history
  11. fmt

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

Commits on Apr 2, 2024

  1. wip

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6b6080d 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 2, 2024
    Configuration menu
    Copy the full SHA
    f16ec80 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 2, 2024
    Configuration menu
    Copy the full SHA
    622ef04 View commit details
    Browse the repository at this point in the history
  4. Update noir/noir-repo/aztec_macros/src/lib.rs

    Co-authored-by: esau <152162806+sklppy88@users.noreply.github.com>
    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
  5. Configuration menu
    Copy the full SHA
    b0b796e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d34e4a3 View commit details
    Browse the repository at this point in the history
  7. 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
  8. Configuration menu
    Copy the full SHA
    2e61cda View commit details
    Browse the repository at this point in the history
  9. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9ab84fd View commit details
    Browse the repository at this point in the history
  10. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj/better_fn_calls
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    617dc53 View commit details
    Browse the repository at this point in the history
  11. avoid oom

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a6aa905 View commit details
    Browse the repository at this point in the history
  12. wip

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e2a14fe View commit details
    Browse the repository at this point in the history
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. Configuration menu
    Copy the full SHA
    93b6cb1 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'gj/contract_abi_exports' of github.com:AztecProtocol/az…

    …tec-packages into gj_lh/fn_return_values
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    38e17fa View commit details
    Browse the repository at this point in the history
  20. correct order

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f5b158a View commit details
    Browse the repository at this point in the history
  21. reverted ci changes

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bd89f36 View commit details
    Browse the repository at this point in the history
  22. 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
  23. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5ad4ce5 View commit details
    Browse the repository at this point in the history
  24. 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
  25. 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
  26. 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
  27. 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
  28. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2bcdac7 View commit details
    Browse the repository at this point in the history
  29. 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
  30. 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
  31. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1794b8e View commit details
    Browse the repository at this point in the history
  32. fixed constants

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fa353be View commit details
    Browse the repository at this point in the history
  33. fixed artifact hash

    Thunkar committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7185448 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. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8a28659 View commit details
    Browse the repository at this point in the history
  7. 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
  8. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    564f438 View commit details
    Browse the repository at this point in the history
  9. 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
  10. updated snapshot

    Thunkar committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0faea97 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. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0329e06 View commit details
    Browse the repository at this point in the history
  4. fixed merge conflicts

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    95be1cd View commit details
    Browse the repository at this point in the history
  5. hash

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    db2a411 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fb8b091 View commit details
    Browse the repository at this point in the history
  7. reverted extraneous changes

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6b556f3 View commit details
    Browse the repository at this point in the history
  8. reverted extraneous changes

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    319e5e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    874f651 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d428f41 View commit details
    Browse the repository at this point in the history
  11. wip

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    78a218d View commit details
    Browse the repository at this point in the history
  12. 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
  13. 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
  14. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf1f97b View commit details
    Browse the repository at this point in the history
  15. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fd4cf70 View commit details
    Browse the repository at this point in the history
  16. wip

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f35d058 View commit details
    Browse the repository at this point in the history
  17. 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
  18. Configuration menu
    Copy the full SHA
    8e49bb5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    940c39e View commit details
    Browse the repository at this point in the history
  20. updated artifact hash

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f339ffb View commit details
    Browse the repository at this point in the history
  21. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1177369 View commit details
    Browse the repository at this point in the history
  22. wip

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a29a4e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5d1bdcc View commit details
    Browse the repository at this point in the history
  24. 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
  25. Configuration menu
    Copy the full SHA
    8861e7d View commit details
    Browse the repository at this point in the history
  26. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    97372a9 View commit details
    Browse the repository at this point in the history
  27. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1c2925d View commit details
    Browse the repository at this point in the history
  28. merge conflicts

    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9524c9c View commit details
    Browse the repository at this point in the history
  29. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    13d016a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. another hash

    Thunkar committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a229328 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7f49549 View commit details
    Browse the repository at this point in the history
  3. wip

    Thunkar committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4179c57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01f8838 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. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    904a791 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    73a6be7 View commit details
    Browse the repository at this point in the history
  5. 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
  6. Configuration menu
    Copy the full SHA
    c1b64b0 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a304c3d View commit details
    Browse the repository at this point in the history
  8. wip

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bb76d0e View commit details
    Browse the repository at this point in the history
  9. 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
  10. 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
  11. 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
  12. Merge branch 'gj/storage_layout' of github.com:AztecProtocol/aztec-pa…

    …ckages into gj_lh/fn_return_values
    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    088536c View commit details
    Browse the repository at this point in the history
  13. 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
  14. wait for red

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e631507 View commit details
    Browse the repository at this point in the history
  15. merge conflicts

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2b88ea2 View commit details
    Browse the repository at this point in the history
  16. updated constants

    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7f99205 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'gj_lh/fn_return_values' of github.com:AztecProtocol/azt…

    …ec-packages into gj/better_fn_calls
    Thunkar committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1962220 View commit details
    Browse the repository at this point in the history
  18. wip

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

Commits on Apr 9, 2024

  1. wip

    Thunkar committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bed79fd View commit details
    Browse the repository at this point in the history
  2. working implementation

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    6e29f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df4ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a55e19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53fbbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15975c3 View commit details
    Browse the repository at this point in the history
  6. compiles, more tomorrow!

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

Commits on Apr 11, 2024

  1. wip

    Thunkar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b977ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44ec99 View commit details
    Browse the repository at this point in the history
  3. adapted to variable returns

    Thunkar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ed69b1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11dc827 View commit details
    Browse the repository at this point in the history
  5. reverted changes

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

Commits on Apr 12, 2024

  1. removed unnecesary cahnges

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    49a4219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a766ee1 View commit details
    Browse the repository at this point in the history
  3. more dead code

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0deee2f View commit details
    Browse the repository at this point in the history
  4. new test structure, fix

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2a4ada5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91ea029 View commit details
    Browse the repository at this point in the history
  6. clippy pass and comments

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    41df50f View commit details
    Browse the repository at this point in the history
  7. fix

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5d69154 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cee23c5 View commit details
    Browse the repository at this point in the history
  9. fixes

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    acc55e9 View commit details
    Browse the repository at this point in the history
  10. facepalmus maximus

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b1c5ad2 View commit details
    Browse the repository at this point in the history
  11. corrected signatures

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

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9f0459e View commit details
    Browse the repository at this point in the history
  13. updated ci config

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    131e0be View commit details
    Browse the repository at this point in the history
  14. more ci config

    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    de408a9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ffdc01 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9850681 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' of https://github.com/AztecProtocol/aztec-packages

     into gj/better_fn_calls
    Thunkar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    892c8eb View commit details
    Browse the repository at this point in the history
  18. fixes

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

Commits on Apr 15, 2024

  1. PR comments

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

     into gj/better_fn_calls
    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    55751e3 View commit details
    Browse the repository at this point in the history
  3. docs

    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fc02b4c View commit details
    Browse the repository at this point in the history
  4. added migration notes

    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bdfc55e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/AztecProtocol/aztec-packages

     into gj/better_fn_calls
    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c533fc4 View commit details
    Browse the repository at this point in the history
  6. PR reviews

    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9a9a5da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cff705b View commit details
    Browse the repository at this point in the history
  8. Update noir/noir-repo/aztec_macros/src/utils/hir_utils.rs

    Co-authored-by: Álvaro Rodríguez <sirasistant@gmail.com>
    Thunkar and sirasistant authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2f2dab1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9a9d25 View commit details
    Browse the repository at this point in the history
  10. comments and PR fixes

    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e43119e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    881e570 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' of https://github.com/AztecProtocol/aztec-packages

     into gj/better_fn_calls
    Thunkar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    004d748 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    a524d25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9344b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a5342 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/AztecProtocol/aztec-packages

     into gj/better_fn_calls
    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9c7393a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/AztecProtocol/aztec-packages

     into gj/better_fn_calls
    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    62f3d7a View commit details
    Browse the repository at this point in the history
  6. fixed tests

    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ac80904 View commit details
    Browse the repository at this point in the history
  7. avm support

    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e98c816 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/AztecProtocol/aztec-packages

     into gj/better_fn_calls
    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ee899d2 View commit details
    Browse the repository at this point in the history
  9. contract fix

    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c1aaa5c View commit details
    Browse the repository at this point in the history
  10. more fixes

    Thunkar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f240b4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6802f9c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    189edf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    b95225d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8599f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73270c1 View commit details
    Browse the repository at this point in the history
  4. chore: fmt sol

    sirasistant committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b403518 View commit details
    Browse the repository at this point in the history
  5. docs: added todo

    sirasistant committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    215acfb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'arv/fix_brillig_slice_entrypoint' of github.com:AztecPr…

    …otocol/aztec-packages into gj/better_fn_calls
    Thunkar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b37aea7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'gj/better_fn_calls' of github.com:AztecProtocol/aztec-p…

    …ackages into gj/better_fn_calls
    Thunkar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0660e84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    531056f View commit details
    Browse the repository at this point in the history
  9. chore: fmt

    sirasistant committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    043a3c0 View commit details
    Browse the repository at this point in the history
  10. fixed test

    Thunkar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b04b3f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1cbeef7 View commit details
    Browse the repository at this point in the history
  12. chore: fmt

    sirasistant committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a246003 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94b6c72 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'arv/fix_brillig_slice_entrypoint' of github.com:AztecPr…

    …otocol/aztec-packages into gj/better_fn_calls
    Thunkar committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f784ed7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    47421c8 View commit details
    Browse the repository at this point in the history