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

fix: Add more thorough check for whether a type is valid when passing it from constrained code to unconstrained code #5009

Merged
merged 7 commits into from
Jun 20, 2024

Commits on May 9, 2024

  1. Fix bug

    jfecher committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e28c297 View commit details
    Browse the repository at this point in the history
  2. Format

    jfecher committed May 9, 2024
    Configuration menu
    Copy the full SHA
    96bfe72 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    46c19cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e6a8a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge branch 'master' into jf/fix-5008

    * master: (67 commits)
      chore: Pedersen commitment in Noir (#5221)
      chore: pedersen hash in Noir (#5217)
      fix: Don't lazily elaborate functions (#5282)
      fix: avoid unnecessarily splitting expressions with multiplication terms with a shared term (#5291)
      fix: avoid duplicating constant arrays (#5287)
      feat: add fuzzer for Noir programs (#5251)
      feat: Run `comptime` code from annotations on a type definition (#5256)
      feat: implement comptime support for `as_slice` builtin (#5276)
      chore: create separate crate just for noir artifacts (#5162)
      feat: add support for wildcard types (#5275)
      chore: replace logical operators with bitwise in `DebugToString` (#5236)
      fix: use proper serialization in `AbiValue` (#5270)
      chore: simplify compilation flow to write to file immediately (#5265)
      feat: implement comptime support for `array_len` builtin (#5272)
      chore: Use the elaborator by default (#5246)
      chore: Release Noir(0.31.0) (#5166)
      feat!: remove `dep::` prefix (#4946)
      feat: Sync from aztec-packages (#5242)
      chore: replace `is_bn254` implementation to not rely on truncation of literals (#5247)
      chore: add no-predicate to hash implementations (#5253)
      ...
    TomAFrench committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    abd3a62 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: clippy

    TomAFrench committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5472396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e14b1 View commit details
    Browse the repository at this point in the history