- e8a306d: Adds new API endpoints for the BNS L1 bridge. The
@bns-x/client
package is updated to include these new endpoints.
- Updated dependencies [e8a306d]
- @bns-x/[email protected]
- 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]
- @bns-x/[email protected]
- @bns-x/[email protected]
- Updated dependencies [5b519d1]
- Updated dependencies [293579a]
- @bns-x/[email protected]
- 44cd014: Adds a new "get total names" endpoint to the API. This can be fetched at
/bns/total-names
.
- 8c1da6e: Improved metrics logging for requests and db queries
-
1e4aad8: Includes two performance-optimized API routes:
getNameStrings
: for when you only need limited data about the various names for a particular addressgetCoreName
: for when you only want to know the BNS Core name an address owns
- Updated dependencies [22cc6ed]
- @bns-x/[email protected]
- c389100: Updates the icon shown for invalid (extra ZWJ) punycode names to be
⚠️ instead of 🟥 - Updated dependencies [c389100]
- @bns-x/[email protected]
- @bns-x/[email protected]
- Updated dependencies [6193fb6]
- @bns-x/[email protected]
- @bns-x/[email protected]
- 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.
- Updated dependencies [08c807a]
- @bns-x/[email protected]
- @bns-x/[email protected]
- 2798640: Fixes an issue with the
name_ownership
materialized view not basing state off of canonical events
- 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]
- @bns-x/[email protected]
- 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.
- b1c63fc: Return unicode version for BNS core display names
- 88b937c: Expose simple endpoint to return recent BNSx names
-
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.
-
Updated dependencies [
ecafc25
]:- @bns-x/[email protected]