Release Notes - v0.62.0
Este contenido aún no está disponible en español.
v0.62.0 (July 9, 2026)
Section titled “v0.62.0 (July 9, 2026)”Title: Improved Mithril catch-up, certificate checks, and database lookups
Date: July 9, 2026
Version: v0.62.0
This release improves catch-up safety, certificate validation, database read performance, and Blockfrost asset holder coverage.
Recommended Network Compatibility ⚠️
Section titled “Recommended Network Compatibility ⚠️”| Network | Compatible |
|---|---|
| mainnet | ⛔ |
| preprod-testnet | ⛔ |
| preview-testnet | ✅ |
✨ Highlights
Section titled “✨ Highlights”-
Improved core mode Mithril v2 catch-up so Dingo keeps immutable markers, detects divergence earlier, and reconciles stale ledger state without forcing a full resync when the chain still matches.
-
Added operational certificate checks for block headers and block application so forged, expired, stale, or gapped certificate data fails fast.
-
Accelerated transaction lookups for MySQL and Postgres so reads complete with fewer round trips.
-
Validated MySQL database names before database creation so invalid names fail early.
-
Expanded the Blockfrost API with asset holder address lookups.
🧪 Testing, Docs, and Tooling
Section titled “🧪 Testing, Docs, and Tooling”-
Strengthened direct tests for ledger state application so changes in ledger processing stay covered.
-
Updated the
gouroborosdependency so Dijkstra and Leios support stays aligned with upstream changes.