Skip to content

v0.5.0

Compare
Choose a tag to compare
@cffls cffls released this 15 Jun 17:10
· 312 commits to main since this release

[0.5.0] - 2022-06-15

Added

  • Staking certificates.
  • Add an option to merge change into already existing output. (#38).
  • Enable UTxO query with Kupo (#39).
  • Add 'add_minting_script' to txbuilder.
  • Add usage guides for Plutus (#46).
  • Add message signing and verification (CIP8) (#45).

Changed

  • amount in TransactionOutput will be converted to type Value even when an int is passed in (#42).
  • Add unknown fields to ArraySerializable if more values are provided.

Fixed

  • Prevent 'Transaction.from_cbor' from dropping data in datum.
  • Add fake fee to fake transaction when fee is 0.