v1.3.6
This release features a hotfix for block proposals with recent Lighthouse and Teku versions.
Upgrade Priority
Beacon Node | Version | Priority |
---|---|---|
Lighthouse | >= v5.2.0 | |
Teku | >= 24.4.0 | |
Others | ⭐️ Strongly Recommended |
Note: Affected Teku users can safely remove the --validators-graffiti-client-append-format=DISABLED
flag after upgrading to SSV v1.3.6
Brief
Recent Lighthouse and Teku versions began modifying the graffiti of block proposals to include EL/CL versions for client diversity analysis.
This caused a dependency we use to interact with Beacon nodes to reject block proposals from those Beacon nodes, because the returned graffiti was different than requested.
This hotfix removes this unnecessary constraint.