Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Releases: rnsdomains/rns-js

v1.5.0

15 Apr 21:44
42940ba
Compare
Choose a tag to compare

Featuers:

  • Search for domain availability (#18)

Bug fixed:

Check it out on npm!

v1.4.1

25 Mar 20:57
d3ba923
Compare
Choose a tag to compare

Fixed #50 and #51

Get it from npm.

Resolution implementations

12 Mar 20:01
90c6cec
Compare
Choose a tag to compare

New features:

  • Utils (#36)
  • Set resolver (#5)
  • Set address (#6)
  • Register subdomains (#35)

Other:

  • Custom errors (#32)
  • Some tests now run in band. This may take a while (#43)

View it on npm.

Subdomain registrations

02 Mar 17:37
58a6ae4
Compare
Choose a tag to compare

New operations available

  • Register subdomains (#21)

View it on npm.

Reverse resolution

13 Feb 16:08
81322fe
Compare
Choose a tag to compare
  • Adding reverse lookups (#3)

Check it out on npm

Wrong export fixing

11 Feb 20:35
ab7a82d
Compare
Choose a tag to compare

Bug fixing:

  • Wrong package exporting (#8)

Documentation added:

  • Inline documentation (#9)

New functionality:

  • Check if subdomain is available (#23)

Find it on npm.

Chain address resolution

04 Feb 17:54
1f095fa
Compare
Choose a tag to compare

Feature

  • Adding chain address resolution: rns.addr(domain, chainId). Read the specs here.

Find release on npm.

Initial release

04 Feb 17:25
59659da
Compare
Choose a tag to compare

Features:

  • Use addr resolution in single function rns.addr

Setup:

  • Use RSK Mainnet or Testnet endpoints to automatically setup lib
  • Use options to set library with other networks and smart contracts addresses.

Find the lib on npm