Breaking changes
- Remove
get_fee_or_calc(replaced withget_fee_if_setwhich returns undefined if the fee is not set) - Remove
estimate_fee(replaced withmin_feewhich always returns the min fee even if a higher fee has been explicitly set) - Address
to_bech32now takes an optional bech32 prefix as an argument
Bug Fixes
- Fix deposit calculation being wrong for transaction that contained key registration or pool registration certificates
New features
- Add
get_deposittoTransactionBuilderandTransactionBody