Commit Graph

16 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt 3d37a0a1c9
Update to use embark 6.0.0 (#99)
* trim trailing spaces

* update to embark 4.0.2

* bump to solc 0.5.4

* use .selector

* use solidity function selector

* update to embark 6.0.0

* use mocks instead of "instanceOf" tool+tests fix

* update to solidity 0.5.11

* update to solidity 0.5.11

* add spdx license identifiers

* update ENS contracts

* natspec fix return values
2020-07-24 19:16:01 -03:00
Barry G 02b9461d68 add checks for TOS violation conditions (#74)
* add checks for TOS violation conditions

uppercase letters
less than 4
contains 0x

* force lowercase on searching

* use css for lowercase textTransform

* uncomment edit button

* add addressLikeUsername to TOS violation check

* remove possible state update race condition

* add inputs for editing

* update embark to web3 version 34
2018-10-28 14:05:04 +01:00
Aleksandr Pantiukhov 94530050bf [#38], empty contact code field fix, more style fixes, cleanup 2018-10-23 13:55:55 +02:00
Aleksandr Pantiukhov 2330ac966e Better terms and conditions 2018-10-11 09:51:54 -04:00
Barry Gitarts 2273f58576 remove getContactCode 2018-10-09 10:06:37 -04:00
Barry Gitarts 6b2e751ba8 change get contact code to new api 2018-10-08 15:38:18 -04:00
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 4b495054a1 use updated status api 2018-08-29 10:58:45 -04:00
Barry Gitarts 4ca9dfb592 Add SNT allowance to redux store 2018-08-14 10:10:31 -04:00
Barry Gitarts f30c403bb1 delay postMessage to ensure listener registered 2018-08-10 21:20:25 -04:00
Barry Gitarts e7c0ff0374 submit onBlur
less abstract status api request
2018-08-10 12:21:59 -04:00
Barry Gitarts a3ddf46075 add check for status contact code 2018-07-18 14:16:20 -04:00
Barry Gitarts b9113b9f20 add better global handling of SNT user balance 2018-06-13 12:58:19 -04:00
Barry Gitarts cb41a904c5 add update ERC20 account balance
add reselect - memoizes from the state tree
2018-06-05 13:19:21 -04:00
Barry Gitarts 3477b7b24c add dispatch and cleanup to accounts list 2018-06-01 16:22:11 -04:00
Barry Gitarts 6bb9181810 add reducer state and actions 2018-06-01 12:45:11 -04:00