Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.71
v0.1.70
[0.1.70] - 2024-11-26
Added
version
query param in/utils/txs/evaluate
and/utils/txs/evaluate/utxos
endpoint
Fixed
- IPFS state enum
What's Changed
- fix: put new docs back by @vladimirvolek in #382
- feat: v6 ogmios parameter by @vladimirvolek in #383
- Update generated rust models by @SupernaviX in #384
- Fix: IPFS examples by @Ryun1 in #385
- release: 0.1.70 by @vladimirvolek in #386
New Contributors
- @SupernaviX made their first contribution in #384
- @Ryun1 made their first contribution in #385
Full Changelog: v0.1.64...v0.1.70
v0.1.69
[0.1.69] - 2024-10-31
Added
/account/:stake_addr/utxos
for retrieving utxos associated with a stake account
v0.1.68
Added
- new UI for the API Reference
- parsing version 3 of
CIP68
metadata
Changed
- updated dependencies
- allow CIP25v1 metadata encoding where asset name not utf8 encoded (hex asset name = lookup key in json map)
Fixed
- Ogmios API Reference URL
v0.1.67
Added
/txs/{hash}/utxos
consumed_by_tx
field
/epochs/{number}/parameters
and/epochs/latest/parameters
cost_models_raw
field, list variant ofcost_models
without name mapping
Fixed
- Naming of
pvtpp_security_group
->pvt_p_p_security_group
, the old field is
preserved but marked as deprecated. /governance/proposals/{tx_hash}/{cert_index}/parameters
- Example and description of
cost_models
(these matchcost_models_raw
of epoch parameters)
- Example and description of
v0.1.66
Changed
- reverted Mithril support
v0.1.64
Added
/txs/{hash}/cbor
endpoint
v0.1.65
Added
- CIP-1964 support
- Mithrill support
- raw TX CBOR
What's Changed
- feat(txs): raw TX CBOR by @sorki in #356
- fix: milkomeda link by @vladimirvolek in #357
- release: 0.1.64 by @slowbackspace in #358
- integrate mithril aggregator API docs by @slowbackspace in #353
- feat: CIP-1694 by @vladimirvolek in #311
- chore: release and update by @vladimirvolek in #359
Full Changelog: v0.1.63...v0.1.65
v0.1.63
[0.1.63] - 2024-03-14
Changed
/epochs/{number}/parameters
and/epochs/latest/parameters
min_utxo
field deprecated, prefercoins_per_utxo_size
for Alonzo and later eras
v0.1.62
[0.1.62] - 2024-03-05
Added
- Parsing version 2 of
CIP68
metadata
Fixed
tx_metadata_label_json
andscript_json
compatibility with fast-json-stringify for non-object/primitive types (eg. string)