Releases: blockfrost/blockfrost-js
Releases · blockfrost/blockfrost-js
v5.6.0
[5.6.0] - 2024-10-24
Added
- added the
gotOptions
property to theBlockFrostAPI
class. This property can be passed during the initialization of theBlockFrostAPI
object. For more details, refer to the Got Options documentation. txsRequiredSigners
for retrieving required signers (extra transaction witnesses)networkEras
method for querying blockchain erastxsCbor
for retrieving transaction CBOR
Changed
- Updated Blockfrost OpenAPI to 0.1.67
Full Changelog: v5.5.0...v5.6.0
v5.5.0
[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
[5.4.0] - 2023-07-26
Added
- enabled retry logic for requests failing on
EPROTO
error and520
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
[5.3.1] - 2023-04-18
Fixed
utilsTxsEvaluate
,utilsTxsEvaluateUtxos
methods
v5.3.0
[5.3.0] - 2023-04-05
Added
- TSDoc docs for every method
utilsTxsEvaluate
method for/utils/txs/evaluate
Blockfrost endpointutilsTxsEvaluateUtxos
method for/utils/txs/evaluate/utxos
Blockfrost endpointmempoolByAddress
,mempoolByAddressAll
methods for filtering Blockfrost Mempool by an address
Changed
- bump
@blockfrost/openapi
to0.1.57
Removed
- unused dependency
v5.2.0
2022-12-12
Added
- epochsLatestParameters method
Changed
- tests + mocks
- updated deps
v5.1.0
Added
BlockfrostServerError
now includesbody
property in cases where the error was not formatted by Blockfrost Backend for easier debuggingmempool
,mempoolAll
,mempoolTx
methods for Blockfrost Mempool
v5.0.0
Added
- Support for preview and preprod networks
parseAsset
now also returnsassetNameHex
Removed
⚠️ BREAKING CHANGE: RemovedisTestnet
option. Network is automatically selected based on the project ID. In case of using legacy Project ID you can manually setnetwork
option.
v4.2.1
Fixed
- response types in
txsMetadata
v4.2.0
Added
addressesUtxosAsset
,addressesUtxosAssetAll
methods returning list of the address's utxos containing a given assetverifyWebhookSignature
to verify signature sent as part of Blockfrost webhook requesturl
property inBlockfrostServerError
andBlockfrostClientError
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