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:
- Uncomment
#CHARON_LOKI_ADDRESSES=
in your.env
file and set the URL provided to you by the Obol or Lido core team. - Instead of using
docker compose up -d
to run the cluster. Usedocker 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