Releases: Layr-Labs/eigenda-operator-setup
v0.9.0-rc.0
EigenDA Blazar (V2) Testnet Release
WARNING: There are breaking changes in this upgrade that require you to expose 2 new ports and a socket registration update. Please use the Blazar upgrade guide for the instructions on migrating your node.
What's Changed
- Add V2 Dispersal and Retrieval Ports by @supriya-premkumar in #158
- Add v2 dispersal sockets validation to run.sh by @pschork in #157
- Enable runtime mode flags in the configs by @supriya-premkumar in #159
- Add v2 metrics to eigenda node dashboard by @pschork in #161
- Define internal v2 dispersal/retrieval ports for nginx reverse proxy by @pschork in #160
- chore: add the API key flag to remote signer for updated signer API by @shrimalmadhur in #156
- Testnet release v0.9.0-rc.0 by @pschork in #162
New Contributors
- @supriya-premkumar made their first contribution in #158
Full Changelog: v0.8.6...v0.9.0-rc.0
v0.8.6
This is an optional but recommended release for all Mainnet & Testnet 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
Remote BLS signer support
This release includes support for remote BLS signing.
- Example signing service https://github.com/Layr-Labs/cerberus
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>
Full Changelog: v0.8.5...v0.8.6
v0.8.6-rc.1
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.1
Remote BLS signer support
This release includes support for remote BLS signing.
- Example signing service https://github.com/Layr-Labs/cerberus
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>
Full Changelog: v0.8.5-rc.0...v0.8.6-rc.1
v0.8.6-rc.0
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.
- Example signing service https://github.com/Layr-Labs/cerberus
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
Full Changelog: v0.8.5-rc.0...v0.8.6-rc.0
v0.8.5
This is an optional but recommended release for all 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.5
What's Changed
- update testnet image to 0.8.5-rc.0 by @bxue-l2 in #149
- update mainnet image to 0.8.5 by @bxue-l2 in #150
Full Changelog: v0.8.4...v0.8.5
[Holesky] v0.8.5-rc.0
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.5-rc.0
What's Changed
Full Changelog: v0.8.4...v0.8.5-rc.0
v0.8.4
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.4
Notable changes:
- EigenDA v0.8.4 (EigenDA Release Notes)
NOTE: The encoding optimization introduced in v0.8.0, which is not compatible with the previous versions, will be enabled on 10/13 11AM PDT. Please ensure that DA node is upgraded to v0.8.0+ by 10/11. This breaking change only affects DA nodes and does not affect rollups or any users posting blobs.
What's Changed
- Release 0.8.4-rc0 by @ian-shim in #146
- chore: add note to use docker container name by @gpabst in #147
- Release v0.8.4 by @ian-shim in #148
New Contributors
Full Changelog: v0.8.3...v0.8.4
[Holesky] v0.8.4-rc.0
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.4-rc.0
Notable changes:
- EigenDA v0.8.4 (EigenDA Release Notes)
NOTE: The encoding optimization introduced in v0.8.0, which is not compatible with the previous versions, will be enabled on 10/13 11AM PDT. Please ensure that DA node is upgraded to v0.8.0+ by 10/11. This breaking change only affects DA nodes and does not affect rollups or any users posting blobs.
What's Changed
Full Changelog: v0.8.3...v0.8.4-rc.0
v0.8.3
This is an optional but recommended release for all 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.3
What's Changed
- Backmerge release/0.8.0 to master by @jianoaix in #141
- upgrade holeky to v0.8.0-rc.0 by @jianoaix in #142
- upgrade holesky and mainnet to v0.8.3 by @jianoaix in #143
Full Changelog: v0.7.4...v0.8.3
[Holesky] v0.8.3-rc.0
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.3-rc.0
What's Changed
- Backmerge release/0.8.0 to master by @jianoaix in #141
- upgrade holeky to v0.8.0-rc.0 by @jianoaix in #142
Full Changelog: v0.8.0...v0.8.3-rc.0