mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
4.0 KiB
4.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[1.0.0] - 2024-11-25
Changed
- Unified Recursion Circuit for Multi-Degree Starky Proof Verification (#1635)
- Fix
DummyProofGeneratorserialization (#1634) - Refactor CTL Handling (#1629)
- Added serialize and deserialize to starky proofs (#1630)
- changed to web-time in circuit_builder (#1624)
- Fix example and documentation rendering (#1614)
- Add
connect_arrayconvenience method inCircuitBuilder(#1620) - chore: remove compressed StarkProof variant (#1618)
- Do not panic on
wire set twiceorgenerator not runissues (#1611) - Add Support for Batch STARKs with Proving, Verification, and Recursion (#1600)
- chore: fix clippy (#1609)
- fix(starky): observe public inputs (#1607)
- ci: add PR check job (#1604)
- Add
Field::shifted_powersand some iterator niceties (#1599) - fix(field): Re-enable
allocfor tests (#1601) - Add row index to constraint failure message (#1598)
- doc: clarify that
zkis disabled withstarky(#1596) - Allow multiple
extra_looking_sumsfor the same looked table (#1591) - Fix CTL generation of last row (#1585)
- change
set_stark_proof_target's witness toWitnessWrite(#1592) - doc+fix:
clippy::doc-lazy-continuation(#1594) - fix: remove clippy unexpected_cfgs warning (#1588)
- Changes to prepare for dummy segment removal in zk_evm's continuations (#1587)
- update 2-adic generator to
0x64fdd1a46201e246(#1579) - Fix
verify_cross_table_lookupswith noctl_extra_looking_sums(#1584) - Remove restriction to binary-only multiplicities (#1577)
- Remove obsolete function
ceil_div_usize(#1574)
[0.2.3] - 2024-04-16
Changed
- Code refactoring (#1558)
- Simplify types: remove option from CTL filters (#1567)
- Add stdarch_x86_avx512 feature (#1566)
[0.2.2] - 2024-03-21
Changed
[0.2.1] - 2024-03-01 (starky crate only)
Changed
- Always compile cross_table_lookups::debug_utils (#1540)
[0.2.0] - 2024-02-20
- Initial CHANGELOG tracking.