Skip to content

Releases: dcSpark/cardano-multiplatform-lib

3.0.1

09 Sep 19:32
3fff412
Compare
Choose a tag to compare

What's Changed

  • feat: add reference inputs used lang to script hash calc by @joacohoyos in #127

Full Changelog: 3.0.0...3.0.1

3.0.0

07 Sep 10:59
Compare
Choose a tag to compare

Breaking Changes

  • The tx redeemer builder is no longer required. You can skip the step entirely if your transaction doesn't need to add Plutus scripts

Features

  • Inputs added via add_input can now reference scripts added in the reference inputs

Bug fixes

  • Fixed ordering of withdrawal & input redeemers sometimes being incorrect

2.0.1

25 Aug 13:32
34610bc
Compare
Choose a tag to compare

Bug Fixes

  • Fixed JSON type for ByronAddress

2.0.0

25 Aug 05:18
16dd9e6
Compare
Choose a tag to compare

New features

Breaking changes

  • Add support for communication datums in outputs. The breaking change should be fairly simple: just wrap the TransactionOutput type with a SingleOutputBuilderResult where needed.
  • The tx redeemer builder no longer required temporary signers

1.0.2

23 Aug 18:05
7e8c1b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

22 Aug 15:52
6b419b3
Compare
Choose a tag to compare

Bug Fixes

  • Fixed tx builder failure on dummy Plutus input exunits

1.0.0

22 Aug 13:33
497b69f
Compare
Choose a tag to compare

This version contains Vasil support

New features

  • New tx builder interface. This new one should be more flexible and work with Vasil smart contracts
  • More address validations utility functions
  • Better WASM support for Byron addresses

Bug fixes

  • Fix for >u64 slots in Pointer addresses
  • PlutusData's to/from JSON format now a string (fixes to_json not working if tx contains non-json PlutusData)

Chore

  • Bump wasm_bindgen (fixes memory leak issue in wasm-bindgen)

1.0.0-beta.2

12 Aug 00:45
04fb05a
Compare
Choose a tag to compare

New features

Bug fixes

Chore

Full Changelog: 1.0.0-beta.1...1.0.0-beta.2

1.0.0-beta.1

03 Aug 13:22
0036404
Compare
Choose a tag to compare

1.0.0 beta.0

31 Jul 02:27
148156c
Compare
Choose a tag to compare

What's Changed

  • Vasil support
  • Many small bug fixes
  • Better WASM support for Byron addresses
  • New tx builder interface

Full Changelog: 0.3.0...1.0.0-beta.0