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(barretenberg): Release 0.3.0 #595

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 11, 2023

🤖 I have created a release beep boop

barretenberg: 0.3.0

0.3.0 (2023-07-11)

⚠ BREAKING CHANGES

  • Use circuit builders (#501)
  • dsl: add hash index to pedersen constraint (#436)
  • add support for ROM and RAM ACVM opcodes (#417)
  • replace MerkleMembershipConstraint withComputeMerkleRootConstraint (#385)
  • Remove TOOLCHAIN logic and replace with CMake presets (#162)

Features

  • Add get_sibling_path method in MerkleTree (#584) (b3db9f8)
  • Add signature_verification_result to schnorr stdlib (#173) (7ae381e)
  • Add equality and serialization to poly_triple (#172) (142b041)
  • Add installation targets for libbarretenberg, wasm & headers (#185) (f2fdebe)
  • Add Noir DSL with acir_format and turbo_proofs namespaces (#198) (54fab22)
  • Add pkgconfig output for installed target (#208) (d85a365)
  • add support for ROM and RAM ACVM opcodes (#417) (697fabb)
  • Allow bootstrap to work with linux + clang on ARM (#131) (52cb06b)
  • api: external cpp header for circuits (#489) (fbbb342)
  • bb.js: initial API (#232) (c860b02)
  • Benchmark suite update (d7b1499)
  • Benchmark suite update (#508) (d7b1499)
  • CI to test aztec circuits with current commit of bberg (#418) (20a0873)
  • dsl: Add ECDSA secp256r1 verification (#582) (adc4c7b)
  • dsl: add hash index to pedersen constraint (#436) (e0b8804)
  • github: add pull request template (65f3e33)
  • honk: Shared relation arithmetic (#514) (0838474)
  • Improve barretenberg headers (#201) (4e03839)
  • Initial native version of bb binary. (#524) (4a1b532)
  • Make the circuit constructors field agnostic so we can check circuits on grumpkin (#534) (656d794)
  • Multithreaded Sumcheck (#556) (c4094b1)
  • nullifier_tree: make empty nullifier tree leaves hash be 0 (#360) (#382) (b85ab8d)
  • Optimize memory consumption of pedersen generators (#413) (d60b16a)
  • Parallelised folding in Gemini (#550) (3b962d3)
  • pkg-config: Add a bindir variable (#239) (611bf34)
  • Remove TOOLCHAIN logic and replace with CMake presets (#162) (09db0be)
  • replace MerkleMembershipConstraint withComputeMerkleRootConstraint (#385) (74dbce5)
  • Sort includes (#571) (dfa8736)
  • Split plonk and honk tests (#529) (ba583ff)
  • Support nix package manager (#234) (19a72fe)
  • ts: allow passing srs via env functions (#260) (ac78353)
  • ultrahonk: Added a simple filler table to minimize the amount of entries used to make UltraHonk polynomials non-zero (b20b401)
  • ultrahonk: Added a simple filler table to minimize the amount of entries used to make UltraHonk polynomials non-zero (#531) (b20b401)
  • Utilize globally installed benchmark if available (#152) (fbc5027)
  • Utilize globally installed gtest if available (#151) (efa18a6)
  • Utilize globally installed leveldb if available (#134) (255dfb5)
  • Working UltraPlonk for Noir (#299) (d56dfbd)

Bug Fixes

  • add NUM_RESERVED_GATES before fetching subgroup size in composer (#539) (fa11abf)
  • Adds VERSION file to release-please (#542) (31fb34c)
  • Align native library object library with wasm (#238) (4fa6c0d)
  • Avoid bb.js memory issues. (#578) (96891de)
  • Avoid targeting honk test files when testing is disabled (#125) (e4a70ed)
  • BarycentricData instantiation time and unused code in secp curves (#572) (bc78bb0)
  • bbmalloc linker error (#459) (d4761c1)
  • Build on stock apple clang. (#592) (0ac4bc3)
  • build: git add -f .yalc (#265) (7671192)
  • bump timeout on common test. (c9bc87d)
  • Check for wasm-opt during configure & run on post_build (#175) (1ff6af3)
  • check_circuit bug fix (#510) (4b156a3)
  • cleanup of include statements and dependencies (#527) (b288c24)
  • cmake: Remove leveldb dependency that was accidentally re-added (#335) (3534e2b)
  • dsl: Use info instead of std::cout to log (#323) (486d738)
  • Ecdsa Malleability Bug (#512) (5cf856c)
  • ecdsa: correct short weierstrass curve eqn (#567) (386ec63)
  • Ensure barretenberg provides headers that Noir needs (#200) (0171a49)
  • Ensure TBB is optional using OPTIONAL_COMPONENTS (#127) (e3039b2)
  • Fixed the memory issue (#509) (107d438)
  • Increment CMakeList version on releases (#536) (b571411)
  • msgpack error (#456) (943d6d0)
  • msgpack variant_impl.hpp (#462) (b5838a6)
  • nix: Disable ASM & ADX when building in Nix (#327) (3bc724d)
  • nix: Use wasi-sdk 12 to provide barretenberg-wasm in overlay (#315) (4a06992)
  • Pass brew omp location via LDFLAGS and CPPFLAGS (#126) (54141f1)
  • Remove leveldb_store from stdlib_merkle_tree (#149) (3ce5e7e)
  • Revert "fix: add NUM_RESERVED_GATES before fetching subgroup size in composer" (#540) (a9fbc39)
  • Revert generator changes that cause memory OOB access (#338) (500daf1)
  • Soundness issue in bigfield's evaluate_multiply_add method (#558) (1a98ac6)
  • srs: Detect shasum utility when downloading lagrange (#143) (515604d)
  • Store lagrange forms of selector polys w/ Ultra (#255) (b121963)
  • throw -> throw_or_abort in sol gen (#388) (7cfe3f0)
  • Trigger release-please (#594) (5042861)
  • Update versioning in nix files when a release is made (#549) (1b3ff93)
  • wasm: Remove the CMAKE_STAGING_PREFIX variable from wasm preset (#240) (f2f8d1f)
  • Wrap each use of filesystem library in ifndef wasm (#181) (0eae962)

Code Refactoring

barretenberg.js: 0.3.0

0.3.0 (2023-07-11)

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot changed the title chore(barretenberg): Release 0.3.0 chore(barretenberg): Release 1.0.0 Jul 11, 2023
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 3ed133f to 88bf3b9 Compare July 11, 2023 17:44
@github-actions github-actions bot changed the title chore(barretenberg): Release 1.0.0 chore(barretenberg): Release 0.3.0 Jul 11, 2023
@github-actions github-actions bot force-pushed the release-please--branches--master branch from 88bf3b9 to acceab0 Compare July 11, 2023 18:58
@kevaundray kevaundray merged commit 4c5639c into master Jul 11, 2023
@kevaundray kevaundray deleted the release-please--branches--master branch July 11, 2023 19:14
@github-actions
Copy link
Contributor Author

@github-actions
Copy link
Contributor Author

ludamad pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Jul 22, 2023
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ludamad pushed a commit to AztecProtocol/aztec-packages that referenced this pull request Jul 24, 2023
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant