Skip to content

v0.3.0

Compare
Choose a tag to compare
@cffls cffls released this 22 Mar 03:04
· 367 commits to main since this release

[0.3.0] - 2022-03-21

Added

  • Incorporate change split logic #7.
  • Plutus
    • Datum support for transaction inputs and transaction outputs.
    • New function add_script_input in tx builder to support spending of Plutus script input.
    • Add collateral to tx builder for script transaction.
    • Add plutus_script_hash that calculates the hash of a Plutus script.
    • Include script execution steps and memory into fee calculation.
  • Add build_and_sign to tx builder.

Changed

  • Remove positional argument index from Redeemer's constructor.