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

Releases: rnsdomains/rns-resolver

Definitive resolver

11 Jun 22:50
f07ebdd
Compare
Choose a tag to compare

RSK Mainnet:

RSK Testnet:

Supported resolution protocols:

Architecture:

  • Upgradeable contracts using OpenZeppelin Upgrades OpenZeppelin Upgrades.
  • Use setAuthorisation to enable others set your records.
  • Use multicall to perform multiple operations in one call/transaction.

Typings for contracts

21 Feb 20:11
c6e23ed
Compare
Choose a tag to compare
  • Added typings for contracts (#6)

View it on npm

Adding bytecode

21 Feb 19:19
f8a9d50
Compare
Choose a tag to compare
  • Added bytecode compiled with current version of Solidity

Find it on npm!

Adding ABIs and addresses

07 Feb 20:00
6304804
Compare
Choose a tag to compare

Provided ABIs and addresses via:

  • AddrResolverData.json
  • ChainAddrResolverData.json

Find it on npm

RNS Resolver smart contracts

26 Dec 21:17
fca118d
Compare
Choose a tag to compare

Including three smart contracts:

  • PublicResolver.sol a ^5.0.0 implementation of the initial RNS resolver.
  • MultiChainResolver.sol the actual RNS default resolver.
  • AddressUtil.sol to convert address <-> string

and some abstracts:

  • AbstractsAddrResolver.sol
  • AbstractsPublicResolver.sol
  • AbstractsMultiChainResolver.sol

Find it in npm.