This release fixed a lot of major issues in holesky testnet so contract addresses are changed and holesky testnet is relaunched.
Upgrade steps:
you need to run the below commands to stop operator and delete old data:
sudo docker stop dvf-operator-1
sudo rm -rf /data/operator
then follow the operator document to run your operator from scratch. You don't need to recreate geth and lighthouse but can consider upgrade them to the latest version. You can remove the dvf directory and git clone to dvf again because contracts and configurations changed a lot.
Changes:
- Updated MEV timestamp configuration. Now OP can enable MEV for test.
- Adapt to SafeStake contract v3.
- Added the function of status reporting to backend.
- Increased the frequency of smart contract event query.
- Fixed the bug of occasional failure to decrypt key share.