Changelog for blockfrost-api-0.2.1.0
Version 0.2.1.0 (2021-11-15)
- Additions
ToSample
instances forScriptDatum
,ScriptJSON
,ScriptCBOR
/accounts/{stake_address}/addresses
endpoint/accounts/{stake_address}/addresses/assets
endpoint
Version 0.2.0.0 (2021-10-29)
-
Breaking changes
AddressUTXO
renamed toAddressUtxo
along with its fieldsProtocolParams
collateralPercent
field type changed fromDouble
toInteger
TransactionMetaCBOR
now usesmetadata
field instead ofCBORMetadata
which holds the same CBOR value as before but without\\x
prefix
-
Alonzo additions
collateral
field toUtxoInput
redeemerCount
field toTransaction
dataHash
field toUtxoInput
andUtxoOutput
dataHash
field toAdressUTXO
outputIndex
field toUtxoOutput
script
field toAddressInfo
datumHash
field toScriptRedeemer
scriptHash
anddatumHash
field toTransactionRedeemer
NetworkSupply
locked
field representing supply locked by all scriptstreasury
field (current treasury supply)reserves
field (current reserves supply)
/txs/${hash}/redeemers
endpoint withTransactionRedeemer
andValidationPurpose
types- Epoch cost model parameters to
ProtocolParams
/scripts
endpoint andScriptHash
newtype/scripts/${script_hash}
endpoint withScript
data type/scripts/${script_hash}/redeemers
endpoint withScriptRedeemer
data type/scripts/datum/${datum_hash}
endpoint withScriptDatum
data type/scripts/${script_hash}/json
endpoint withScriptJSON
data type/scripts/${script_hash}/cbor
endpoint withScriptCBOR
data type
-
Other
-
Added
liveDelegators
field toPoolInfo
Version 0.1.0.0 (2021-09-14)
- Initial release
blockfrost-api
uses PVP Versioning.