2026-04-20 — BFT + DAG + EVM landed
- ✅ BLS12-381 aggregate commit signatures
- ✅ BFT voting with ⌊2N/3⌋+1 quorum
- ✅ View change on leader failure
- ✅ revm 14 EVM integration
- ✅ 5 contracts deployed (YCEToken, StakingJars, QuadraticVoting, ValidatorRegistry, EngagementOracle)
- ✅ DAG structure (multi-parent blocks,
yc_getTips,yc_getDagGraph) - ✅ Mobile simulator submits real engagement to the oracle
- ✅ Dashboard system map + process flow (n8n-style)
- ✅ Live Activity streams real on-chain actions
2026-04-19 — BFT P1 landed
- Genesis hash deterministic across nodes
- BLS12-381 keypair wired into every validator
- P2 BFT voting, P3 view change queued
2026-04-12 — Full build session
- Rust workspace: 5 crates (types, crypto, execution, consensus, node)
- MetaMask EIP-1559 compatibility
- Block explorer, simulator, wallet, dashboard scaffolded
Roadmap
v1.1 — coming soon
/api/mobile/engagement/signed(client-signed tx)- HTTPS + custom domain
- Slashing via DAO vote
- StakingJars contract integration (
/claimendpoint)
v2 — future
- ZK-KYC (Groth16 proof of personhood)
- Cross-chain bridge to Ethereum mainnet
- Mobile wallet SDK (no more private-key shortcuts)
- Full HSM custody for validators