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: Allow nested arrays and vectors in Brillig foreign calls #4478

Merged
merged 7 commits into from
Feb 7, 2024

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    c1884d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    11cb2c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b0172 View commit details
    Browse the repository at this point in the history
  3. chore: Refactor matches on values and types

    Addressing the code review comments, match on value and type simultaneously
    instead of just the value and then asserting on the type.
    ggiraldez committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1ee18c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. chore: Update acir.hpp

    ggiraldez committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    80201de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b041a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix: transpiler

    sirasistant committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fc64214 View commit details
    Browse the repository at this point in the history