0.3.10
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 fix —
futurePParamsis now decoded as a taggedFuturePParamssum (NoPParamsUpdate/DefinitePParamsUpdate/PotentialPParamsUpdate), correctly handling the pending/future protocol-parameter update that surfaces around a hard-fork boundary. Also fixesGovStateQueryon 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