Commit Graph

14 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt cbfdd9cc72
Removes multiple domain functionaility from project (#20)
* refactor ENSSubdomainRegistry

* Rename contract

* remove obsolete file

* typo

* Add legacy contract upgradability adaptor

* refactor Dapp to use UsernameRegistrar contract

* use reservedNames.js in usernameregistrar.spec.js

* change array of merkle roots to single merkle root

* load reserved words to deploy contract

* reorganized contract methods

* add withdraw methods for controller move excess funds & wrong ens nodes

* add deployed MerkleProof addresses

* include contract terms in the @notice of register

* approve and call fix & solidity update

* add approveAndCall support

* clear subnode owner and resolver
2018-09-04 18:49:39 -03:00
Barry Gitarts 928602da81 use deployed testnet address for safemath
console.log inputs for setPrice for multisig use
2018-08-10 10:13:34 -04:00
Barry Gitarts 0fd43951dc add change registry controller 2018-08-08 16:54:18 -04:00
Barry Gitarts bac973a281 Use ETH to Wei style conversion for SNT 2018-06-25 14:47:47 -04:00
Barry Gitarts ca3669224f convert nameLookup to formik with handleSubmit
remove debugTable from addDomain
2018-06-08 15:35:31 -04:00
Barry Gitarts 8bcc29f35c [DO NOT MERGE] change naming of two functions in subdomain registry (#6)
* change naming of two functions in subdomain registry

* rename function calls in tests and UI
2018-06-08 15:35:31 -04:00
Barry Gitarts 80ca121edd add register sub-domain component 2018-06-08 15:34:31 -04:00
Barry Gitarts eed63b0007 add debounce to fetch + change title to Add Domain Price 2018-06-08 15:34:31 -04:00
Barry Gitarts edf59f261e add check on form to ensure registry owns domain 2018-06-08 15:34:31 -04:00
Barry Gitarts b214914ea2 add debug table for addDomain 2018-06-08 15:34:31 -04:00
Barry Gitarts ba0d641868 convert promise to async await 2018-06-08 15:34:31 -04:00
Barry Gitarts 8ad6dc648c add support automatic detection of existing and setting of price 2018-06-08 15:31:21 -04:00
Barry Gitarts 6b2e95edea add message for failed assert in function addDomain 2018-06-08 15:10:23 -04:00
Barry Gitarts 2c853c6b0c add domain component 2018-06-08 15:10:23 -04:00