Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-07 | 1.2 kB | |
v6.0.0 source code.tar.gz | 2025-02-07 | 46.2 MB | |
v6.0.0 source code.zip | 2025-02-07 | 46.5 MB | |
Totals: 3 Items | 92.7 MB | 3 |
[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
util isTestnet
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 https://github.com/blockfrost/blockfrost-js/pull/301
- fix: use IPFS types from openapi by @vladimirvolek in https://github.com/blockfrost/blockfrost-js/pull/302
- chore: release 5.7.0 by @slowbackspace in https://github.com/blockfrost/blockfrost-js/pull/303
- chore: upgrade CSL to v13, drop isByron param in deriveAddress by @slowbackspace in https://github.com/blockfrost/blockfrost-js/pull/305
- feat: filecoin support by @slowbackspace in https://github.com/blockfrost/blockfrost-js/pull/295
- release: 6.0.0 by @slowbackspace in https://github.com/blockfrost/blockfrost-js/pull/306
Full Changelog: https://github.com/blockfrost/blockfrost-js/compare/v5.6.0...v6.0.0