All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and we follow Semantic Versioning.
More utils for end users:
Cardano.Types.Transaction
:findUtxos
Cardano.Types.TransactionInput
:pprintTransactionInput
Cardano.Types.TransactionUnspentOutput
:filterUtxos
,hasTransactionHash
- Do not add empty Withdrawals map to serialized TransactionBody (#11)
- Moved to
Conway
era and@mlabs-haskell/cardano-serialization-lib-gc
versionv12.0.0-alpha.31
. datum
field of aRedeemer
: useRedeemerDatum
instead ofPlutusData
RedeemerDatum
type (a tagged newtype overPlutusData
)- Field access lenses for main domain types (
Transaction
,TransactionOutput
,TransactionInput
)
Aeson
instances forAssetName
: encode as byte string instead of Plutus-compatible encoding. The instances have been moved topurescript-plutus-types
(TokenName
).
First complete version of the library