This release fixed some issues on the current holesky testnet.
Upgrade steps:
- Run
cd dvf
- Change
IMAGE_TAG
tov3.2.2-testnet
in.env
file - Run the command to recreate the operator:
sudo docker compose -f docker-compose-operator.yml up --force-recreate -d operator
Changes:
- Fix the issue that network connections are not released.
- Optimize the logic of monitoring public IP changes.
- Remove the memory limit of operator in docker compose file.