Skip to content

Commit b524d49

Browse files
committed
docs: replace all 'beacon node' references with 'lean node'
Updated README.md, upstreams.example.json, and config.zig to use correct Lean Ethereum terminology.
1 parent 22f90a1 commit b524d49

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI](https://github.com/blockblaz/leanpoint/workflows/CI/badge.svg)](https://github.com/blockblaz/leanpoint/actions)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
55

6-
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.
77

88
## Table of Contents
99

@@ -23,7 +23,7 @@ A lightweight, fast Zig service that monitors finality across multiple Lean Ethe
2323

2424
## Overview
2525

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:
2727

2828
- **Devnet Monitoring**: Track finality across local test networks
2929
- **Production Deployments**: Provide reliable checkpoint sync data
@@ -33,7 +33,7 @@ Leanpoint polls multiple beacon nodes, requires 50%+ consensus before serving fi
3333
## Features
3434

3535
-**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
3737
-**Per-upstream health tracking** with error counts and timestamps
3838
-**Prometheus metrics** for comprehensive monitoring
3939
-**Health check endpoint** for load balancers and orchestration
@@ -173,7 +173,7 @@ If `--static-dir` is set, other paths serve files from that directory.
173173

174174
### Single Upstream Mode (Legacy)
175175

176-
For monitoring a single beacon node:
176+
For monitoring a single lean node:
177177

178178
```bash
179179
leanpoint \
@@ -189,7 +189,7 @@ leanpoint \
189189

190190
### Multi-Upstream Mode (Recommended)
191191

192-
Monitor multiple beacon nodes with consensus validation:
192+
Monitor multiple lean nodes with consensus validation:
193193

194194
```bash
195195
leanpoint \
@@ -563,7 +563,7 @@ cat upstreams.json | jq '.upstreams[].url'
563563
# Check nodes are running
564564
ps aux | grep -E "zeam|ream|qlean"
565565

566-
# Verify beacon API is exposed
566+
# Verify lean API is exposed
567567
curl -v http://localhost:5052/status
568568

569569
# Check node startup logs for API endpoint
@@ -650,7 +650,7 @@ docker build -t leanpoint:latest .
650650
```bash
651651
# Create configuration first
652652
cp upstreams.example.json upstreams.json
653-
# Edit upstreams.json with your beacon node endpoints
653+
# Edit upstreams.json with your lean node endpoints
654654

655655
# Run container
656656
docker run -d \

0 commit comments

Comments
 (0)