Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AztecProtocol/aztec-packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: barretenberg-v0.7.9
Choose a base ref
...
head repository: AztecProtocol/aztec-packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: barretenberg-v0.7.10
Choose a head ref
  • 14 commits
  • 85 files changed
  • 11 contributors

Commits on Sep 19, 2023

  1. feat(token portal standard): Create a token portal standard (#2351)

    Part of #2167 - creates the tokenPortal Standard + updates cross chain
    tests (and cross chain harness file)
    Doc is TBD
    
    * moved address types to aztec-nr 
    * Created #2291 - where I will purge `NonNativeToken`
    * In a future PR, I will update uniswap portal too. For now I have
    skipped the uniswap test (to keep this PR small-ish) as it uses
    `crosschainHarness` which is integral to the other cross-chain e2e tests
    * I have created a separate public/private flow for depositing to Portal
    (and therefore separate flow for cancelling such L1->L2 messages)
    *
    rahul-kothari authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    426a3ea View commit details
  2. feat(docs): document noir macros (#2016)

    Documents how the macros work and what they do. 
    
    Also adds some information about the context objects, they are required
    to understand the macros abstraction.
    
    closes: #2063
    Maddiaa0 authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1f1a17f View commit details
  3. fix(nargo_check.sh): UNIX standard grep (#2396)

    Mac does not support the -P flag.
    ludamad authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    02e788a View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d100650 View commit details
  5. feat(docs): Include aztec rpc interface typedoc output in docs (#2255)

    Includes the output of running `typedoc` on the AztecRPC interface into
    a new "API Reference" section on the docsite.
    
    
    ![image](https://github.com/AztecProtocol/aztec-packages/assets/429604/4e08c14c-68d2-4c43-8d64-141442feb80a)
    spalladino authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    62c9e9b View commit details
  6. Copy the full SHA
    f852432 View commit details
  7. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    85283bd View commit details
  8. chore(docs): note getter options (#2411)

    Closes #1857 
    
    # Checklist:
    Remove the checklist to signal you've completed it. Enable auto-merge if
    the PR is ready to merge.
    - [ ] If the pull request requires a cryptography review (e.g.
    cryptographic algorithm implementations) I have added the 'crypto' tag.
    - [ ] I have reviewed my diff in github, line by line and removed
    unexpected formatting changes, testing logs, or commented-out code.
    - [ ] Every change is related to the PR description.
    - [ ] I have
    [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
    this pull request to relevant issues (if any exist).
    LeilaWang authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8a95d8c View commit details
  9. fix: Correct sandbox addresses in up-quick-start test (#2412)

    Fixes addresses used in the test to match the new ones generated by
    Sandbox.
    spalladino authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    974d859 View commit details
  10. feat: aztec-cli unbox "really empty box" (#2388)

    provides a completely stripped down box with almost nothing, for full
    web developers who want control of their stack
    
    <img width="177" alt="image"
    src="https://github.com/AztecProtocol/aztec-packages/assets/142251406/0ca82b26-64ad-40ae-a4cc-d6a27659755f">
    
    # Checklist:
    Remove the checklist to signal you've completed it. Enable auto-merge if
    the PR is ready to merge.
    - [ ] If the pull request requires a cryptography review (e.g.
    cryptographic algorithm implementations) I have added the 'crypto' tag.
    - [ ] I have reviewed my diff in github, line by line and removed
    unexpected formatting changes, testing logs, or commented-out code.
    - [ ] Every change is related to the PR description.
    - [ ] I have
    [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
    this pull request to relevant issues (if any exist).
    
    ---------
    
    Co-authored-by: Leila Wang <[email protected]>
    dan-aztec and LeilaWang authored Sep 19, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b57182d View commit details

Commits on Sep 20, 2023

  1. chore: update docs url in config (#2386)

    This PR updates the docs config url. Also added some links to Aztec.nr
    and aztec.js source, and other internal docs links.
    
    # Checklist:
    Remove the checklist to signal you've completed it. Enable auto-merge if
    the PR is ready to merge.
    - [ ] If the pull request requires a cryptography review (e.g.
    cryptographic algorithm implementations) I have added the 'crypto' tag.
    - [x] I have reviewed my diff in github, line by line and removed
    unexpected formatting changes, testing logs, or commented-out code.
    - [x] Every change is related to the PR description.
    - [ ] I have
    [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
    this pull request to relevant issues (if any exist).
    critesjosh authored Sep 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e44066d View commit details
  2. git subrepo push --branch=master yarn-project/aztec-nr

    subrepo:
      subdir:   "yarn-project/aztec-nr"
      merged:   "33ebc061c"
    upstream:
      origin:   "https://github.com/AztecProtocol/aztec-nr"
      branch:   "master"
      commit:   "33ebc061c"
    git-subrepo:
      version:  "0.4.6"
      origin:   "???"
      commit:   "???" [skip ci]
    AztecBot committed Sep 20, 2023
    Copy the full SHA
    bf765ea View commit details
  3. fix(build): Fix build system post deployment tests (#2420)

    This PR fixes the post deployment test runs in the build system.
    
    # Checklist:
    Remove the checklist to signal you've completed it. Enable auto-merge if
    the PR is ready to merge.
    - [ ] If the pull request requires a cryptography review (e.g.
    cryptographic algorithm implementations) I have added the 'crypto' tag.
    - [ ] I have reviewed my diff in github, line by line and removed
    unexpected formatting changes, testing logs, or commented-out code.
    - [ ] Every change is related to the PR description.
    - [ ] I have
    [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
    this pull request to relevant issues (if any exist).
    PhilWindle authored Sep 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d509dc3 View commit details
  4. chore(master): Release 0.7.10 (#2401)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>aztec-packages: 0.7.10</summary>
    
    ##
    [0.7.10](aztec-packages-v0.7.9...aztec-packages-v0.7.10)
    (2023-09-20)
    
    
    ### Features
    
    * Aztec-cli unbox "really empty box"
    ([#2388](#2388))
    ([b57182d](b57182d))
    * **docs:** Document noir macros
    ([#2016](#2016))
    ([1f1a17f](1f1a17f))
    * **docs:** Include aztec rpc interface typedoc output in docs
    ([#2255](#2255))
    ([62c9e9b](62c9e9b))
    * **token portal standard:** Create a token portal standard
    ([#2351](#2351))
    ([426a3ea](426a3ea))
    
    
    ### Bug Fixes
    
    * **build:** Fix build system post deployment tests
    ([#2420](#2420))
    ([d509dc3](d509dc3))
    * CLI encoding for arrays and structs
    ([#2407](#2407))
    ([85283bd](85283bd))
    * Correct sandbox addresses in up-quick-start test
    ([#2412](#2412))
    ([974d859](974d859))
    * **docs:** Revert include aztec rpc interface typedoc output in docs
    ([#2255](#2255))
    ([f852432](f852432))
    * Handle falsy bigints in json-rpc
    ([#2403](#2403))
    ([d100650](d100650)),
    closes
    [#2402](#2402)
    * **nargo_check.sh:** UNIX standard grep
    ([#2396](#2396))
    ([02e788a](02e788a))
    
    
    ### Miscellaneous
    
    * **docs:** Note getter options
    ([#2411](#2411))
    ([8a95d8c](8a95d8c))
    * Update docs url in config
    ([#2386](#2386))
    ([e44066d](e44066d))
    </details>
    
    <details><summary>barretenberg.js: 0.7.10</summary>
    
    ##
    [0.7.10](barretenberg.js-v0.7.9...barretenberg.js-v0.7.10)
    (2023-09-20)
    
    
    ### Miscellaneous
    
    * **barretenberg.js:** Synchronize aztec-packages versions
    </details>
    
    <details><summary>barretenberg: 0.7.10</summary>
    
    ##
    [0.7.10](barretenberg-v0.7.9...barretenberg-v0.7.10)
    (2023-09-20)
    
    
    ### Miscellaneous
    
    * **barretenberg:** Synchronize aztec-packages versions
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    AztecBot authored Sep 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e4b559e View commit details
Loading