Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.73
[0.1.73] - 2025-01-30
Fixed
- Allow all proposal parameters to be nullable, remove unused
nonce
param
What's Changed
- fix: allow all proposal parameters to be nullable, remove unused `non… by @slowbackspace in #397
- release: 0.1.73 by @slowbackspace in #398
- fix(changelog): add 0.1.73 release by @slowbackspace in #399
Full Changelog: v0.1.72...v0.1.73
v0.1.72
[0.1.72] - 2025-01-16
Added
- New fields in
/governance/dreps/:drep
retired
: Indicates the registration state of the DRep. Set totrue
if the DRep has been deregistered; otherwise,false
.expired
: Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameterdrep_activity
)last_active_epoch
: Epoch of the most recent action - registration, update, deregistration or voting
Changed
- Deprecated fields in
/governance/dreps/:drep
active
: Superseded by the newretired
andexpired
active_epoch
: Replaced bylast_active_epoch
What's Changed
- chore: update deps by @vladimirvolek in #391
- chore: downgrade scalar by @vladimirvolek in #393
- chore: downgrade scalar even more by @vladimirvolek in #394
- feat: DRep expiration and last active epoch by @slowbackspace in #395
- release: 0.1.72 by @slowbackspace in #396
Full Changelog: v0.1.71...v0.1.72
v0.1.71
[0.1.71] - 2024-12-01
Added
- Filecoin support in IPFS endpoints
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