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

chore: Release 0.5.0 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

🤖 I have created a release beep boop

0.5.0 (2024-12-20)

⚠ BREAKING CHANGES

Features

  • Added modular square root computation and fully constrained derive_from_seed method (#32) (20e03b0)
  • Bignum uses generic arithmetic instead of clunky ArrayX struct (#17) (08f5710)
  • Bls12-381-fr params (8133bba)
  • Noir 1.0.0 (#66) (af8d54e)
  • Optimize brillig execution of split_X_bits functions (#47) (31ebc7c)
  • Refactor library architecture (#36) (4fa65f6)
  • Remove a bunch of unnecessary bytecode from unconstrained ops (#50) (08c4151)
  • Remove generic parameter from the BigNum trait (#44) (53f652b)

Bug Fixes

  • Bump minimum noir version to 0.35.0 and address privacy warnings #24 (fc53098)
  • Check that RuntimeBigNums have the same BigNumParams on operations (#46) (729dd24)
  • Constraint count regression introduced in commit 53f652b (#53) (d81d5fa)
  • Fix barrett reduction bug (#51) (c61a621)
  • Fix broken tests in runtime_bignum_test.nr (#39) (63e6c85)
  • Fixed reduction parameter error (#31) (c312ef7)
  • From_bytes_be (9ee587d)
  • Issue with bit check in from_be_bytes (1df2767)
  • Noir 1.0.0-beta.0 (#74) (4081673)
  • Remove function which was ignoring compiler warning to not do that (#21) (bb348ac)
  • Remove unnecessary generic (#42) (1eb64aa)
  • Remove unnecessary generic from ArrayX.__normalize_limbs() (b5afd7b)
  • Update to use new to_le_bytes (fa8d20c)
  • Workaround shifts to compile with latest noir (75d10a4)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants