5.2.0
New features
- Replace the auto-generated plutus datum JSON format (generated from cddl-codegen) with a standardized format used by cardano-node (even when used from within other structures)
- Add
preview
,preprod
, andsancho
to theNetworkInfo
utility type
Bug fixes
- Fix Byron block hashes
- Fix parsing of Byron-era Epoch Boundary Blocks
- Fix potential errors when deserialization enums (see dcSpark/cddl-codegen#217)
- Fix string formatting of ipv6 text
- Fix the standalone
hash_transaction
utility function to return the right result (the.hash()
function on theTransactionBody
itself always worked)
Structure changes
- (rust)
TransactionMetadatum
moved fromcml_core::metadata
tocml_chain::auxdata::metadata
- (rust) return type of
TransactionBody::hash()
change from[u8; 32]
toTransactionHash
struct
Full Changelog: 5.1.0...5.2.0