mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-05-16 02:27:57 +08:00
* 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