Devnet is waiting for all nodes to update at epoch 1329811. To do this, validators must update to the latest stable release (see attachments). Although available validators report the same final state, finalization does not occur because the voting weight in the fixed release is below quorum. This new release incorporates the fixes of the previous two releases and is mandatory. After the update, SOURCE_COMMIT should contain the value 9954640ff62f5786b7776fdc00e52e6aeda2ceb3. Do not run the same validator key on multiple machines or processes.
Just in case you need to know, here are the instructions (only for those who already run a validator):
How to update (if you are already a validator)
MUST be taken into account before everything else:
Don't run--syncagain, don't changeconfig/network.env, and don't re-enroll the node. Consider the conditions of your config and your data paths as needed.
sudo -iu octra
cd /opt/octra/libv_litecore
git pull --ff-only
cat SOURCE_COMMIT
sh controls/check.sh
SWITCH="$PWD/runtime_data/toolchains/ocaml"
make -C mcl MCL_FP_BIT=256 MCL_FR_BIT=256 lib/libmcl.a
opam exec --switch "$SWITCH" -- dune build --profile release \
bin/octra_node.exe \
bin/octra_pvac_worker.exe \
bin/octra_state_sync_client.exe \
bin/octra_state_sync_manifest.exe \
bin/bft_control_tx.exe
sh controls/stop.sh
sh controls/run.sh --rebind-runtime
sh controls/stat.shIf you are installing from scratch, follow the usual rules as specified in the README.