Skip to content

v0.15.4

Latest
Compare
Choose a tag to compare
@feltroidprime feltroidprime released this 13 Feb 18:51
· 1 commit to main since this release
d23e117

Notable changes :

  • significant performance improvement on all parts using scalar multiplication ( #280 )
  • confirmed Noir version update : nargo 1.0.0-beta1 + bb 0.67 (#291 #302 )
  • noir calldata generation is now possible from rust / npm package ( #288 )
  • support for a experimental Noir flavour using Starknet Poseidon hash inside the verifier instead of Keccak ( #287 ) . Only possible with a fork of barretenberg for now.
  • schnorr & ecdsa signature support, with calldata in py / rust / npm, + some refactoring of Cairo library folders / file structures without breaking changes on the imports ( #300 #303 )
  • poseidon hash for bn254 support ( #282 ), to have the same hash in Starknet and Noir/Circom

As with every release,

are updated and class hashes of maintained contract as well : https://garaga.gitbook.io/garaga/maintained-smart-contracts

What's Changed

New Contributors

Full Changelog: v0.15.3...v0.15.4