New
v1.0.0
What's Changed
- Remove obsolete function
ceil_div_usizeby @matthiasgoergens in https://github.com/0xPolygonZero/plonky2/pull/1574 - Fix typo in unconstrained_stark.rs by @AdventureSeeker987 in https://github.com/0xPolygonZero/plonky2/pull/1578
- chore: remove repetitive words by @AdventureSeeker987 in https://github.com/0xPolygonZero/plonky2/pull/1580
- Remove restriction to binary-only multiplicities by @matthiasgoergens in https://github.com/0xPolygonZero/plonky2/pull/1577
- Fix
verify_cross_table_lookupswith noctl_extra_looking_sumsby @matthiasgoergens in https://github.com/0xPolygonZero/plonky2/pull/1584 - update 2-adic generator to
0x64fdd1a46201e246by @benediamond in https://github.com/0xPolygonZero/plonky2/pull/1579 - Changes to prepare for dummy segment removal in zk_evm's continuations by @LindaGuiga in https://github.com/0xPolygonZero/plonky2/pull/1587
- fix: remove clippy unexpected_cfgs warning by @Daniel-Aaron-Bloom in https://github.com/0xPolygonZero/plonky2/pull/1588
- doc+fix:
clippy::doc-lazy-continuationby @Daniel-Aaron-Bloom in https://github.com/0xPolygonZero/plonky2/pull/1594 - change
set_stark_proof_target's witness toWitnessWriteby @qope in https://github.com/0xPolygonZero/plonky2/pull/1592 - Fix CTL generation of last row by @matthiasgoergens in https://github.com/0xPolygonZero/plonky2/pull/1585
- Allow multiple
extra_looking_sumsfor the same looked table by @qope in https://github.com/0xPolygonZero/plonky2/pull/1591 - doc: clarify that
zkis disabled withstarkyby @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1596 - Add row index to constraint failure message by @hratoanina in https://github.com/0xPolygonZero/plonky2/pull/1598
- fix(field): Re-enable
allocfor tests by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1601 - Add
Field::shifted_powersand some iterator niceties by @gio256 in https://github.com/0xPolygonZero/plonky2/pull/1599 - Replace stale link by @gio256 in https://github.com/0xPolygonZero/plonky2/pull/1602
- ci: add PR check job by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1604
- fix(starky): observe public inputs by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1607
- chore: fix clippy by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1609
- Add Support for Batch STARKs with Proving, Verification, and Recursion by @sai-deng in https://github.com/0xPolygonZero/plonky2/pull/1600
- Do not panic on
wire set twiceorgenerator not runissues by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1611 - chore: remove compressed StarkProof variant by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1618
- Add
connect_arrayconvenience method inCircuitBuilderby @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1620 - Fix example and documentation rendering by @simon-perriard in https://github.com/0xPolygonZero/plonky2/pull/1614
- changed to web-time in circuit_builder by @armanthepythonguy in https://github.com/0xPolygonZero/plonky2/pull/1624
- Added serialize and deserialize to starky proofs by @armanthepythonguy in https://github.com/0xPolygonZero/plonky2/pull/1630
- Refactor CTL Handling by @sai-deng in https://github.com/0xPolygonZero/plonky2/pull/1629
- Fix
DummyProofGeneratorserialization by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1634 - Unified Recursion Circuit for Multi-Degree Starky Proof Verification by @sai-deng in https://github.com/0xPolygonZero/plonky2/pull/1635
- v1.0.0 release by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1637
New Contributors
- @benediamond made their first contribution in https://github.com/0xPolygonZero/plonky2/pull/1579
- @gio256 made their first contribution in https://github.com/0xPolygonZero/plonky2/pull/1599
- @sai-deng made their first contribution in https://github.com/0xPolygonZero/plonky2/pull/1600
- @simon-perriard made their first contribution in https://github.com/0xPolygonZero/plonky2/pull/1614
- @armanthepythonguy made their first contribution in https://github.com/0xPolygonZero/plonky2/pull/1624
Full Changelog: https://github.com/0xPolygonZero/plonky2/compare/v0.2.3...v1.0.0