Skip to content

Latest commit

 

History

History
119 lines (69 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

119 lines (69 loc) · 2.63 KB

@bns-x/client

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.

0.3.4

Patch Changes

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

  • dc2fbf5: Allows setting the _lnaddr_redirect URI key when updating zonefile

0.3.0

Minor Changes

  • 22cc6ed: Created a new "name wrapper" contract that has functionality to support renewing a name and withdrawing assets that were accidentally sent to the name.

Patch Changes

0.2.4

Patch Changes

  • bc1ce22: Readme updates and improvements to getNameDetails

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • f14a8fb: Adds punycode and ZWJ utilities to the package.

Patch Changes

  • d050746: - Exposes utility function doesNamespaceExpire, NO_EXPIRATION_NAMESPACES, and adds fetchNamespaceProperties to BnsContractsClient.
    • Updates Clarigen types
  • 61ee366: New API endpoint to broadcast a transaction to multiple nodes. This can help ensure an attachment is propogated successfully.
  • 4f2105a: Fixes types in the ZoneFile class for fetching records. Also add s helpers for getting URI records.
  • Updated dependencies [d050746]

0.1.2

Patch Changes

  • 9c00da3: Includes a ZoneFile class exposed by the client package to easily interact with zonefiles.

0.1.1

Patch Changes

  • 267c15f: Updates documentation for interacting with contracts

0.1.0

Minor Changes

  • 5870578: Adds "wrapper" property to name details for BNSx names

0.0.2

Patch Changes