You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, fast Zig service that monitors finality across multiple Lean Ethereum beacon nodes with consensus validation. Inspired by [checkpointz](https://github.com/ethpandaops/checkpointz), leanpoint provides reliable checkpoint sync monitoring for the Lean Ethereum ecosystem.
6
+
A lightweight, fast Zig service that monitors finality across multiple Lean Ethereum lean nodes with consensus validation. Inspired by [checkpointz](https://github.com/ethpandaops/checkpointz), leanpoint provides reliable checkpoint sync monitoring for the Lean Ethereum ecosystem.
7
7
8
8
## Table of Contents
9
9
@@ -23,7 +23,7 @@ A lightweight, fast Zig service that monitors finality across multiple Lean Ethe
23
23
24
24
## Overview
25
25
26
-
Leanpoint polls multiple beacon nodes, requires 50%+ consensus before serving finality data, and exposes a simple HTTP API with Prometheus metrics. It's designed for:
26
+
Leanpoint polls multiple lean nodes, requires 50%+ consensus before serving finality data, and exposes a simple HTTP API with Prometheus metrics. It's designed for:
27
27
28
28
-**Devnet Monitoring**: Track finality across local test networks
29
29
-**Production Deployments**: Provide reliable checkpoint sync data
@@ -33,7 +33,7 @@ Leanpoint polls multiple beacon nodes, requires 50%+ consensus before serving fi
33
33
## Features
34
34
35
35
- ✅ **Multi-upstream support** with 50%+ consensus requirement (like checkpointz)
36
-
- ✅ **Parallel polling** of all beacon nodes for low latency
36
+
- ✅ **Parallel polling** of all lean nodes for low latency
37
37
- ✅ **Per-upstream health tracking** with error counts and timestamps
38
38
- ✅ **Prometheus metrics** for comprehensive monitoring
39
39
- ✅ **Health check endpoint** for load balancers and orchestration
@@ -173,7 +173,7 @@ If `--static-dir` is set, other paths serve files from that directory.
173
173
174
174
### Single Upstream Mode (Legacy)
175
175
176
-
For monitoring a single beacon node:
176
+
For monitoring a single lean node:
177
177
178
178
```bash
179
179
leanpoint \
@@ -189,7 +189,7 @@ leanpoint \
189
189
190
190
### Multi-Upstream Mode (Recommended)
191
191
192
-
Monitor multiple beacon nodes with consensus validation:
192
+
Monitor multiple lean nodes with consensus validation:
0 commit comments