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

Commit

Permalink
Merge pull request #47 from rnsdomains/120
Browse files Browse the repository at this point in the history
Bump 1.2.0
  • Loading branch information
ilanolkies committed Feb 3, 2020
2 parents c15d379 + 5f85b57 commit 032b1d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Owner of _rsk_ top level domain. It can `setSubdomainOwner` in RNS.
- Add/remove renewer contracts.

MainNet: [0x45d3e4fb311982a06ba52359d44cb4f5980e0ef1](https://explorer.rsk.co/address/0x45d3e4fb311982a06ba52359d44cb4f5980e0ef1)

TestNet: [0xca0a477e19bac7e0e172ccfd2e3c28a7200bdb71](https://explorer.testnet.rsk.co/address/0xca0a477e19bac7e0e172ccfd2e3c28a7200bdb71)

### FIFS Registrar
Expand All @@ -46,11 +47,26 @@ The registration must be performed as follows:
2. Wait `minCommitmentAge` seconds.
3. Execute registration via ERC-20 (with approval) or ERC-677.

> Find `transferAndCall()` encoder in `utils/index.js`
> Find `transferAndCall()` encoder in `utils/index.js`, `getRegisterData`
MainNet: [0x779195c53cc7c1a33bd2eea5f63f2c1da8798d61](https://explorer.rsk.co/address/0x779195c53cc7c1a33bd2eea5f63f2c1da8798d61)

TestNet: [0x36ffda909f941950a552011f2c50569fda14a169](https://explorer.testnet.rsk.co/address/0x36ffda909f941950a552011f2c50569fda14a169)

### FIFS Addr Registrar

Has registration role in `RSK Owner`.

- Adds an extra functionality to FIFS Registrar: set address resolution in registration transaction.

The registration must be performed following FIFS Registrar steps, adding address resolution in the last step.

> Find `transferAndCall()` encoder in `utils/index.js`, `getAddrRegisterData`
MainNet: [0xd9c79ced86ecf49f5e4a973594634c83197c35ab](https://explorer.rsk.co/address/0xd9c79ced86ecf49f5e4a973594634c83197c35ab)

TestNet: [0x90734bd6bf96250a7b262e2bc34284b0d47c1e8d](https://explorer.testnet.rsk.co/address/0x90734bd6bf96250a7b262e2bc34284b0d47c1e8d)

### Name Price

Determines the price of a domain.
Expand All @@ -64,6 +80,7 @@ Determines the price of a domain.
> For example, 5 years cost 7 RIF.
MainNet: [0xd09adf13e482928e47e96dd6f02aad1daf7a5a47](https://explorer.rsk.co/address/0x779195c53cc7c1a33bd2eea5f63f2c1da8798d61)

TestNet: [0x794f99f1a9382ba88b453ddb4bfa00acae8d50e8](https://explorer.testnet.rsk.co/address/0x36ffda909f941950a552011f2c50569fda14a169)

### Renewer
Expand All @@ -77,6 +94,7 @@ Has renewer role in `RSK Owner`.
- It has an owner that can<sup>2</sup> change name price contract.

MainNet: [0x7a9872a7615c475b62a62b8f6e491077fb05f663](https://explorer.rsk.co/address/0x7a9872a7615c475b62a62b8f6e491077fb05f663)

TestNet: [0xe48ad1d5fbf61394b5a7d81ab2f36736a046657b](https://explorer.testnet.rsk.co/address/0xe48ad1d5fbf61394b5a7d81ab2f36736a046657b)

## Setup
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rsksmart/rns-rskregistrar",
"description": "Registrar for rsk top level domain.",
"version": "1.1.1",
"version": "1.2.0",
"files": [
"/contracts",
"!/contracts/Migrations.sol"
Expand Down

0 comments on commit 032b1d1

Please sign in to comment.