Skip to content

Release Notes - v0.58.0

Title: Improve forged-block safety, Leios catch-up completeness, and governance/database reliability

Date: June 25, 2026

Version: v0.58.0

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

NetworkCompatible
mainnet
preprod-testnet
preview-testnet
  • Improved validate newly created blocks before use and sharing: Dingo now checks newly created blocks before it uses and shares them, which helps operators catch invalid blocks earlier and improves node safety.

  • Expanded complete Leios recovery with older endorsement data: Dingo now fills in older Leios endorsement data during recovery, which helps nodes rebuild a more complete history when they fall behind the network.

  • Refined speed up pool stake snapshot lookups: Dingo now routes pool stake snapshot lookups through the intended live balance path, which improves reliability during stake related processing.

  • Enhanced improve Conway delegate vote tally accuracy: Dingo now counts delegate voting power across the full stake record and follows a better data lookup path, which improves governance reporting accuracy.

  • Fixed prevent reward collisions during recovery: Dingo now keeps governance, treasury transfer, and pool cleanup reward credits distinct during recovery, which prevents duplicate reward changes when nodes rebuild state.

  • Corrected store empty genesis balance links consistently: Dingo now records empty genesis balance link values consistently during database initialization, which keeps repeated setup runs reliable.

  • Restored recover from single peer governance stalls: Dingo now reconnects a stalled single peer session after a cooldown, which helps nodes resume progress when governance updates stop advancing.

Thank you for trying!