Releases: zkmopro/mopro
Releases · zkmopro/mopro
v0.3.5
What's Changed
- doc(blog): Client-Side GPU for Everyday Ethereum Privacy by @moven0831 in #682
- chore: fix broken links by @phrwlk in #681
- ci: bump upload-artifact to v6 by @Olexandr88 in #684
- chore: fix link to zkETHer-app repo by @gap-editor in #685
- refactor: remove redundant Cargo.toml lookup in web builder by @Galoretka in #687
- fix: avoid redundant test-vectors dir creation in bindgen by @Forostovec in #656
- chore: remove redundant drops in circom qap reduction by @kurahin in #680
- refactor: reuse replace_string_in_file in proving_system by @GarmashAlex in #686
- test: add RustWitness and Arkworks proof verification test for BLS12-381 by @vivianjeng in #695
- fix: correct circom witness function signature comment by @oksanaphmn in #692
- feat: gnark support by @rahulghangas in #691
- Gnark e2e by @vivianjeng in #700
- fix: drop unused vectors a and b in CircomReduction witness_map by @VolodymyrBg in #696
New Contributors
- @kurahin made their first contribution in #680
- @oksanaphmn made their first contribution in #692
- @rahulghangas made their first contribution in #691
Full Changelog: mopro-ffi-v0.3.4...mopro-ffi-v0.3.5
mopro-cli v0.3.5
What's Changed
- doc(blog): Client-Side GPU for Everyday Ethereum Privacy by @moven0831 in #682
- chore: fix broken links by @phrwlk in #681
- ci: bump upload-artifact to v6 by @Olexandr88 in #684
- chore: fix link to zkETHer-app repo by @gap-editor in #685
- refactor: remove redundant Cargo.toml lookup in web builder by @Galoretka in #687
- fix: avoid redundant test-vectors dir creation in bindgen by @Forostovec in #656
- chore: remove redundant drops in circom qap reduction by @kurahin in #680
- refactor: reuse replace_string_in_file in proving_system by @GarmashAlex in #686
- test: add RustWitness and Arkworks proof verification test for BLS12-381 by @vivianjeng in #695
- fix: correct circom witness function signature comment by @oksanaphmn in #692
- feat: gnark support by @rahulghangas in #691
- Gnark e2e by @vivianjeng in #700
- fix: drop unused vectors a and b in CircomReduction witness_map by @VolodymyrBg in #696
New Contributors
- @kurahin made their first contribution in #680
- @oksanaphmn made their first contribution in #692
- @rahulghangas made their first contribution in #691
Full Changelog: mopro-cli-v0.3.4...mopro-cli-v0.3.5
v0.3.4
What's Changed
- refactor: streamline React Native binding generation process by @vivianjeng in #644
- feat: include xcframework in package.json for React Native bindings by @vivianjeng in #645
- fix: update links and enhance Swift package configuration in document… by @vivianjeng in #643
- fix: avoid changing cwd in create templates by @yyhrnk in #642
- docs: update Circom, Halo2, and Noir adapter documentation for clarit… by @vivianjeng in #648
- feat: add useSharedLibrary option for Android in ubnr.config.yaml by @vivianjeng in #650
- docs: add 2025 Mopro retrospective blog post with key milestones and … by @vivianjeng in #652
- fix: avoid double cargo update in web bindings builder by @MozirDmitriy in #653
- refactor: avoid extra allocations in circom G2 conversion by @VolodymyrBg in #654
- chore(deps): address security vulnerabilities in cli/web and docs by @moven0831 in #662
- chore: fix link to zkETHer-app repo by @gap-editor in #663
- docs: fix React Native SDK examples by @Olexandr88 in #657
- chore: update dependencies and refactor uniffi integration by @vivianjeng in #658
- chore(deps): bump tar from 7.4.3 to 7.5.3 in /docs by @dependabot[bot] in #665
- chore: fix broken link by @MoNyAvA in #666
New Contributors
- @yyhrnk made their first contribution in #642
- @gap-editor made their first contribution in #663
- @MoNyAvA made their first contribution in #666
Full Changelog: mopro-ffi-v0.3.3...mopro-ffi-v0.3.4
mopro-cli v0.3.4
What's Changed
- refactor: streamline React Native binding generation process by @vivianjeng in #644
- feat: include xcframework in package.json for React Native bindings by @vivianjeng in #645
- fix: update links and enhance Swift package configuration in document… by @vivianjeng in #643
- fix: avoid changing cwd in create templates by @yyhrnk in #642
- docs: update Circom, Halo2, and Noir adapter documentation for clarit… by @vivianjeng in #648
- feat: add useSharedLibrary option for Android in ubnr.config.yaml by @vivianjeng in #650
- docs: add 2025 Mopro retrospective blog post with key milestones and … by @vivianjeng in #652
- fix: avoid double cargo update in web bindings builder by @MozirDmitriy in #653
- refactor: avoid extra allocations in circom G2 conversion by @VolodymyrBg in #654
- chore(deps): address security vulnerabilities in cli/web and docs by @moven0831 in #662
- chore: fix link to zkETHer-app repo by @gap-editor in #663
- docs: fix React Native SDK examples by @Olexandr88 in #657
- chore: update dependencies and refactor uniffi integration by @vivianjeng in #658
- chore(deps): bump tar from 7.4.3 to 7.5.3 in /docs by @dependabot[bot] in #665
- chore: fix broken link by @MoNyAvA in #666
New Contributors
- @yyhrnk made their first contribution in #642
- @gap-editor made their first contribution in #663
- @MoNyAvA made their first contribution in #666
Full Changelog: mopro-cli-v0.3.3...mopro-cli-v0.3.4
v0.3.3
What's Changed
- Doc update 0.3 by @vivianjeng in #623
- fix: simplify wasm-pack command status check by @Lil-Duckling-22 in #619
- docs: add guidance on avoiding
*const ::std::ffi::c_voidin Flutter… by @vivianjeng in #630 - docs: add version requirements to Flutter setup guide by @CreeptoGengar in #627
- CI: migrate workflows to checkout v6 by @rejected-l in #635
- fix: remove redundant to_vec() clone in verify() by @Bashmunta in #633
- Remove unnecessary clones and allocations in circom conversions by @ANtutov in #634
- fix(docs): align circom adapter macro docs with implementation by @sashass1315 in #637
- refactor(app_config): remove dead Params for Flutter and React Native by @phrwlk in #636
- fix: copy wasm template only when Web is selected with Halo2 by @lisenokdonbassenok in #638
- Mopro wasm refactor 2 by @vivianjeng in #641
New Contributors
- @Lil-Duckling-22 made their first contribution in #619
- @CreeptoGengar made their first contribution in #627
- @Bashmunta made their first contribution in #633
- @ANtutov made their first contribution in #634
- @phrwlk made their first contribution in #636
- @lisenokdonbassenok made their first contribution in #638
Full Changelog: mopro-ffi-v0.3.2...mopro-ffi-v0.3.3
mopro-cli v0.3.3
What's Changed
- Doc update 0.3 by @vivianjeng in #623
- fix: simplify wasm-pack command status check by @Lil-Duckling-22 in #619
- docs: add guidance on avoiding
*const ::std::ffi::c_voidin Flutter… by @vivianjeng in #630 - docs: add version requirements to Flutter setup guide by @CreeptoGengar in #627
- CI: migrate workflows to checkout v6 by @rejected-l in #635
- fix: remove redundant to_vec() clone in verify() by @Bashmunta in #633
- Remove unnecessary clones and allocations in circom conversions by @ANtutov in #634
- fix(docs): align circom adapter macro docs with implementation by @sashass1315 in #637
- refactor(app_config): remove dead Params for Flutter and React Native by @phrwlk in #636
- fix: copy wasm template only when Web is selected with Halo2 by @lisenokdonbassenok in #638
- Mopro wasm refactor 2 by @vivianjeng in #641
New Contributors
- @Lil-Duckling-22 made their first contribution in #619
- @CreeptoGengar made their first contribution in #627
- @Bashmunta made their first contribution in #633
- @ANtutov made their first contribution in #634
- @phrwlk made their first contribution in #636
- @lisenokdonbassenok made their first contribution in #638
Full Changelog: mopro-cli-v0.3.2...mopro-cli-v0.3.3
v0.3.2
What's Changed
- Release version by @vivianjeng in #581
- feat: update dependencies and add Flutter support in mopro-ffi by @vivianjeng in #583
- Serialize Circom proof by @alxkzmn in #598
- feat: Combined 3 CLI commands by @akronim26 in #588
- feat: enhance UI tests for various adapters and update build workflow by @vivianjeng in #584
- fix(r1cs_reader): enforce section size consumption by @radik878 in #604
- feat: enhance project initialization and bindings generation by @vivianjeng in #606
- doc: add ETHGlobal New Delhi projects by @moven0831 in #611
- doc: improve blog navigation and discoverability by @moven0831 in #614
- docs: removed outdated link to Noirhack project by @mdqst in #605
- refactor: refactor the build to take multi archi by @akronim26 in #608
- doc: add ethglobal new delhi blog post by @moven0831 in #612
- doc: add poll.cc to project gallery by @moven0831 in #616
- doc: add context of mopro in future explorations by @moven0831 in #617
- Ubrn by @vivianjeng in #620
- doc: add Solid(ar)ity project to gallery by @moven0831 in #621
- Publish v0.3.2 by @vivianjeng in #622
New Contributors
- @akronim26 made their first contribution in #588
- @radik878 made their first contribution in #604
- @mdqst made their first contribution in #605
Full Changelog: mopro-ffi-v0.3.1...mopro-ffi-v0.3.2
mopro-cli v0.3.2
What's Changed
- Release version by @vivianjeng in #581
- feat: update dependencies and add Flutter support in mopro-ffi by @vivianjeng in #583
- Serialize Circom proof by @alxkzmn in #598
- feat: Combined 3 CLI commands by @akronim26 in #588
- feat: enhance UI tests for various adapters and update build workflow by @vivianjeng in #584
- fix(r1cs_reader): enforce section size consumption by @radik878 in #604
- feat: enhance project initialization and bindings generation by @vivianjeng in #606
- doc: add ETHGlobal New Delhi projects by @moven0831 in #611
- doc: improve blog navigation and discoverability by @moven0831 in #614
- docs: removed outdated link to Noirhack project by @mdqst in #605
- refactor: refactor the build to take multi archi by @akronim26 in #608
- doc: add ethglobal new delhi blog post by @moven0831 in #612
- doc: add poll.cc to project gallery by @moven0831 in #616
- doc: add context of mopro in future explorations by @moven0831 in #617
- Ubrn by @vivianjeng in #620
- doc: add Solid(ar)ity project to gallery by @moven0831 in #621
- Publish v0.3.2 by @vivianjeng in #622
New Contributors
- @akronim26 made their first contribution in #588
- @radik878 made their first contribution in #604
- @mdqst made their first contribution in #605
Full Changelog: mopro-cli-v0.3.1...mopro-cli-v0.3.2
circom-prover v0.1.4
What's Changed
Full Changelog: circom-prover-v0.1.3...circom-prover-v0.1.4
v0.3.1
Full Changelog: mopro-ffi-v0.3.0...mopro-ffi-v0.3.1