github ObolNetwork/lido-charon-distributed-validator-node v0.2.0

14 hours ago

This is the first stable Fusaka-ready release suitable for all mainnet operators. Operators should update to at least this version before the Mainnet Fusaka hard fork on December 3rd.

Warning

Prysm is the only non-Fusaka ready client that will be updated in a later v0.2.1 tag before the hardfork date. If you're running Prysm, keep an eye on its releases and be sure to update to their next release when it comes out.

Important

Users should no longer run docker compose -f docker-compose.yml -f logging.yml -f docker-compose.override.yml to run their cluster, they should instead only run docker compose up -d. Overrides to turn off certain containers (e.g. in the case where you use an external EL/CL rather than the one in this repo) should be done with .env file variables, by setting EL=el-none, CL=cl-none, and MEV=mev-none for example. Read more about client swapping in our docs.

Logging can be enabled by uncommenting the line #MONITORING=${MONITORING:-monitoring},monitoring-log-collector in their .env file, and setting CHARON_LOKI_ADDRESSES to a URI given to you by the Obol team.

To update to this version, please run the following commands:

# Stop the node
docker compose down
# Save any local changes
git stash
# Update your local copy of this repo
git pull
# Checkout this release
git checkout v0.2.0
# Re-apply the stashed local changes
git stash apply
# Restart the node
docker compose up -d

Note

lido-charon-distributed-validator-node is a repo intended as a deployment guide and is not intended to be the canonical way to deploy a distributed validator.

Operators are encouraged to use this repository to build and maintain their own configurations that work for their individual use case. Please work with your squad to have your cluster exposed to no single point of failure on three or more nodes.

What's Changed

Full Changelog: v0.1.25...v0.2.0

Don't miss a new lido-charon-distributed-validator-node release

NewReleases is sending notifications on new releases.