Releases: blockfrost/openapi
Releases · blockfrost/openapi
v0.1.4
v0.1.2
[0.1.2] - 2021-03-05
Fixed
/pools/retired
and/pools/retiring
are now sorted first byepoch
and thentx_id
as it was causing inconsistencies when pool announced its retirement way back in the past (in this case, the retired pool could be inserted in the middle of already retired pools)/pools
was showing duplicate values in some special casesjson_metadata
type intx_metadata_label_json
OpenAPI scheme so it would correctly accept all values - thanks @sorki
Changed
/pools
endpoint now also includes retiring (not yet retired) pools- All
/addresses/{address}
endpoints now also acceptpayment_cred
in Bech32 format - All
/pools/{pool_id}
endpoints now also acceptpool_id
in Hex format
v0.1.1
[0.1.1] - 2021-02-26
Added
- New items to multiple
/epochs
endpointsfirst_block_time
- Marking first block of the epochlast_block_time
- Marking last block of the epochactive_stake
- Sum of all active stakes of the epoch
- Pagination for
/metadata/txs/labels
endpoint
Fixed
- Rename
active_pledge
→live_pledge
in/pools/{pool_id}
start_time
andend_time
now display correct values (previouslyfirst_block_time
andlast_block_time
values were shown)- Specification for
tx_metadata_labels
- Unify pagination documentation
Changed
- Unify item names in
/epochs/
blocks_count
→block_count
txs_count
→tx_count
txs_sum
→output
fees_sum
→fees
- Rename
acronym
→ticker
in metadata of/assets/{asset}