コンテンツにスキップ

Release Notes - v0.57.0

このコンテンツはまだ日本語に翻訳されていません。

Title: Expand MidnightState service support, improve governance recovery, and keep network sync moving reliably

Date: June 24, 2026

Version: v0.57.0

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

NetworkCompatible
mainnet
preprod-testnet
preview-testnet
  • Expanded run the MidnightState service with stronger operational controls: Dingo now runs the MidnightState service with built in health reporting, service discovery support, optional secure connections, and a bounded shutdown path, which makes operations easier to manage.

  • Enhanced serve complete forged endorsement data to peers: Dingo now serves complete forged endorsement data to connected peers, which helps network peers retrieve the full data they need.

  • Improved restore governance voting state after recovery: Dingo now restores reward account voting state after recovery, which keeps automatic governance voting consistent after a restore.

  • Refined reduce repeated work during governance proposal tallies: Dingo now reuses proposal tally results within each voting period, which improves tally performance and makes slower tally activity easier to spot.

  • Corrected keep sync moving past outdated endorsement backlog data: Dingo now skips waits on outdated endorsement backlog data, which helps sync continue when older endorsement data no longer affects chain progress.

🧪 Testing, CI, Docs, and Release Tooling

Section titled “🧪 Testing, CI, Docs, and Release Tooling”
  • Updated keep shared test fixtures aligned across tooling: Dingo now uses shared test fixture generation from shared mock tooling, which keeps test infrastructure aligned across related projects.

Thank you for trying!