Changelog for blockfrost-client-0.7.1.0
Version 0.7.1.0 (2023-01-03)
- Additions
getNetworkErasquery for/network/erasendpoint #33
Version 0.7.0.0 (2022-10-11)
- Changes
listScriptandlistScripts'now returnScriptHashListnewtype instead of[ScriptHash]due to overlapping instance conflicts
Version 0.6.0.0 (2022-08-31)
- Additions
getScriptDatumCBORquery for/scripts/datum/{datum-hash}/cborendpoint
Version 0.5.0.0 (2022-06-06)
- Fix return types of
getEpochStakeByPoolandgetEpochStakeByPool'fromStakeDistributiontoPoolStakeDistribution
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
getBlockAffectedAddressesfor/blocks/${hash_or_number}/addressesendpoint (Affected addresses in a block)
Version 0.3.0.0 (2022-02-07)
-
Changes
- Client functions switched to tagless variants using
MonadBlockfrostallowing to use custom base monad for client functions. Provided instances forBlockfrostClient,IOandClientM.
- Client functions switched to tagless variants using
-
Additions
- Export
getTxRedeemersfromBlockfrost.Client
- Export
Version 0.2.1.0 (2021-11-15)
- Additions
getAccountAssociatedAddressesquery for/accounts/{stake_address}/addressesendpointgetAccountAssociatedAssetsquery for/accounts/{stake_address}/addresses/assetsendpoint
Version 0.2.0.0 (2021-10-29)
- Alonzo additions
getTxRedeemersfor/txs/${hash}/redeemersendpointlistScriptsfor/scriptsendpoint, principledlistScripts'getScriptfor/scripts/${script_hash}endpointgetScriptRedeemersfor/scripts/${script_hash}/redeemersendpoint, principledgetScriptRedeemers'getAddressUtxosAssetfor/addresses/${address}/utxos/${asset}, principledgetAddressUtxosAsset'getScriptDatumfor/scripts/datum/${datum_hash}endpointgetScriptJSONfor/scripts/${script_hash}/jsonendpointgetScriptCBORfor/scripts/${script_hash}/cborendpoint
Version 0.1.0.0 (2021-09-14)
- Added
allPages, re-exported couple more pagination helpers - Initial release
blockfrost-client uses PVP Versioning.