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

⚠ BREAKING CHANGES

  • make withHandles 'logger' argument required
  • withHandles now requires WithCIP67 props in
  • rename Mappers.Handle type to HandleOwnership
  • 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

  • add address projection (416e5f5)
  • add NFT metadata projection (91fe7df)
  • projection: add cip67.byAssetId (060ac99)
  • projection: add withHandleMetadata mapper (9fc4722)
  • projection: ignore burn transactions when projecting cip25 metadata (ab8bb29)
  • projection: map 'extra' data with Mappers.withNftMetadata (892c2eb)
  • update core types with deserialized PlutusData (d8cc93b)

Bug Fixes

  • correct cip68 handle name (without label) (1711969)
  • projection: infer incoming event type for withNftMetadata (53cd873)
  • projection: keep latest nft metadata (3f8242a)

Code Refactoring

  • make withHandles 'logger' argument required (2267689)
  • rename Mappers.Handle type to HandleOwnership (4cb2f55)