Skip to content

0.3.10

Choose a tag to compare

@matiwinnetou matiwinnetou released this 02 Jun 12:17

What's Changed

This release adds support for Protocol Version 11 (PV11) and fixes governance-state decoding around hard-fork / protocol-parameter transitions.

  • PV11 handshake support — registers the new PV11 node-to-node and node-to-client handshake versions (N2NVersionTableConstant, N2CVersionTableConstant) so Yaci can negotiate with PV11-capable nodes.
  • GovStateQuery fixfuturePParams is now decoded as a tagged FuturePParams sum (NoPParamsUpdate / DefinitePParamsUpdate / PotentialPParamsUpdate), correctly handling the pending/future protocol-parameter update that surfaces around a hard-fork boundary. Also fixes GovStateQuery on Preview.

Pull Requests

  • [Backport] Support PV11 handshake versions and fix GovStateQuery for Preview by @satran004 in #155

Full Changelog: v0.3.9...v0.3.10