v0.6.1
This is an optional upgrade for operators.
You can follow the upgrade quide for the instructions for holesky or mainnet
Please pull the latest operator setup repository
Updates required to .env file:
Update MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.6.1
Notable changes
- EigenDA upgrade (EigenDA Release Notes)
- Optional ECDSA Key: ECDSA keys are now optional for node software. If an operator is using this setup to register their node, an ECDSA key does not have to be configured on the node software. If you use this feature and doesn't provide ecdsa key in the
.env
file, then make sure to update yourdocker-compose.yml
file to remove this line and update NODE_PUBLIC_IP_CHECK_INTERVAL env to 0. This will make sure no IP update transaction would go via node software
Node: ghcr.io/layr-labs/eigenda/opr-node:release-0.6.1
Node Plugin: ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.6.1
What's Changed
- Clarifying dual quorum opt-in behavior by @wesfloyd in #95
- some fixes by @shrimalmadhur in #97
- Mainnet Folder Updates for EigenDA Operator Instructions and config by @wesfloyd in #96
- disperser IP by @shrimalmadhur in #98
- Fix .env.example links: change to absolute paths by @wesfloyd in #99
- Clarify minimum delegated ETH for opt-in (320 ETH) by @wesfloyd in #100
- release v0.6.1 by @shrimalmadhur in #101
Full Changelog: v0.6.0...v0.6.1