Saltar al contenido

Release Notes - v0.189.0

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

Title: Improve Byron EBB decoding and add opcert counter decoding

Date: July 22, 2026

Version: v0.189.0

This release fixes malformed Byron EBB decoding and adds typed LocalStateQuery access to operational certificate counters.

  • Fixed Byron EBB nil-header decoding: ByronEpochBoundaryBlock.UnmarshalCBOR now returns an error when the decoded header is nil, so malformed Byron EBB data fails early instead of creating a block that can panic later.

  • Added typed opcert counter decoding: LocalStateQuery now decodes DebugChainDepState into operational-certificate counters and returns them through GetOpCertCounters, so consumers can retrieve the counters through the typed API.

  • Refined CBOR modernization: The CBOR-related code now uses the modernized implementation path without changing user-facing behavior.

  • Streamlined issue-closed workflow automation: The repository no longer includes the issue-closed workflow automation files.

Thank you for following gOuroboros releases.