Releases: blockfrost/openapi
Releases · blockfrost/openapi
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
v0.1.37
v0.1.36
v0.1.35
v0.1.34
v0.1.33
v0.1.32
v0.1.31
v0.1.30
[0.1.30] - 2021-10-14
Added
- HTTP
425
-Mempool Full
toErrors
for better handling of full mempool in/tx/submit
endpoint - Alonzo support related additions
valid_contract
property to/txs/{hash}
endpoint,true
when attached
script passed validation,false
if it failed phase 2 validationdatum_hash
andscript_hash
properties to/txs/{hash}/redeemers
datum_hash
property to/scripts/{hash}/redeemers
/scripts/datum/{datum-hash}
endpoint/scripts/{script_hash}/json
endpoint for dumpingtimelock
scripts/scripts/{script_hash}/cbor
endpoint for dumpingplutus
script contents
Changed
/epochs/{number}/parameters
-collateral_percent
type fromnumber
tointeger
Fixed
/network
supply descriptions