Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.69
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)
v0.1.61
[0.1.61] - 2024-02-06
Added
/txs/{hash}/required_signers
endpoint- rust models definitions
Changed
- Updated deps - node 18 now required due to node-cbor pkg
v0.1.60
Fixed
- HTML table is SDKs
- requestBody for
/tx/submit
and/ipfs/add
endpoint - CODE language for
curl
examples - request body for
/utils/txs/evaluate
endpoint