Files
stacks-blockchain-api/docs/api
Rafael Cárdenas 0fc9f425a7 feat: add /extended/v1/tokens/nft/mints endpoint
* chore: add tx_id and unanchored custody view

* chore: add deprecated msg to old nft_events endpoint

* feat: first version of endpoint

* feat: start returning tx metadata

* feat: filter by asset_identifier

* chore: add openapi docs

* chore: generate new api types

* chore: type api responses correctly

* chore: doc tweaks

* chore: provide param examples

* fix: unanchored view name

* fix: db-controller import path

* feat: support multiple asset identifiers

* chore: doc tweaks

* chore: add unit tests

* fix: execute complete search in one query

* chore: return old unused imports, otherwise PR gets big

* chore: remove debug code

* chore: provide tx metadata example

* chore: keep canonical custody in unanchored too

* feat: set chain tip cache headers

* fix: refresh views with proper logic

* fix: outdated cond

* fix: only consider nft_events from canonical txs

* chore: add default values to params in openapi

* fix: conflicts

* chore: add openapi docs and generated types

* fix: entities

* chore: add tests

* chore: fix comment

* feat: set chain tip cache headers

* feat: start returning mints

* chore: add openapi docs

* chore: add unit tests

* fix: remove additional properties from openapi
2022-01-17 10:27:02 -06:00
..