Skip to content

Latest commit

 

History

History
134 lines (80 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

134 lines (80 loc) · 3.51 KB

@bns-x/api-types

0.4.0

Minor Changes

  • e8a306d: Adds new API endpoints for the BNS L1 bridge. The @bns-x/client package is updated to include these new endpoints.

Patch Changes

0.3.4

Patch Changes

  • 667c359: Updates the search API to support address searching
  • 8a8ae84: Fixes an issue where the name owned by an address was wrong when the BNS name had been transferred away from the address
  • 7b47087: Adds DB schema and trpc endpoints to fetch bridged names, as well as to lookup an inscription ID for a given name.
  • 9814f88: Includes explicit types for getNameDetails TRPC endpoint
  • Updated dependencies [b3d7adb]
  • Updated dependencies [8c9135e]

0.3.3

Patch Changes

0.3.2

Patch Changes

  • 44cd014: Adds a new "get total names" endpoint to the API. This can be fetched at /bns/total-names.

0.3.1

Patch Changes

  • 8c1da6e: Improved metrics logging for requests and db queries

0.3.0

Minor Changes

  • 1e4aad8: Includes two performance-optimized API routes:

    • getNameStrings: for when you only need limited data about the various names for a particular address
    • getCoreName: for when you only want to know the BNS Core name an address owns

0.2.3

Patch Changes

0.2.2

Patch Changes

  • c389100: Updates the icon shown for invalid (extra ZWJ) punycode names to be ⚠️ instead of 🟥
  • Updated dependencies [c389100]

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 08c807a: Updates the NFT metadata route to use new punycode functionality. Also, the returned name of the NFT now includes both ascii and punycode versions of the name, along with a '🟥' if the name includes extra ZWJ modifiers.

Patch Changes

0.1.0

Minor Changes

  • 2798640: Fixes an issue with the name_ownership materialized view not basing state off of canonical events

Patch Changes

  • 69a8c03: Regenerates the names materialized view to properly handle burned and re-minted names
  • 61ee366: New API endpoint to broadcast a transaction to multiple nodes. This can help ensure an attachment is propogated successfully.
  • Updated dependencies [d050746]

0.0.5

Patch Changes

  • 9c00da3: Updates the logic for syncing BNSx events from a Stacks node to more consistently index events.
  • 9c00da3: Updates the NFT metadata endpoint to return the unicode version of a name for punycode names.

0.0.4

Patch Changes

  • b1c63fc: Return unicode version for BNS core display names
  • 88b937c: Expose simple endpoint to return recent BNSx names

0.0.3

Patch Changes

  • 5870578: Fixes an issue where burnt names were not indexed correctly in the "names" materialized view.

    Also adds "wrapper" property to the "name details" api for BNSx names.

0.0.2

Patch Changes