github ObolNetwork/charon v0.19.2

latest releases: v1.0.0-rc5, v1.0.0-rc4, v1.0.0-rc3...
3 months ago

v0.19.2 - 2024-03-07

Obol Logo

This release downgrades a dependency to ensure performance at high validator counts, and sets a more recent timestamp for builder API registrations to make validator migration more seamless.

A reminder on Produce Block endpoint V3

The Charon team is working towards supporting the Produce Block V3 endpoint, but in the meantime v0.19.2 will still only support the V2 endpoints.

At the time of releasing not all validator clients default to the new Produce Block V3 endpoint, for those that do, set the following flags on your validator client to ensure your validator asks for v2 blocks until a version of charon supports the v3 endpoint:

Lodestar: --useProduceBlockV3=false as CLI parameter at startup
Lighthouse: --produce-block-v3=false as CLI parameter at startup
Teku: --Xblock-v3-enabled=false as CLI parameter at startup
Nimbus automatically falls back to V2 endpoints

Full Changelog: v0.19.1..v0.19.2

Bug

  • MEV rewards sent to addresses configured on the CL + VC, not as specified in Charon's lock file #2770 (#2892)
  • Charon timeouts requests to /eth/v2/debug/beacon/states/head #2954

What's Changed

Compatibility matrix

This matrix details the combination of beacon node + validator clients and their specific versions the Charon team has tested for this release.

Legend

  • ✅: Passed
  • 🟠: Duties may fail for this combination
  • 🔴: One or more duties fails consistently
Beacon Node (BN) Validator Client (VC) Remarks
Lighthouse v5.1.0 Lighthouse v5.1.0
Lighthouse v5.1.0 Teku v24.2.0 🟠
Lighthouse v5.1.0 Lodestar v1.17.0
Lighthouse v5.1.0 Nimbus v24.2.2
Lighthouse v5.1.0 Prysm v5.0.1
Teku 24.2.0 Lighthouse v5.1.0
Teku 24.2.0 Teku v24.2.0 🟠
Teku 24.2.0 Lodestar v1.17.0
Teku 24.2.0 Nimbus v24.2.2
Teku 24.2.0 Prysm v5.0.1
Teku 24.3.0 Lighthouse v5.1.0
Teku 24.3.0 Teku v24.3.0 🔴
Teku 24.3.0 Lodestar v1.17.0
Teku 24.3.0 Nimbus v24.2.2
Teku 24.3.0 Prysm v5.0.1
Lodestar v1.17.0 Lighthouse v5.1.0
Lodestar v1.17.0 Teku v24.2.0 🟠
Lodestar v1.17.0 Lodestar v1.17.0
Lodestar v1.17.0 Nimbus v24.2.2
Lodestar v1.17.0 Prysm v5.0.1 🔴
Nimbus v24.2.0 Lighthouse v5.1.0 🔴
Nimbus v24.2.0 Teku v24.2.0 🔴
Nimbus v24.2.0 Lodestar v1.17.0 🔴
Nimbus v24.2.0 Nimbus v24.2.2 🔴
Nimbus v24.2.0 Prysm v5.0.1 🔴
Prysm v5.0.1 Lighthouse v5.1.0 🔴
Prysm v5.0.1 Teku v24.2.0 🔴
Prysm v5.0.1 Lodestar v1.17.0 🔴
Prysm v5.0.1 Nimbus v24.2.2 🔴
Prysm v5.0.1 Prysm v5.0.1 🔴

Don't miss a new charon release

NewReleases is sending notifications on new releases.