Skip to content

v0.8.6-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pschork pschork released this 27 Nov 23:35
· 3 commits to master since this release
7200d49

This is an optional but recommended release for all Holeksy operators.

You can follow the upgrade guide for the instructions.
Please pull the latest operator setup repository.

Updates required to .env file:

MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:0.8.6-rc.0

Remote BLS signer support

This release includes support for remote BLS signing.

New Node configuration flags for remote BLS signing

NODE_BLS_REMOTE_SIGNER_ENABLED=true
NODE_BLS_REMOTE_SIGNER_URL=<host:port>
NODE_BLS_PUBLIC_KEY_HEX=<public key registered with remote signer>

What's Changed

  • Update testnet .env.example for 0.8.6-rc.0 by @pschork in #152

Full Changelog: v0.8.5-rc.0...v0.8.6-rc.0