Version 0.6.0.0 (2022-08-31)
- Additions
getScriptDatumCBOR
query for/scripts/datum/{datum-hash}/cbor
endpoint
Version 0.5.0.0 (2022-06-06)
- Fix return types of
getEpochStakeByPool
andgetEpochStakeByPool'
fromStakeDistribution
toPoolStakeDistribution
Version 0.4.0.1 (2022-04-05)
- Allow servant
0.19
Version 0.4.0.0 (2022-03-09)
- Build with
blockfrost-api 0.4
Version 0.3.1.0 (2022-02-17)
- Additions
getBlockAffectedAddresses
for/blocks/${hash_or_number}/addresses
endpoint (Affected addresses in a block)
Version 0.3.0.0 (2022-02-07)
-
Changes
- Client functions switched to tagless variants using
MonadBlockfrost
allowing to use custom base monad for client functions. Provided instances forBlockfrostClient
,IO
andClientM
.
- Client functions switched to tagless variants using
-
Additions
- Export
getTxRedeemers
fromBlockfrost.Client
- Export
Version 0.2.1.0 (2021-11-15)
- Additions
getAccountAssociatedAddresses
query for/accounts/{stake_address}/addresses
endpointgetAccountAssociatedAssets
query for/accounts/{stake_address}/addresses/assets
endpoint
Version 0.2.0.0 (2021-10-29)
- Alonzo additions
getTxRedeemers
for/txs/${hash}/redeemers
endpointlistScripts
for/scripts
endpoint, principledlistScripts'
getScript
for/scripts/${script_hash}
endpointgetScriptRedeemers
for/scripts/${script_hash}/redeemers
endpoint, principledgetScriptRedeemers'
getAddressUtxosAsset
for/addresses/${address}/utxos/${asset}
, principledgetAddressUtxosAsset'
getScriptDatum
for/scripts/datum/${datum_hash}
endpointgetScriptJSON
for/scripts/${script_hash}/json
endpointgetScriptCBOR
for/scripts/${script_hash}/cbor
endpoint
Version 0.1.0.0 (2021-09-14)
- Added
allPages
, re-exported couple more pagination helpers - Initial release
blockfrost-client
uses PVP Versioning.