v0.6.0
[0.6.0] - 2022-08-28
v0.6.0
is update for Vasil hard fork.
Added
- Support for reference inputs (CIP31).
- Support for inline datum (CIP32).
- Support for reference scripts (CIP33).
- Vasil changes for Ogmios.
- Vasil changes for blockforst.
- Add type "RawPlutusData", which is used as the default type for datum deserialized from cbor.
TransactionOutput
now has two new fields,datum
andscript
, which could be added to the transaction output.- Blockfrost chain context now supports custom API url.
Changed
- Improved the format of transaction representation.
- Method
add_script_input
inTransactionBuilder
no longer requiresscript
field to be set.
If absent, the transaction builder will try to find it from chain context. - Similarly, method
add_minting_script
inTransactionBuilder
no longer requiresscript
field to be set.
If absent, the transaction builder will try to find it from chain context.