Skip to content

Releases: blockfrost/openapi

v0.1.59

20 Jul 10:18
655d924
Compare
Choose a tag to compare

[0.1.59] - 2023-07-20

Added

  • exported patched fastify-compatible JSONSchema to json-schema.json

Changed

  • URL for downloading OpenAPI spec

Fixed

  • ajv as dev instead of devDep in package.json

v0.1.58

17 May 12:51
3caa32e
Compare
Choose a tag to compare

Added

  • CIP68 RFT 444 support
  • onchain_metadata_extra in asset schema

Changed

  • unify error message format order {status_code, message, error} -> {error, message, status_code}

v0.1.57

20 Mar 12:07
1fb72dd
Compare
Choose a tag to compare

[0.1.57] - 2023-03-17

Fixed

  • getSchemaForEndpoint compatibility with fast-json-stringify (array in type not supported except for ["<type>", "null"], fix for nested arbitrary objects)
  • generated ts types and schema for /ipfs/gateway/{IPFS_path}

v0.1.56

16 Mar 08:16
2efa517
Compare
Choose a tag to compare
v0.1.56 Pre-release
Pre-release

[0.1.56] - 2023-03-15

Fixed

v0.1.55

15 Mar 14:09
59bfe98
Compare
Choose a tag to compare

[0.1.55] - 2023-03-15

Added

  • /utils/txs/evaluate/utxos method
  • initial support for POST endpoints to getSchemaForEndpoint
  • additional IPFS description

Changed

  • Migrated to OpenAPI 3.1.0

Removed

  • named error responses from OpenAPI spec (overusage_limit, mempool_full, pin_queue_full, autobanned, not_found, internal_server_error, unauthorized_error, bad_request).

Fixed

  • CIP25v2 metadata validation improvements (gracefully handling of CIP25v1 metadata passed as v2)

v0.1.54

03 Feb 15:04
883cc09
Compare
Choose a tag to compare

[0.1.54] - 2023-02-03

Fixed

  • missing CIP68v1 in onchain_metadata_standard enum

v0.1.53

03 Feb 14:54
751388b
Compare
Choose a tag to compare

[0.1.53] - 2023-02-02

Added

  • /mempool/addresses/{address} endpoint

Fixed

  • /mempool/{hash} field inline_datum in transaction output now returns CBOR
  • /utils/txs/evaluate example and Ogmios API Reference URL
  • CIP25v2 validation (getOnchainMetadata)

v0.1.52

26 Jan 16:24
1db66d4
Compare
Choose a tag to compare

[0.1.52] 2023-01-02

Added

  • validateCIP68Metadata util function returns the validated metadata with proper TS type

Changed

  • document data source of decimals field in /addresses/{address}/extended

v0.1.51

29 Dec 00:46
6233cfd
Compare
Choose a tag to compare

[0.1.51] - 2022-12-29

Added

  • validateCIP68Metadata util function to validate CIP68 metadata

v0.1.50

13 Dec 17:53
7fd582e
Compare
Choose a tag to compare

[0.1.50] - 2022-12-13

Added

  • address field to /addresses/{address}/utxos and /addresses/{address}/utxos/{asset}

Fixed

  • table HTML tags
  • missing summaries