Skip to content

v0.15.0

Compare
Choose a tag to compare
@feltroidprime feltroidprime released this 09 Dec 09:54
· 5 commits to main since this release
7c0993f

This release improves multi scalar mul costs; bn254 pairing costs, and adds support for Noir contracts verifier generation.
See https://garaga.gitbook.io/garaga/deploy-your-snark-verifier-on-starknet/noir

PyPi and npm packages have been updated as with each release.
Class hashes of maintained smart contract as well : https://garaga.gitbook.io/garaga/maintained-smart-contracts

Breaking changes :

  • the CLI commands name for declare-project and deploy-project have changed to declare and deploy
  • MultiScalarMul calldata, Pairing and groth16 calldata wll be different and incompatible with 0.14 code. Either use tooling/code in version 0.14 or update generated smart contracts and dependencies (rust/cairo/python/npm) to 0.15.

What's Changed

Full Changelog: v0.14.0...v0.15.0