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

22 hours ago

This and the prior release updates client versions across the stack, and introduces an optional logging stack, to automate the streaming of logs to Obol to facilitate better monitoring and performance data. If you want to use the logging stack:

  1. Uncomment #CHARON_LOKI_ADDRESSES= in your .env file and set the URL provided to you by the Obol or Lido core team.
  2. Instead of using docker compose up -d to run the cluster. Use docker compose -f docker-compose.yml -f logging.yml up -d going forward.

This is a recommended release for running this repo on mainnet.

What's Changed

  • feat: enforce env vars with run.sh to start promtail by @apham0001 in #103

Full Changelog: v0.1.11...v0.1.12

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

NewReleases is sending notifications on new releases.