Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.49
v0.1.48
v0.1.47
[0.1.47] - 2022-11-24
Added
getSchema
util functionvalidateSchema
util functiononchain_metadata_standard
to/assets/{asset_id}
endpoint to reportonchain_metadata
validity
Changed
- moved CIP-25 validation to a custom schema to avoid strict check on
onchain_metadata
v0.1.46
v0.1.45
[0.1.45] - 2022-11-20
Fixed
- accidental npm release
v0.1.44
v0.1.42
v0.1.41
v0.1.40
[0.1.40] - 2022-07-15
Added
- Block schema now contains extra
op_cert
fieldop_cert_counter
field
/txs/{hash}/utxos
outputs
now has extra booleancollateral
field which istrue
when the transaction output is a collateral output
/epochs/{number}/parameters
and/epoch/latest/parameters
now hascost_models
field with JSON containing cost models parameters for Plutus Core scripts
Fixed
/epochs/{number}/parameters
and/epochs/latest/parameters
extra_entropy
type changed fromobject
tostring
v0.1.39
[0.1.39] - 2022-07-01
Added
/txs/{hash}/utxos
inputs
andoutputs
now contain extrainline_datum
fieldreference_script_hash
field
inputs
now has a booleanreference
field,true
if the input is a reference input
/addresses/{address}/utxos
and/addresses/{address}/utxos/{asset}
inline_datum
fieldreference_script_hash
field
/scripts/datum/{datum-hash}/cbor
endpoint
Changed
/txs/{hash}/redeemers
-datum_hash
field deprecated, preferredeemer_data_hash
/scripts/{hash}/redeemers
-datum_hash
field deprecated, preferredeemer_data_hash
/epochs/{number}/parameters
and/epochs/latest/parameters
coins_per_utxo_word
field deprecated, prefercoins_per_utxo_size
coins_per_utxo_size
is now- Cost per UTxO word for Alonzo.
- Cost per UTxO byte for Babbage and later.
/scripts/{hash}
type
field now usesplutusV1
andplutusV2
instead of justplutus
to be able
to differentiate between twoPlutusScript
versions.
Fixed
/scripts/{script-hash}/cbor
-cbor
field type changed tostring