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

⚠ BREAKING CHANGES

  • 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

  • core: added custom PlutusData serialization classes (72e600c)
  • update core types with deserialized PlutusData (d8cc93b)

Bug Fixes

  • correct ogmiosToCore auxiliaryData mapping (eb0ddc0)
  • util: deserialize bytes as Uint8Array instead of Buffer (78460d3)

Code Refactoring

  • renamed field handle to handleResolutions (8b3296e)