Release Notes - v0.205.4
v0.205.4
Section titled “v0.205.4”Title: Improve transaction input matching performance
Version: v0.205.4
This release improves ledger validation efficiency for nested input matching while preserving existing matching behavior.
Additional Changes
Section titled “Additional Changes”- Improved transaction input matching:
ResolvedInput.Equalscompares inputs directly as(TxId, Index)pairs, whileexpandInputsand spend-redeemer resolution use the helper to avoid repeated hex encoding andSprintfallocations during ledger validation.
Release: v0.205.4
Compare: v0.205.3…v0.205.4
Docs authored by Doc Holiday