Skip to content

v1.3.6

Compare
Choose a tag to compare
@moshe-blox moshe-blox released this 24 Jun 10:54
· 11 commits to main since this release
40eb334

This release features a hotfix for block proposals with recent Lighthouse and Teku versions.

Upgrade Priority

Beacon Node Version Priority
Lighthouse >= v5.2.0 ⚠️ Mandatory
Teku >= 24.4.0 ⚠️ Mandatory
Others ⭐️ Strongly Recommended

⚠️ Upgrade to SSV v1.3.6 to avoid missing block proposals!

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.

Changes