<aside>
💡 This is a mandatory update. Your operator will STOP working if you don’t execute this update.
</aside>
Upgrade Rollout Stage
Holesky testnet - now
Mainnet - waiting
Upgrade Contents
- New Task Types (e.g VRF). We will be supporting more data types, many of them will be identical results (every operator is expected to report the same results). One major use case of this is our VRF engine. More documentations around using the VRF will come later on our public documenation.
- WebSocket Health Check. Every operator will now have a websocket connection with our backend when it’s started, so we can also monitor your operating status (and versions in the future). This status (after it stablizes) will be an input to future rewards distribution.
Steps for Upgrade (holesky)
Refer to https://github.com/0xJomo/openoracle-configs as the master instructions for everything else, or if you are starting from scratch.
Step 1: Stop the operator
make holesky-stop-operator
or if you started with make holesky-start-operator-all
make holesky-stop-operator-all
Step 2: Pull latest repository
git pull
Step 3: Restart operator
make holesky-start-operator