Releases: blockfrost/blockfrost-js
Releases · blockfrost/blockfrost-js
v6.0.0
[6.0.0] - 2025-02-07
Added
- support for filecoin pinning with
BlockFrostIPFS.pin(cid: string, options: {filecoin: boolean})
method
Changed
- Dropped Byron support from
deriveAddress
utilisTestnet
parameter changed tonetwork
(mainnet/preprod/preview)
- Updated Cardano-Serialization-Lib to v13
- Updated Blockfrost OpenAPI to 0.1.73
Fixed
- Return type for
BlockFrostIPFS.list
BlockFrostIPFS.listByPath
methods
What's Changed
- feat: add gov endpoints by @slowbackspace in #301
- fix: use IPFS types from openapi by @vladimirvolek in #302
- chore: release 5.7.0 by @slowbackspace in #303
- chore: upgrade CSL to v13, drop isByron param in deriveAddress by @slowbackspace in #305
- feat: filecoin support by @slowbackspace in #295
- release: 6.0.0 by @slowbackspace in #306
Full Changelog: v5.6.0...v6.0.0
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