Commit Graph

17 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
Pierrick TURELIER 8d4d00396e Add i18n translation (#85)
* Fix redux store configuration

* Setup i18n

* Add welcome page french and english translation

* Rename languages files

* Add optimized translation

* Add Ethereum network error message translation

* Add top navbar translation

* Add constants translation

* Add move domain translation

* Add translation to add domain

* Add name lookup translation

* Add display box translation

* Add edit options translation

* Add register sub domain translation

* Add release domain translation

* Add setup ens translation

* Add update controller translation

* Add test token translation

* Add erc20 token translation

* Add ens sub management translation

* Add admin mode translation

* Add terms translation
2018-12-03 16:37:03 -02: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 083bafcd6f add updateController and moveDomain to admin utils 2018-08-10 19:49:26 -04:00
Barry Gitarts 0fd43951dc add change registry controller 2018-08-08 16:54:18 -04:00
Barry Gitarts 962d0b03c7 add token permissions to landing page
additional styling clean up
make more mobile friendly
2018-06-12 18:17:04 -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 3777004891 add initial layout for Name Lookup
also adds additional components to the ui folder
2018-06-08 15:35:31 -04:00
Barry Gitarts 58a0b7fecc adjust handling of approval toggle, use address of sub domain 2018-06-08 15:35:31 -04:00
Barry Gitarts 7cbd9496f1 add toggle to allow registry token permissions 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 a4ab4207d2 add setup ENS button 2018-06-08 15:10:23 -04:00
Barry Gitarts 2c853c6b0c add domain component 2018-06-08 15:10:23 -04:00
Barry Gitarts 834d5070fd add formik with submission handling 2018-06-08 15:10:23 -04:00
Barry Gitarts dbc88881a3 add domain form layout 2018-06-08 15:10:23 -04:00
Barry Gitarts 535c570bea add babelrc w/object rest spread + layout ens 2018-06-08 15:10:23 -04:00