Releases: Alethio/eth2stats-client
Releases · Alethio/eth2stats-client
v0.0.16: More accurate lighthouse peercount
Lighthouse performance fix - disable attestations pool queries
Previously it would pull a ton of attestations from the lighthouse node, every 12 seconds. Just to retrieve an attestation count. This is a big performance problem, and thus disabled for now while we work on a better solution.
API fix states route
Bugfix: The finality checkpoints route was broken due to API route name change, affected lighthouse v0.3 support.
Lighthouse v0.3 support
Join Zinken Eth2stats: https://zinken.eth2.wtf
New Lighthouse usage example:
run --eth2stats.node-name="test123" --eth2stats.addr="grpc.zinken.eth2.wtf:8080" --eth2stats.tls=false \
--beacon.type="v1" --beacon.addr="http://127.0.0.1:5052" --beacon.metrics-addr="http://127.0.0.1:5054/metrics"
See README.md for more details.