Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 5.55 KB

CHANGELOG.md

File metadata and controls

100 lines (46 loc) · 5.55 KB

Changelog

0.150.16 (2024-11-21)

Features

  • Support stable compiler for circuit_sequencer_api (#58) (f318e65)

0.150.15 (2024-11-20)

Performance Improvements

  • circuit_definitions: adjust proof configs for compression circuits (#68) (a411952)

0.150.14 (2024-11-19)

Miscellaneous Chores

0.150.13 (2024-11-18)

Miscellaneous Chores

0.150.12 (2024-11-06)

Bug Fixes

0.150.11 (2024-10-31)

Features

0.150.10 (2024-10-31)

Miscellaneous Chores

0.150.9 (2024-10-29)

Features

  • circuit_definitions: naive snark-wrapper circuit for fflonk (#50) (53481d1)

0.150.8 (2024-10-29)

Miscellaneous Chores

0.150.7 (2024-10-25)

Bug Fixes

  • remove the need for the regex crate's pattern feature (#51) (042ed7c)

0.150.6 (2024-10-07)

Features

  • Remove unneeded data and calculations from simulators in witgen (#18) (7316caf)
  • Reorganize witgen (#49) (9bf5cf8)
  • Use zeroes instead of simulator states as unused part of RAM permutation witness (#47) (a336980)

Bug Fixes

  • Simplify closed_form_witness_from_full_form (#38) (af3d4c4)
  • zkevm_test_harness: Reduce ExtendedLogQuery RAM usage (#44) (eecf79a)

0.150.5 (2024-09-06)

Features

Bug Fixes