Skip to content

Releases: blockfrost/blockfrost-js

v5.5.0

20 Dec 17:07
0be1e0c
Compare
Choose a tag to compare

[5.5.0] - 2023-12-20

Added

  • Cardano SanchoNet support

Changed

  • Updated Blockfrost OpenAPI to 0.1.60
  • Deps bump
  • verifyWebhookSignature now returns strongly typed webhook event. Additionally, webhookPayload parameter now accepts both string and object types, eliminating the need to manually convert the payload to a string.
  • removed unnecessary promise wrap from most methods

v5.4.0

26 Jul 13:42
08eb1e3
Compare
Choose a tag to compare

[5.4.0] - 2023-07-26

Added

  • enabled retry logic for requests failing on EPROTO error and 520 status code

Changed

  • drop Node.js 14 support from build and readme
  • bump @emurgo/cardano-serialization-lib-nodejs and dev deps
  • bump @blockfrost/openapi dep

Fixed

  • remove testnet as possible network value
  • memory leak in deriveAddress

v5.3.1

18 Apr 15:09
c281d1d
Compare
Choose a tag to compare

[5.3.1] - 2023-04-18

Fixed

  • utilsTxsEvaluate, utilsTxsEvaluateUtxos methods

v5.3.0

14 Apr 15:25
246448b
Compare
Choose a tag to compare

[5.3.0] - 2023-04-05

Added

  • TSDoc docs for every method
  • utilsTxsEvaluate method for /utils/txs/evaluate Blockfrost endpoint
  • utilsTxsEvaluateUtxos method for /utils/txs/evaluate/utxos Blockfrost endpoint
  • mempoolByAddress, mempoolByAddressAll methods for filtering Blockfrost Mempool by an address

Changed

  • bump @blockfrost/openapi to 0.1.57

Removed

  • unused dependency

v5.2.0

12 Dec 17:20
ba0f9b2
Compare
Choose a tag to compare

2022-12-12

Added

  • epochsLatestParameters method

Changed

  • tests + mocks
  • updated deps

v5.1.0

22 Nov 14:17
80d26f1
Compare
Choose a tag to compare

Added

  • BlockfrostServerError now includes body property in cases where the error was not formatted by Blockfrost Backend for easier debugging
  • mempool, mempoolAll, mempoolTx methods for Blockfrost Mempool

v5.0.0

29 Aug 13:20
81a57fe
Compare
Choose a tag to compare

Added

  • Support for preview and preprod networks
  • parseAsset now also returns assetNameHex

Removed

  • ⚠️ BREAKING CHANGE: Removed isTestnet option. Network is automatically selected based on the project ID. In case of using legacy Project ID you can manually set network option.

v4.2.1

28 Jul 14:20
3926f1f
Compare
Choose a tag to compare

Fixed

  • response types in txsMetadata

v4.2.0

06 Jul 15:11
a87ba56
Compare
Choose a tag to compare

Added

  • addressesUtxosAsset, addressesUtxosAssetAll methods returning list of the address's utxos containing a given asset
  • verifyWebhookSignature to verify signature sent as part of Blockfrost webhook request
  • url property in BlockfrostServerError and BlockfrostClientError objects set to an URL where the failed request was sent to

Fixed

  • deriveAddress memory leak by freeing WASM objects

Changed

  • updated @blockfrost/openapi & regenerated types to reflect changes in Blockfrost API

v4.1.0

23 Mar 12:20
78c9268
Compare
Choose a tag to compare

Added

Changed

  • Updated cardano-serialization-lib to v10
  • Lowered number of retries for failed requests to 3