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.10.0
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.10.1
Choose a head ref
  • 3 commits
  • 16 files changed
  • 3 contributors

Commits on Oct 24, 2023

  1. fix: aztec-sandbox docker-compose directory (#2989)

    Please provide a paragraph or two giving a summary of the change,
    including relevant motivation and context.
    
    # 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).
    spypsy authored Oct 24, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a9678d1 View commit details
  2. feat: change nullifier tree height to 20 (#2988)

    Fix #2947.
    
    Note - had to change the nullifier height to 20 instead of 32 since
    circuit tests use `NullifierMemoryTreeTestingHarness` which uses BB's
    Memory Tree which is limited to a max height of 20. I can't change it to
    32 due to bad_alloc.
    rahul-kothari authored Oct 24, 2023
    Copy the full SHA
    118f9d5 View commit details
  3. chore(master): Release 0.10.1 (#2992)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>aztec-packages: 0.10.1</summary>
    
    ##
    [0.10.1](aztec-packages-v0.10.0...aztec-packages-v0.10.1)
    (2023-10-24)
    
    
    ### Bug Fixes
    
    * Aztec-sandbox docker-compose directory
    ([#2989](#2989))
    ([a9678d1](a9678d1))
    </details>
    
    <details><summary>barretenberg.js: 0.10.1</summary>
    
    ##
    [0.10.1](barretenberg.js-v0.10.0...barretenberg.js-v0.10.1)
    (2023-10-24)
    
    
    ### Miscellaneous
    
    * **barretenberg.js:** Synchronize aztec-packages versions
    </details>
    
    <details><summary>barretenberg: 0.10.1</summary>
    
    ##
    [0.10.1](barretenberg-v0.10.0...barretenberg-v0.10.1)
    (2023-10-24)
    
    
    ### 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 Oct 24, 2023
    Copy the full SHA
    f72ba40 View commit details
Loading