Skip to content

v3.0.0

Compare
Choose a tag to compare
@vladimirvolek vladimirvolek released this 01 Dec 15:42
· 284 commits to master since this release
425fc85

Added

  • http2 option (default false)
  • debug option (default false) - logs to stdout/stderr all fired request and errors thrown by Got
  • derive network from project id
  • new helper methods epochsBlocksAll, epochsBlocksByPoolIdAll, epochsStakesAll, epochsStakesByPoolIdAll and poolsAll
  • new methods addressesExtended and accountsAddressesTotal

⚠️ Breaking changes

Changed

  • thrown errors (BlockfrostServerError, BlockfrostClientError) are now subclasses of Error
  • updated @blockfrost/openapi & regenerated types to match reflect changes in Blockfrost API

Fixed

  • return type of epochsStakesByPoolId and epochsBlocksByPoolId