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.4.0 (2023-09-20)

⚠ BREAKING CHANGES

  • remove the CML serialization code from core package
  • 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

  • remove the CML serialization code from core package (62f4252)
  • update core types with deserialized PlutusData (d8cc93b)