-
Notifications
You must be signed in to change notification settings - Fork 232
Logbook May 2026
Week of May 4 — The cardano-api removal effort reached a milestone: 47 of 75 files migrated in one additive PR, followed immediately by full decommission of the SealedTx cardano-api surface across two clean-up PRs. The node runtime was bumped to 11.0.1 on Saturday. A productive end to a multi-month migration effort.
- Merged feat: drop cardano-api dependency (additive migration, 47/75 files) #5236
- Merged feat: decommission SealedTx cardano-api surface #5271
- Merged feat: finish SealedTx cardano-api decommission #5272
- Merged fix(release): smoke-test built artifacts before upload #5274
Week of May 11 — Stabilization after the node bump: the full dependency stack was upgraded to node 11.0.1, the release pipeline was fixed (manual publish, Latest pointer, Windows runner pins), and Mithril snapshot-backed restoration benchmarks landed so CI benchmark runs no longer need to sync from genesis.
- Merged chore: upgrade wallet dependency stack toward node 11.0.1 #5280
- Merged fix(release): require manual publish, fix Latest pointer, pin Windows runners #5282
- Opened Use Mithril snapshots for every restoration benchmark run #5279
- Merged Use Mithril snapshots for every restoration benchmark run #5279
- Merged ci: shorten memory benchmark temp root #5284
Week of May 18 — Ledger tx builder migration sprint: mint values now flow through ledger builders, signed transactions route through the ledger constructor, and script-witness support landed in Transaction.Ledger. The unsigned Shelley builder migration is opened and queued for next week.
- Merged Plumb mint values through ledger tx builders #5287 — closed #5243
- Merged Route signed tx through ledger constructor #5286 — closed #5285
Issue: #5288