Releases: ethpandaops/ethereum-metrics-exporter
Releases · ethpandaops/ethereum-metrics-exporter
v0.17.0
What's Changed
- fix: Panic when execution module is disabled by @samcm in #45
- fix(consensus): Fetch finality checkpoints on a loop by @samcm in #47
- Feat(consensus): Peer client detection by @samcm in #46
Full Changelog: v0.16.6...v0.17.0
v0.16.4
What's Changed
- chore: increase golangci-lint timeout and set verbose logging by @skylenet in #38
- chore: run docker build on PRs by @skylenet in #37
- feat(consensus): Sleep the subscription loop until genesis by @samcm in #39
New Contributors
Full Changelog: v0.16.3...v0.16.4
v0.16.1: Merge pull request #34 from samcm/fix/beacon-changes
feat(consensus): Bugfixes for beacon.Node