Skip to content

v0.6.0

Compare
Choose a tag to compare
@cffls cffls released this 29 Aug 04:00
· 291 commits to main since this release

[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 and script, 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 in TransactionBuilder no longer requires script field to be set.
    If absent, the transaction builder will try to find it from chain context.
  • Similarly, method add_minting_script in TransactionBuilder no longer requires script field to be set.
    If absent, the transaction builder will try to find it from chain context.