Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 21:49
· 29 commits to testnet since this release
5f309e6

For Operators

This upgrade is mandatory for both, Testnet and Mainnet.

Improvements

  • Optimized Ethereum RPC usage
  • Enhanced stability for tasks downloading
  • Updated dependencies

Deploy Instructions

From v.0.18.0

If upgrading from v0.18.0, follow the steps in our documentation.

From v.0.16.x

If upgrading from v0.16.x, complete the following steps due to renamed targets:

Mainnet
  1. git fetch
  2. git checkout v0.19.0
  3. make operator_build ENVIRONMENT=mainnet
  4. Restart the operator
Testnet
  1. git fetch
  2. git checkout v0.19.0
  3. make operator_build ENVIRONMENT=testnet
  4. Restart the operator

Breaking Changes

Operators

SDK

  • Handle Circom public inputs as bytes instead of JSON. #2077

What's Changed

Full Changelog: v0.18.0...v0.19.0