Skip to content

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:56
· 94 commits to testnet since this release
86cfefd

For Operators

This upgrade is mandatory for both, Testnet and Mainnet.

Deploy Instructions

As we renamed some targets, you will need to do the following steps to deploy the new version

  1. git fetch
  2. git checkout v0.17.0
  3. make operator_build ENVIRONMENT=testnet

Breaking Changes

Operators

  • make build_operator has been renamed to make operator_build
  • make update_operator has been renamed to make operator_update
  • Risc0 has been update to version v2.1.0

SDK

  • Groth16Bn254 has been renamed to GnarkGroth16Bn254 to avoid ambiguity with Circom

CLI

  • Groth16Bn254 has been renamed to GnarkGroth16Bn254 to avoid ambiguity with Circom

What's Changed

New Contributors

Full Changelog: v0.16.1...v0.17.0