Skip to content

Releases: ObolNetwork/charon-distributed-validator-node

v1.9.0

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 24 Feb 17:03
e2c0a0c

Obol Logo

This is CDVN's v1.9.0 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

What's Changed

  • chore(deps): update sigp/lighthouse docker tag to v8.1.0 by @renovate[bot] in #420
  • chore(deps): update grafana/loki docker tag to v3 by @renovate[bot] in #418
  • chore(deps): update flashbots/mev-boost docker tag to v1.12.0 by @renovate[bot] in #416
  • chore(deps): update prom/prometheus docker tag to v3.9.1 by @renovate[bot] in #417
  • chore(deps): update grafana/tempo docker tag to v2.10.1 by @renovate[bot] in #413
  • chore(deps): update offchainlabs/prysm-validator docker tag to v7.1.3 by @renovate[bot] in #427
  • chore(deps): update ghcr.io/paradigmxyz/reth docker tag to v1.11.1 by @renovate[bot] in #426
  • chore(deps): update grafana/grafana docker tag to v12.4.0 by @renovate[bot] in #411
  • chore(deps): update gcr.io/cadvisor/cadvisor docker tag to v0.55.1 by @renovate[bot] in #409
  • chore(deps): update chainsafe/lodestar docker tag to v1.40.0 by @renovate[bot] in #408
  • chore(deps): update bitnamilegacy/node-exporter docker tag to v1.9.1 by @renovate[bot] in #407
  • chore(deps): update dependency obolnetwork/charon to v1.9.0 by @renovate[bot] in #428

Full Changelog: v1.8.1...v1.9.0

v1.8.1

Choose a tag to compare

@OisinKyne OisinKyne released this 19 Feb 11:10
b0b7e6e

Obol Logo

This is CDVN's v1.8.1 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

New feature

Discord tagging

We are now adding a dedicated way to add discord IDs to your deployment, allowing you to be @'d directly by our Obol Agent if there is an issue with your node. Add (or uncomment) ALERT_DISCORD_IDS= in your .env, and specify one or more (with comma separation) IDs. To get the ID that corresponds to your discord account; Enable developer mode on discord with User Settings > Advanced. Then right click on a user's profile picture or name and select Copy ID to get a unique 18-digit number that represents their account. If you previously changed your CHARON_NICKNAME to your discord ID, you can set that back to a human friendly name for your node. Once set, reach out to the Obol team about setting up alerts to your discord channel given this new data.

What's Changed

  • cluster view added by @Karthiksrinatha in #397
  • chore: let renovate bump charon image and drop dispatch workflow by @apham0001 in #401
  • Migrate to Grafana Alloy as the recommended replacement for log fwd by @apham0001 in #379
  • feat(lighthouse): expose HTTP API port for cross-stack connectivity by @nickh-obol in #402
  • ci: replace dispatch workflow with Renovate for docker image updates by @apham0001 in #403
  • ci: rm groupName in Renovate by @apham0001 in #404
  • feat: enable mev-boost metrics by @apham0001 in #398
  • chore(deps): update dependency obolnetwork/charon to v1.8.1 by @renovate[bot] in #405
  • chore(deps): update offchainlabs/prysm-validator docker tag to v7.1.2 by @renovate[bot] in #406
  • chore(deps): update ghcr.io/paradigmxyz/reth docker tag to v1.10.2 - autoclosed by @renovate[bot] in #410
  • chore(deps): update nethermind/nethermind docker tag to v1.36.0 by @renovate[bot] in #414
  • chore(deps): update ghcr.io/commit-boost/pbs docker tag to v0.9.3 by @renovate[bot] in #415
  • Add ALERT_DISCORD_IDS label and env variable by @DiogoSantoss in #387
  • bump charon to v1.8.2 by @DiogoSantoss in #421
  • Lorenzo/bump clients by @Lorenz29 in #424

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 17 Dec 18:12
6c71eec

Obol Logo

This is CDVN's v1.8.0 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

What's Changed

  • Bump grandine to 2.0.1 by @KaloyanTanev in #384
  • Update version to v1.7.2 by @github-actions[bot] in #385
  • Disable blobs in EL by @KaloyanTanev in #376
  • chore(deps): update peter-evans/create-pull-request action to v8 by @renovate[bot] in #386
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #380
  • Update version to v1.8.0 by @github-actions[bot] in #394

Full Changelog: v1.7.6...v1.8.0

v1.7.6

Choose a tag to compare

@OisinKyne OisinKyne released this 02 Dec 13:09
02a6e6e

v1.7.6

Obol Logo

This is CDVN's v1.7.6 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

This is a Fulu-ready CDVN release.

Warning

For Nimbus Validator Client users. Please note this merged fix, there is a chance your validator client is still a pre-fusaka version, despite you updating to a 'fusaka-ready' version of this repo. Running this release should force your nimbus VC to notice and pull the newer version. Do consult the VCs startup logs to ensure its running v25.11.0 or v25.11.1 to be sure.

Important

Please ensure you are running all fusaka-ready client no later than December 3rd 21:00 UTC to continue through the hardfork. Missing this deadline will cause your validator to go offline and your node(s) to require a resync.

Fusaka ready client versions

Please ensure you are running these versions or newer before the hard fork.

Category Client Version
Charon Charon 1.7.x
Consensus Layer / Validator Clients Prysm 7.0.0
Lighthouse v8.0.1
Lodestar 1.36.0
Teku 25.11.1
Nimbus 25.11.0
Grandine 2.0.0
Execution Layer Geth 1.16.7
Nethermind 1.35.2
Erigon 3.2.2
Reth 1.9.1
Besu 25.11.0

What's Changed

Full Changelog: v1.7.5...v1.7.6

v1.7.5

Choose a tag to compare

@OisinKyne OisinKyne released this 25 Nov 15:17
ecc471b

v1.7.5

Obol Logo

This is CDVN's v1.7.5 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

This is a Fulu-ready CDVN release.

Important

Please ensure you are running all fusaka-ready client no later than December 3rd 21:00 UTC to continue through the hardfork. Missing this deadline will cause your validator to go offline and your node(s) to require a resync

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.7.5

v1.7.4

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 03 Nov 16:04
4d92d0a

v1.7.4

Obol Logo

This is CDVN's v1.7.4 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

Full Changelog: v1.7.3..v1.7.4

This is a Fulu-ready CDVN release.

⚠️ Prysm VC v6.1.4 and earlier have a bug and are incompatible in combination with other VCs on Fulu. A fixed release will be published shortly. A possible workaround is to swap VCs in a cluster to either only Prysm or no Prysm's until the fix is released. Otherwise, you can expect a subset of attestations in the cluster to fail.

Notable features

  • Bump Nimbus to v25.10.0
  • Bump MEV-boost to now stable 1.10

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 28 Oct 18:40
6e7fdbc

v1.7.3

Obol Logo

This is CDVN's v1.7.3 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

Full Changelog: v1.7.2..v1.7.3

This is a recommended Fulu-ready CDVN release.

⚠️ Prysm VC has a bug and is incompatible in combination with other VCs on Fulu. Possible workaround is to swap VCs in a cluster to either only Prysm/Nimbus/Vouch or no Prysm/Nimbus/Vouch until the fix is released. If not feasible, you can expect a subset of attestations in the cluster to fail.

⚠️ Nimbus VC has a bug and is incompatible in combination with other VCs on Fulu. Possible workaround is to swap VCs in a cluster to either only Prysm/Nimbus/Vouch or no Prysm/Nimbus/Vouch until the fix is released. If not feasible, you can expect a subset of attestations in the cluster to fail. Nimbus' latest version v25.10.0 fixes this issue and is available in CDVN v1.7.4.

⚠️ Vouch VC has a bug and is incompatible in combination with other VCs on Fulu. Possible workaround is to swap VCs in a cluster to either only Prysm/Nimbus/Vouch or no Prysm/Nimbus/Vouch until the fix is released. If not feasible, you can expect a subset of attestations in the cluster to fail. Vouch's latest version v1.12.0-beta.4 fixes this issue.

Notable features

  • Bump Prysm to v6.1.4

What's Changed

Full Changelog: v1.7.2...v1.7.3

v1.7.2

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 28 Oct 13:30
5bd6337

v1.7.2

Obol Logo

This is CDVN's v1.7.2 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

Full Changelog: v1.7.1..v1.7.2

This is a recommended Fulu-ready CDVN release.

Notable features

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 24 Oct 09:35
d248a7b

v1.7.1

Obol Logo

This is CDVN's v1.7.1 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

Full Changelog: v1.7.0..v1.7.1

This is non-mandatory non-urgent Fulu-ready CDVN release.

Notable features

  • Bump Charon to v1.7.1.
  • Bump all clients to their latest Fulu-ready versions.

What's Changed

New Contributors

  • @b0a7 made their first contribution in #356

Full Changelog: v1.7.0...v1.7.1

v1.7.0

Choose a tag to compare

@KaloyanTanev KaloyanTanev released this 08 Oct 17:20
c521a70

v1.7.0

Obol Logo

This is CDVN's v1.7.0 release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.

Full Changelog: v1.6.1..v1.7.0

This is the first Fulu-ready CDVN release.

Notable features

  • Bump Charon to v1.7.0.
  • Bump all clients to their Fulu-ready versions.

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0