2.4.0
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