Unclaimed project
Are you a maintainer of plonky2? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
plonky2
plonky2 changelog
Back to changelogNew
v1.0.0
What's Changed
- Remove obsolete function
ceil_div_usize by @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_lookups with no ctl_extra_looking_sums by @matthiasgoergens in https://github.com/0xPolygonZero/plonky2/pull/1584
- update 2-adic generator to
0x64fdd1a46201e246 by @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-continuation by @Daniel-Aaron-Bloom in https://github.com/0xPolygonZero/plonky2/pull/1594
change set_stark_proof_target's witness to WitnessWrite by @qope in https://github.com/0xPolygonZero/plonky2/pull/1592Fix CTL generation of last row by @matthiasgoergens in https://github.com/0xPolygonZero/plonky2/pull/1585Allow multiple extra_looking_sums for the same looked table by @qope in https://github.com/0xPolygonZero/plonky2/pull/1591doc: clarify that zk is disabled with starky by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1596Add row index to constraint failure message by @hratoanina in https://github.com/0xPolygonZero/plonky2/pull/1598fix(field): Re-enable alloc for tests by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1601Add Field::shifted_powers and some iterator niceties by @gio256 in https://github.com/0xPolygonZero/plonky2/pull/1599Replace stale link by @gio256 in https://github.com/0xPolygonZero/plonky2/pull/1602ci: add PR check job by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1604fix(starky): observe public inputs by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1607chore: fix clippy by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1609Add Support for Batch STARKs with Proving, Verification, and Recursion by @sai-deng in https://github.com/0xPolygonZero/plonky2/pull/1600Do not panic on wire set twice or generator not run issues by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1611chore: remove compressed StarkProof variant by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1618Add connect_array convenience method in CircuitBuilder by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1620Fix example and documentation rendering by @simon-perriard in https://github.com/0xPolygonZero/plonky2/pull/1614changed to web-time in circuit_builder by @armanthepythonguy in https://github.com/0xPolygonZero/plonky2/pull/1624Added serialize and deserialize to starky proofs by @armanthepythonguy in https://github.com/0xPolygonZero/plonky2/pull/1630Refactor CTL Handling by @sai-deng in https://github.com/0xPolygonZero/plonky2/pull/1629Fix DummyProofGenerator serialization by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1634Unified Recursion Circuit for Multi-Degree Starky Proof Verification by @sai-deng in https://github.com/0xPolygonZero/plonky2/pull/1635v1.0.0 release by @Nashtare in https://github.com/0xPolygonZero/plonky2/pull/1637New 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