Skip to content

Latest commit

 

History

History
106 lines (47 loc) · 5.22 KB

CHANGELOG.md

File metadata and controls

106 lines (47 loc) · 5.22 KB

Changelog

0.30.10 (2024-11-27)

Features

  • franklin-crypto: add extern crate core; to lib.rs (#27) (3084cb8)

Bug Fixes

0.30.9 (2024-11-21)

Bug Fixes

  • boojum,snark_wrapper: revert PoW fix (#47) (477bf1e)

0.30.8 (2024-11-19)

Bug Fixes

  • snark_wrapper: compute the correct number of PoW seed challenges (#45) (c2999e1)

0.30.7 (2024-11-18)

Features

  • bellman: Remove allocator feature from default features (#39) (9ecb5cd)

Bug Fixes

  • boojum: compute the correct number of PoW seed challenges (#43) (8d2f5f7)

0.30.6 (2024-10-31)

Bug Fixes

  • franklin-crypto: range check goldilocks with naive gate (#37) (450cdfe)

0.30.5 (2024-10-31)

Bug Fixes

0.30.4 (2024-10-30)

Features

0.30.3 (2024-10-29)

Features

  • bellman: declare naive main gate (#28) (5f563e0)
  • franklin-crypto: naive main gate compatible gadgets (#30) (f44dd45)
  • snark-wrapper: wrapper circuit with naive main gate (#29) (235d0c8)

0.30.2 (2024-10-29)

Features

  • boojum: add get_light_setup method to CSReferenceAssembly (#31) (6dde34c)

0.30.1 (2024-09-05)

Bug Fixes

  • snark-wrapper: Revert "improvement of parameters" (#24) (cce1da3)

0.30.0 (2024-09-05)

⚠ BREAKING CHANGES

  • Rename crypto crates and properly set metadata (#21)

Features

  • Rename crypto crates and properly set metadata (#21) (14f44d7)

0.29.0 (2024-09-04)

Features

  • ci: Introduce release-please and automatic publishing (#19) (a5444e3)

Bug Fixes