Skip to main content

Pioneer — PoA Chain (Complete)

Done. Live in production.

What's Running

  • PoA consensus, round-robin, 1s blocks (v2.0.0; was 3s in v1.x)
  • 3 validators on 3 VPS (v2.0.0), full mesh peering
  • Account model with Ethereum-style addresses
  • Two-pass atomic block validation
  • ECDSA secp256k1 signing with chain_id replay protection
  • SentrixTrie (256-level Binary SMT, BLAKE3+SHA-256)
  • SRC-20 tokens (SNTX deployed, 10B supply)
  • libp2p networking (Noise XX + Yamux, bincode wire, Kademlia DHT, gossipsub)
  • REST API (25+ endpoints) + JSON-RPC 2.0 (20 methods)
  • Block explorer (12 pages, dark theme)
  • Encrypted keystore (AES-256-GCM, Argon2id)
  • MDBX storage with 1000-block sliding window + disk pruning
  • CI/CD: GitHub Actions → test → build → 3-VPS deploy
  • Branch protection on main (PR + CI required)
  • Pentest 6/6 passed on live production node

Numbers

Tests551
PRs merged#1–#111
Audit rounds11 (116 findings, 78+ fixed)
Chain height141,000+
Pentest6/6 passed on live node
unsafe blocks0
Clippy warnings0

Security Audits

AuditFindingsStatus
V423All fixed ✅
V511All fixed ✅
V613All fixed ✅
V715All fixed ✅
V812All fixed ✅
V9204 fixed, 16 tracked
V10Enterprise — 43/45 (95%)Complete ✅
V1122Report available

What's Next

Next up: Voyager (DPoS + BFT + EVM). See PHASE2.md.