Ricardo Guilherme Schmidt
1974105a49
feat: add contracts
2024-06-24 14:29:48 -03:00
Ricardo Guilherme Schmidt
eb130a4d77
chore: init from https://github.com/vacp2p/foundry-template at d688fae
2024-06-24 14:29:48 -03:00
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
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
a09eee1287
react-router, better navigation
2018-10-11 09:51:54 -04:00
Barry Gitarts
a1958b92e1
fix abi encode error
2018-10-01 10:43:37 -04:00
Barry Gitarts
513058bbff
migrate to embark 3.2
2018-10-01 10:43:37 -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
d4127f2400
add domain normalizer to prevent homograph attack
2018-08-30 15:18:45 -04:00
Ricardo Guilherme Schmidt
3ed141fcc4
add needed dev-dependency to test merkle proof
2018-08-30 09:44:22 -04:00
Barry Gitarts
e6428cc331
add initial elliptic curve points generation
2018-08-10 12:43:41 -06:00
Barry Gitarts
662fa60d12
add mobile search according to status style
2018-07-09 17:54:26 -04:00
Barry Gitarts
bfb406e965
add welcome screen
2018-07-06 18:12:09 -04:00
Barry Gitarts
1c415b9da4
add loading indicator to approval toggle
2018-06-15 11:23:54 -04:00
Barry Gitarts
56e9d28a7d
cleanup package.json
2018-06-08 21:40:36 -04:00
Barry Gitarts
2d15531ab0
add Icons to ui section
...
complete name lookup
2018-06-08 15:35:31 -04:00
Barry Gitarts
7675072994
add styled-components
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
834d5070fd
add formik with submission handling
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
Ricardo Guilherme Schmidt
e44f828585
ensregistry test script
2018-06-08 14:57:48 -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
389bc28a83
add initial redux scafold
2018-06-01 10:25:59 -04:00
Barry Gitarts
202247a2b5
add babel config
2018-05-31 17:42:00 -04:00
Barry Gitarts
91784682a2
add eslint
2018-05-31 17:27:04 -04:00
Ricardo Guilherme Schmidt
70b7d13ffc
add account list
2018-05-18 16:17:46 -03:00
Ricardo Guilherme Schmidt
75d85c70be
add react to package
2018-05-13 02:49:20 -03:00
Ricardo Guilherme Schmidt
0a1cbb5fff
test script for testtoken and erc20token
2018-05-12 21:16:18 -03:00
Ricardo Guilherme Schmidt
37135766e7
cleanup contents and update solc
2018-04-23 02:04:49 -03:00
Ricardo Guilherme Schmidt
6750c665e8
cleanup bootstrap
2018-04-23 01:58:58 -03:00