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

⚠ BREAKING CHANGES

  • remove the CML serialization code from core package
  • remove AssetInfo.history and AssetInfo.mintOrBurnCount
  • 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)
  • util-dev: add with-inline-datum.json chain sync data (ff0b923)

Bug Fixes

  • correct ogmiosToCore auxiliaryData mapping (eb0ddc0)
  • util-dev: add missing 'inputSource' prop to some chainSync datasets (0b236c9)

Code Refactoring

  • remove AssetInfo.history and AssetInfo.mintOrBurnCount (4c0a7ee)