v0.14.0
- Updated PyPi and Npm packages to 0.14.0
- Declared Smart Contracts : https://garaga.gitbook.io/garaga/maintained-smart-contracts
What's Changed
- New logo. by @feltroidprime in #197
- Refactored
from_json
methods of Groth16Proof and Groth16VerifyingKeys classes by @fatalbatros in #199 - fix: Correct default option handling in garaga_ts::msmCalldataBuilder by @feltroidprime in #205
- Bump next from 14.2.8 to 14.2.10 in /tools/npm/integration-test-suite/packages/web-js-esm-react by @dependabot in #203
- base Drand Quicknet contract by @feltroidprime in #201
- Add Copy trait to msm hints structs. by @feltroidprime in #204
- Groth16 parser in Typescript by @luiz-lvj in #208
- feat: Functions to get modulus and update compiler by @guha-rahul in #214
- Twisted Edwards to Weirstrass bijection in wasm pkg by @luiz-lvj in #218
- Rust implementation of the MultiPairingCheck calldata builder by @raugfer in #202
- fix typo by @adrienlacombe in #224
- Journal processing for Risc0 by @stefanMadzharov in #225
- CairoZero: Update ExtensionFieldModuloCircuit. by @feltroidprime in #227
- Bump rollup from 4.21.2 to 4.24.0 in /tools/npm/garaga_ts by @dependabot in #228
- NPM package documentation by @raugfer in #213
- Rework high level compilation logic. by @feltroidprime in #232
- CI: Force
make rewrite
to be synced with committed files. by @feltroidprime in #236 - Improved error handling and parsing in parsing_utils.py by @stefanMadzharov in #233
- Contribs by @feltroidprime in #237
- Bind generated Scarb.toml to Garaga git tag version by @feltroidprime in #241
- Bump pyo3 from 0.22.2 to 0.22.4 in /tools/garaga_rs by @dependabot in #242
- Make garaga-rs an importable Rust lib and add
get_groth16_calldata
rust function by @feltroidprime in #229 - Updating TS Risc0 journal parsing by @luiz-lvj in #243
- feat: Add contract verification to release pipeline addressing by @bruhhgnik in #246
- feat(207): Make groth16 generated contracts (a bit) more user friendly. by @bacharif in #223
- Tower pairings & Timelock encryption by @feltroidprime in #239
- Feat: Add calldata command to CLI by @tekkac in #247
- prepare 0.14 release (WIP) by @feltroidprime in #249
- Add get_groth16_calldata to npm package by @luiz-lvj in #250
- Release v0.14.0 by @feltroidprime in #251
New Contributors
- @fatalbatros made their first contribution in #199
- @dependabot made their first contribution in #203
- @guha-rahul made their first contribution in #214
- @adrienlacombe made their first contribution in #224
- @stefanMadzharov made their first contribution in #225
- @bruhhgnik made their first contribution in #246
Full Changelog: v0.13.3...v0.14.0