Skip to content

Releases: Alethio/eth2stats-client

v0.0.16: More accurate lighthouse peercount

03 Nov 22:29
v0.0.16
d729a1d
Compare
Choose a tag to compare

Lighthouse performance fix - disable attestations pool queries

14 Oct 01:00
v0.0.15
b8f8607
Compare
Choose a tag to compare

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

09 Oct 17:29
v0.0.14
1455e8d
Compare
Choose a tag to compare

Bugfix: The finality checkpoints route was broken due to API route name change, affected lighthouse v0.3 support.

Lighthouse v0.3 support

09 Oct 15:48
v0.0.13
a87f435
Compare
Choose a tag to compare

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.

v0.0.12

08 Aug 14:42
v0.0.12
5ad7992
Compare
Choose a tag to compare

Reviving eth2stats-client GitHub releases. 🎉

v0.0.12 brings:

  • More efficient metrics polling, avoid connection leak on failure, bugfix polling interval
  • Graceful client shutdown

See #47

v0.0.3

15 Jan 15:33
d0d5230
Compare
Choose a tag to compare
Merge pull request #7 from Alethio/ratelimit-chainhead

limit ChainHead to max 1 req/sec

v0.0.2

13 Jan 14:56
1c586e8
Compare
Choose a tag to compare
Merge pull request #4 from Alethio/add-syncing

send syncing status on telemetry request