5 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
516ea30fe6 Revert "add sendwithapproval method"
This reverts commit 1ea3b8b1490b919c20e66519a47796ee7bce0fe5.
2018-08-15 11:14:13 -04:00
Barry Gitarts
1ea3b8b149 add sendwithapproval method
use send with approval
2018-08-15 11:12:31 -04:00
Barry Gitarts
7c8b4eda72 updated TestToken to include approveAndCall like SNT contract 2018-08-14 15:30:26 -04:00
Ricardo Guilherme Schmidt
9067b7a21c Implement TestToken 2018-05-07 23:38:01 -03:00