In version 2.3.3, a bug was introduced that occurs when an operator is removed from the SSV network while still being part of active committees.
If one of the nodes is restarted after the operator’s removal, all validators managed by that committee fail to launch, causing all associated duties to be missed.
This is a hotfix version for this bug.
NOTE: this an edge case that only happens if an operator is removed from the contract in your committee.
Docker image
docker pull ssvlabs/ssv-node:v2.3.4
Upgrade priority
Network | Priority |
---|---|
Mainnet | Optional |
Hoodi | Optional |
What's Changed
- add CODEOWNERS by @vaclav-ssvlabs in #2361
- hotfix(operator removed) - launch validators when number of operators greater or equal to quorum by @oleg-ssvlabs in #2446
Full Changelog: v2.3.3...v2.3.4