Skip to content

v3.2.2-testnet

Compare
Choose a tag to compare
@mlbones666 mlbones666 released this 22 Jun 08:46
· 165 commits to main since this release

This release fixed some issues on the current holesky testnet.

Upgrade steps:

  1. Run cd dvf
  2. Change IMAGE_TAG to v3.2.2-testnet in .env file
  3. Run the command to recreate the operator: sudo docker compose -f docker-compose-operator.yml up --force-recreate -d operator

Changes:

  1. Fix the issue that network connections are not released.
  2. Optimize the logic of monitoring public IP changes.
  3. Remove the memory limit of operator in docker compose file.