-
Deprecate
valueFromList
and valueToList. AddIsList Value
instance. Fix fee estimation when autobalancing assets minted in the transaction. (breaking, bugfix) PR 622 -
Deprecate createAndValidateTransactionBody. Use createTransactionBody instead. (breaking) PR 597
-
Add
Lovelace
as a type synonym toCoin
(compatible) PR 614 -
New generator
genValidTxBody
. Fix missing script proposals in transaction building #594. (breaking, refactoring, bugfix, test) PR 602 -
TxBodyContent: support treasury donations (breaking) PR 543
-
Adding
MinFeeRefScriptCostPerByte
to Conway PParams (feature) PR 524 -
Use the ledger's Coin instead of our custom Lovelace type (breaking, improvement) PR 475
- Allow
checkLedgerStateCondition
check to run in IO. Rename tofoldEpochState
. (feature, breaking) PR 453
-
Deprecate
TxVotesSupportedInEra
(feature; breaking) PR 154 -
Expose functions for errors messages testing in golden files (feature; compatible) PR 126
- Add a
HasTypeProxy
constraint togetVerificationKey
(bugfix; compatible) PR 122
First usable version.