-
Notifications
You must be signed in to change notification settings - Fork 232
Logbook June 2026
Paolo Veronelli edited this page Jun 27, 2026
·
2 revisions
Week of Jun 8 — The unsigned Shelley builder migration landed, closing the last major cardano-api removal item from this sprint. A docker CI boot-sync race was fixed alongside. The wallet's internal transaction construction is now substantially on the ledger builder path.
Issue: #5290
- Merged cardano-api removal: migrate unsigned Shelley tx builder #5292 — closed #5290
- Merged fix(ci): clean docker boot sync after cancellation #5296
Week of Jun 22 — Security hardening week: recovery phrases and session keys now draw entropy from the system CSPRNG instead of a deterministic seed, and Byron RndState was hardened the same way with the generator redacted from serialized state. CI was migrated to the nix-enabled ARC runner fleet in the same push.
- Merged chore(release): merge back v2026-05-11 version bump #5299
- Merged Generate suggested recovery phrase with the system CSPRNG #5298
Issue: #5304