6.0.0 - Mary support
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 aValue
which is a combination ofBigNum
+MultiAsset
TransactionBody
now contains amint
field- TTL is now optional in transactions
Ipv4
,Ipv6
,Url
moved to separate network-specific structs with better error checking
New Features:
- New
clamped_sub
andcompare
functions 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