cardano-ledger-byron
cardano-ledger-byron copied to clipboard
Add roundtrip property tests and golden tests for UTxOValidationError CBOR instances
Background
#598 introduced ToCBOR
and FromCBOR
instances for UTxOValidationError
. However, these instances do not have tests.
Proposed Solution
Write tests.
Round-trip tests added in #628.
I still haven't gotten around to adding goldens.
Marking as medium priority since a change in binary format here will break the wallet.
Related: #710.