v0.3.0
What's Changed
- Add more getters to expose internal fields by @ed255 in #181
- add a constructor by @Ethan-000 in #164
- feat: send sync region by @alexander-camuto in #180
- Fix
parallelize
workload imbalance by @mratsim in #186 - Implement native shuffle argument and api by @kilic in #185
- Updates halo2_curves dependency to released package by @huitseeker in #190
- feat: public cells to allow for implementations of custom
Layouter
by @alexander-camuto in #192 - fix: explicitly define mds diff type by @alexander-camuto in #196
- Expose
transcript_repr
ofVerifyingKey
and reduce the generic constraint by @han0110 in #200 - Synchronize with upstream by @han0110 in #199
- chore: Update rust-toolchain to 1.66 for testing by @CPerezz in #208
- fix: clippy by @thor314 in #203
- Host docs ghpages by @thogiti in #204
- Fix gh page doc index by @ChihChengLiang in #210
- Improve root calculation for KZG setup() by @chiro-hiro in #211
- Implement Sum and Product for Expression by @chokermaxx in #209
- Make multi scalar multiplication generic on the size of the Scalar by @iquerejeta in #221
- chore: fix typos in comments by @shuoer86 in #222
- feat: optionally unblinded advice columns by @alexander-camuto in #220
- [feat] Make selector compression optional by @jonathanpwang in #212
- chore: fix typos by @Insun35 in #225
- Document PSE fork features by @han0110 in #226
- Publish necessary properties for external use of KZG commitment by @chiro-hiro in #232
- chores: adjust domain api visibility by @hero78119 in #238
- remove: Delete the
gadgets
folder and stop support by @CPerezz in #241 - chore: correcting few mistakes in documentation by @IssouChancla in #240
- Benchmarking tool using cost estimator by @iquerejeta in #235
- Add derive_serde feature by @zemse in #246
- Expose mockprover data by @zemse in #245
- Add check for
k
in vk deserialization. by @davidnevadoc in #244 - update
halo2curves
to 0.6.0 by @kilic in #242
New Contributors
- @Ethan-000 made their first contribution in #164
- @mratsim made their first contribution in #186
- @huitseeker made their first contribution in #190
- @thor314 made their first contribution in #203
- @thogiti made their first contribution in #204
- @chiro-hiro made their first contribution in #211
- @chokermaxx made their first contribution in #209
- @iquerejeta made their first contribution in #221
- @shuoer86 made their first contribution in #222
- @Insun35 made their first contribution in #225
- @hero78119 made their first contribution in #238
- @IssouChancla made their first contribution in #240
- @zemse made their first contribution in #246
- @davidnevadoc made their first contribution in #244
Full Changelog: v2023_04_20...v0.3.0