Saltar al contenido

Release Notes - v0.60.0

Este contenido aún no está disponible en español.

Title: Improve chainsync observability, simplify optional cloud-plugin builds, and restore Dijkstra forging reliability

Date: June 28, 2026

Version: v0.60.0

Hi folks! Here’s what we shipped in v0.60.0.

NetworkCompatible
mainnet
preprod-testnet
preview-testnet
  • Improved show blockfetch latency for each peer: Dingo now reports blockfetch latency for each peer, which helps operators spot slower peers faster and understand sync health more clearly.

  • Simplified keep cloud blob plugins optional in default builds: Default builds no longer include S3 and GCS blob plugins unless they are built with -tags dingo_extra_plugins, which keeps default builds smaller while leaving cloud support available when needed.

  • Stabilized keep the node running through metrics or debug port conflicts: Dingo now logs metrics or debug listener startup failures and keeps normal node operation running, so a port conflict no longer stops the node.
  • Restored forge valid Dijkstra blocks reliably: Dijkstra forged blocks now encode and hash correctly, which lets them validate as expected when the node produces them.

🧪 Testing, CI, Docs, and Release Tooling

Section titled “🧪 Testing, CI, Docs, and Release Tooling”
  • Updated keep the v0.59.1 release record aligned: The repository release history now keeps the v0.59.1 release notes record in sync, which keeps recent release tracking current.

Thank you for trying!