Skip to content

@cardano-sdk/[email protected]

Compare
Choose a tag to compare
@lace-bot lace-bot released this 20 Sep 16:12
· 1456 commits to master since this release
88248ef

0.12.0 (2023-09-20)

⚠ BREAKING CHANGES

  • delegation distribution portfolio is now persisted on chain and taken into account during change distribution
  • remove the CML serialization code from core package
  • renamed field handle to handleResolutions
  • incompatible with previous revisions of cardano-services
  • rename utxo and transactions PouchDB stores
  • update type of Tx.witness.redeemers
  • update type of Tx.witness.datums
  • update type of TxOut.datum
  • remove Cardano.Datum type

fix(cardano-services): correct chain history openApi endpoints path url to match version

Features

  • added witness set serialization classes (132599d)
  • delegation distribution portfolio is now persisted on chain and taken into account during change distribution (7573938)
  • remove the CML serialization code from core package (62f4252)
  • update core types with deserialized PlutusData (d8cc93b)

Code Refactoring

  • renamed field handle to handleResolutions (8b3296e)