Releases: evstack/atlas
Releases · evstack/atlas
v0.1.0
Atlas v0.1.0 — Initial Beta Release
First tagged release of Atlas, an EVM blockchain explorer for ev-node based chains.
Features
- Block, transaction, and address indexing with cursor-based pagination for 80M+ row tables
- Live updates via SSE (Server-Sent Events) with polling fallback
- DA (Data Availability) inclusion tracking from ev-node / Celestia
- Status page with charts (base fee, gas, block times)
- White-label branding support (logos, colors, light/dark mode)
- Faucet page
- Scheduled database snapshots
- Observability metrics for atlas-server
- CLI commands for atlas-server
- Automated Docker image builds to GHCR
Architecture
- Single binary: indexer + API as concurrent tokio tasks
- PostgreSQL with partitioned tables and binary COPY for fast batch inserts
- React + TypeScript + Vite frontend, served via nginx
- Full Docker Compose stack