Skip to content

Releases: dcSpark/carp

3.3.0

14 Sep 17:47
c4f3522
Compare
Choose a tag to compare

What's Changed

Support parsing Conway-era blocks in carp-client

Full Changelog: 3.2.0...3.3.0

3.2.0

12 May 20:15
128c5b7
Compare
Choose a tag to compare

New features

Performance

  • improve projected nft task performance when the task is enabled by the tx doesn't contain any projected NFTs

Bug fixes

  • bump dcspark-core to fix preprod crash (by switching dcspark-core from a deprecated Cardano lib to CML)
  • fix paginateQuery not paginating correctly

Full Changelog: 3.1.0...3.2.0

3.1.0

30 Mar 19:33
524af24
Compare
Choose a tag to compare

New features

  • mintBurnHistory endpoint: add addresses (credentials) to the output by @ecioppettini in #179

Doc changes

Full Changelog: 3.0.1...3.1.0

3.0.1

19 Mar 07:42
e9b4668
Compare
Choose a tag to compare

This release is just for the @dcspark/carp-client NPM package

It improves the exports for the package so that you shouldn't have to import directly from the source folders anymore which helps avoid code unexpectedly getting hoisted into your build

ex: importing @dcspark/carp-client/shared/models/MintBurn is now simply @dcspark/carp-client

3.0.0

19 Mar 01:58
7e3982d
Compare
Choose a tag to compare

Major changes

  • Migrate from Pallas to CML

New features

  • Add new mint & burn task and endpoint (#172)
  • Add new slot range pagination scheme for endpoints
  • Add withInputContext option to fetch the inputs & metadata for a transaction when fetching tx history

Chore

Full Changelog: 2.4.0...3.0.0

2.4.0

29 Dec 15:48
c0d3b86
Compare
Choose a tag to compare

New features

  • New task MultieraAssetUtxos that allows querying utxos by policy ID or by fingerprint. This is useful if you want to track the movement of a specific token (instead of the full utxo set). See the task here
  • Allow querying projected NFTs by policy ID or asset name. See the query here
  • Export ProjectedNftStatus as an enum (so you don't have to copy-paste the enum into your codebase)

Bug fixes

  • Fix CIP14 fingerprint (it was using the wrong hash length). This requires a resync if you care about the right cip14 fingerprint field
  • Projected NFT amount field is now a string (instead of a number) to account for values larger than the max safe int in Javascript
  • Fix validation logic for length of a policy ID and assetname in the projected NFT endpoint
  • Fix projected NFT usage on UTXOs with more than 1 asset (previously only the first one was saved)
  • Fix partial withdrawal of a projected NFT not being properly linked

Full Changelog: 2.3.0...2.4.0

2.3.0

04 Dec 17:48
8378f15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.3...2.3.0

CORS support, optimizations and bug fixes

26 Apr 13:08
6b31762
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.2.3

Bug fixes & configuration improvements

28 Feb 15:54
f74273b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

Dependency updates & bug fixes

15 Feb 04:03
7998ee2
Compare
Choose a tag to compare

What's Changed

  • Update dcspark-core by @gostkin in #137
    • contains bug fix for slot number calculation

Full Changelog: 2.2.0...2.2.1