This is a mandatory upgrade.
You can follow the upgrade guide for the instructions. This is a breaking upgrade and there are very specific instructions operators need to follow. Please read the below instructions carefully before upgrading.
Please pull the latest operator setup repository
Updates required to .env
file
- Please refer to the
.env.example
for all changes but all changes are shown below. - Update
MAIN_SERVICE_IMAGE=ghcr.io/layr-labs/eigenda/opr-node:release-0.3.0
- Update
NODE_SRS_ORDER=268435456
- Add new env var
NODE_SRS_LOAD=131072
- Remove env var
NODE_G2_PATH
- Add env var
NODE_G2_POWER_OF_2_PATH=/app/g2.point.powerOf2
- Update
NODE_EIGENDA_SERVICE_MANAGER=0xa3b1689Ab85409B15e07d2ED50A6EA9905074Ee5
- Update
NODE_BLS_OPERATOR_STATE_RETRIVER=0x357a99ccF04fC68Bd8d220263F9182506CBFEaF8
- Update
NODE_G2_PATH_HOST=${USER_HOME}/eigenda-operator-setup/resources/g2.point.powerOf2
Run the opt-in
script again. It will download the new SRS points and verify that they are correct. This could take close to 10 minutes as it is close to 8 GB of data (It’s a one time download per setup). If you are not using our script, you will need to download the SRS points manually to desired location.
Double check that NODE_G2_PATH_HOST
to the correct location of download. If you are using our scripts and env file, it should by default point to the correct location. If you are using your own environment in a setup like k8s you need to update NODE_G2_POWER_OF_2_PATH
as the location of your g2 point.
Note: In case you are using k8s or other manual setup please make sure this location is correct.
Notable changes
EigenDA upgrade (EigenDA Release Notes)
- Node: ghcr.io/layr-labs/eigenda/opr-node:release-0.3.0
- Node Plugin: ghcr.io/layr-labs/eigenda/opr-nodeplugin:release-0.3.0
- Added a new srs script to download new points. The points are publicly shared so feel free to download them manually
- New G1 Point - https://srs-mainnet.s3.amazonaws.com/kzg/g1.point
- New G2 Power of 2 point - https://srs-mainnet.s3.amazonaws.com/kzg/g2.point.powerOf2
What's Changed
- fix: update outdated link to .env by @krauspt in #59
- prepare for v0.3.0 by @shrimalmadhur in #58
New Contributors
Full Changelog: v0.2.3...v0.3.0