This release adds support for the Mary hardfork (adds multi-asset transactions)
BREAKING CHANGES:
- Many places that used to take a regular amount (
BigNum) now take aValuewhich is a combination ofBigNum+MultiAsset TransactionBodynow contains amintfield- TTL is now optional in transactions
Ipv4,Ipv6,Urlmoved to separate network-specific structs with better error checking
New Features:
- New
clamped_subandcomparefunctions added toBigNum - Minimum ADA per UTXO increases when assets are added to a UTXO entry. To calculate the new minimum, you can use
min_ada_required