Release Notes - v0.206.2
v0.206.2
Section titled “v0.206.2”Title: Improve consensus threshold calculations and governance validation
Version: v0.206.2
This release reduces repeated consensus threshold calculation work and aligns Conway governance validation with certificate updates included in the same transaction.
Performance
Section titled “Performance”- Improved repeated consensus threshold calculations by reusing results for matching pool stake, total stake, active slot coefficient, and consensus mode values. A bounded cache keeps up to 4096 results, returns independent values to callers, and preserves error behavior.
Bug Fixes
Section titled “Bug Fixes”- Corrected Conway governance validation to apply certificate updates in transaction order before evaluating governance proposals. Proposal return accounts and unknown DRep, pool, and committee hot-key voters now use the resulting state, so transactions accepted by the network no longer receive the affected local Preview rejection. Rejected transactions leave the ledger unchanged.
Release: v0.206.2
Compare: v0.206.1…v0.206.2
Docs authored by Doc Holiday