-
Notifications
You must be signed in to change notification settings - Fork 0
Logbook June 2026
Paolo Veronelli edited this page Jun 27, 2026
·
2 revisions
Week of Jun 15 — The repo launched from zero over the weekend: scaffold, CI, and the full indexing pipeline (ledger config, replay engine, snapshot extraction, per-epoch CSMT builder, history accumulator) were all merged by Sunday night. The foundation is solid enough to wire into a running daemon next week.
- Merged Scaffold cabal components, flake, CI, docs, speckit #12
- Merged Ledger config: ProtocolInfo + genesis ledger state #13
- Merged Replay engine: reapply blocks and detect epoch ticks #14
- Merged Snapshot extraction: ssStake credential stake and totalStake #15
- Merged Per-epoch CSMT builder + reproducible epoch root + RocksDB columns #16
- Merged History accumulator: epoch roots to history root #17
- Opened Rollback: finalized checkpoint + replay-tail #18
Week of Jun 22 — The daemon came alive: rollback, HTTP API, indexer engine, and release pipeline all merged on Monday, and by Tuesday the full proof path was verified end-to-end against a live devnet. Byron-era replay boundary bugs surfaced immediately and were fixed by Wednesday; Docker packaging is the remaining open item.
- Merged Rollback: finalized checkpoint + replay-tail #18
- Merged HTTP API + proofs #19
- Merged E2E golden: genesis epoch snapshot and roots #20
- Merged Release pipeline + architecture/API docs #21
- Merged ci: mint release token from org GitHub App instead of deploy key #22
- Merged feat: add daemon runtime config #28
- Merged Indexer engine: replay from genesis and write epoch roots #30
- Opened Daemon wiring: run indexer and HTTP over live stores #31