Skip to content

Releases: dcSpark/cardano-multiplatform-lib

6.2.0: Treasury donation support

07 Apr 03:52
a34592e

Choose a tag to compare

Support for two new functions in the tx builder:

  • set_donation for donating ADA to the treasury
  • set_current_treasury_value for when you need Plutus scripts to refer to the current treasury value

Full Changelog: 6.1.0...6.2.0

6.1.0

07 Apr 03:42
9f0133e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.1...6.1.0

6.0.1

03 Sep 22:49
964cb87

Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0

26 Aug 15:22
25ff92b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.3.1...6.0.0

5.3.1

06 May 05:38
255500b

Choose a tag to compare

Bug fixes

  • Fix for Babbage mints occasionally resulting in incorrect tx hash: #329

5.3.0

01 May 23:43
b0283a8

Choose a tag to compare

Conway breaking changes

These are breaking changes for Conway (which is not part of Cardano mainnet yet) to update CML to the latest Conway specs

Bug fixes

5.2.0

15 Mar 23:28
efe99fd

Choose a tag to compare

New features

  • Replace the auto-generated plutus datum JSON format (generated from cddl-codegen) with a standardized format used by cardano-node (even when used from within other structures)
  • Add preview, preprod, and sancho to the NetworkInfo utility type

Bug fixes

  • Fix Byron block hashes
  • Fix parsing of Byron-era Epoch Boundary Blocks
  • Fix potential errors when deserialization enums (see dcSpark/cddl-codegen#217)
  • Fix string formatting of ipv6 text
  • Fix the standalone hash_transaction utility function to return the right result (the .hash() function on the TransactionBody itself always worked)

Structure changes

  • (rust) TransactionMetadatum moved from cml_core::metadata to cml_chain::auxdata::metadata
  • (rust) return type of TransactionBody::hash() change from [u8; 32] to TransactionHash struct

Full Changelog: 5.1.0...5.2.0

5.1.0

01 Feb 19:32
0fa5df7

Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

31 Jan 08:45
8c627c0

Choose a tag to compare

Breaking Changes

Renamed BigInt to BigInteger to avoid collisions with the built-in JS type called BigInt by @rooooooooob #302

New features

Bug fixes

  • Update ugly JSON schemas for types with non-trivial JS serialization by @rooooooooob in #300

Full Changelog: 4.0.2...5.0.0

4.0.2

04 Jan 03:33
06c03cc

Choose a tag to compare

What's Changed

Full Changelog: 4.0.1...4.0.2