358 Commits

Author SHA1 Message Date
Ricardo Guilherme Schmidt
11986231a7
NFTzation 2020-09-30 02:38:39 -03:00
Ricardo Guilherme Schmidt
f411b8209f
refactor tests to use @openzeppelin/test-helpers 2020-09-29 23:34:54 -03:00
Ricardo Guilherme Schmidt
b33cf37bac
Update solidity to 0.6.2 and to openzeppelin-contracts 3.2.0 (#119)
* solc 0.6.2 + openzeppelin-contracts 3.2.0

* Fixes #114
2020-09-25 16:47:08 -03:00
Ricardo Guilherme Schmidt
ea9f8d4420
Fixes #116 2020-09-25 10:19:25 -03:00
Ricardo Guilherme Schmidt
aef32d08fd
Merge branch 'develop' of github.com:status-im/ens-usernames into develop 2020-09-25 10:17:09 -03:00
Ricardo Guilherme Schmidt
17b83464aa
Fixes #117 2020-09-25 10:16:20 -03:00
Dean Eigenmann
8ae59963d8
update ens (#107)
* Update contracts.js

* Update README.md

Co-authored-by: Ricardo Guilherme Schmidt <3esmit@gmail.com>
2020-09-25 10:13:42 -03:00
Ricardo Guilherme Schmidt
d57a88ea3d
add Controller spec to tests 2020-09-25 10:06:01 -03:00
Ricardo Guilherme Schmidt
d4099576b1
Replace setState() with dynamic getState() (#101)
* Replace setState() with dynamic getState()

* fix wrong variable at getState

* fix moveRegistry(address)

* tests placeholder and update state() to getState()

* fix move registry

* fix tests

* remove unused tests

* add back onlyController, update docs

* remove debug gas from reclaim
2020-09-25 10:03:36 -03:00
Ricardo Guilherme Schmidt
0bd314304c
Externalize slash mechanism (#103)
externalize slash mechanism
2020-09-16 05:05:27 -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
Andrey Shovkoplyas
77d9394d21 [#96] 'Send transaction' screen shows up automatically 2019-02-28 14:40:16 -05:00
Ricardo Guilherme Schmidt
04bd892151 remove constants.js 2019-01-09 15:17:09 -05:00
Barry Gitarts
70cdf01c89 fix no contact code
enable page load on ropsten
2019-01-09 14:59:02 -05:00
Autobot
e578db1e12 Lokalise: Translations update (#89)
* Lokalise: update of app/languages/pt_BR.json

* enable pt_BR language
2018-12-07 12:53:08 -02:00
Ricardo Guilherme Schmidt
f1d64946bc
add ropsten support (#88) 2018-12-07 12:52:30 -02:00
Autobot
6efff292b3 Lokalise: Translations update (#87)
* Lokalise: update of app/languages/ko.json

* Lokalise: update of app/languages/ru.json

* enable russian and korean translations

* updates russian strings
2018-12-06 08:08:42 -02: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 Gitarts
6dc98d1db9 ensure proper XY coordinate generation from key for contact code 2018-11-07 14:12:03 -05: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
608f1e9df7 New amazing button for "Grant access" 2018-10-27 16:49:26 +02:00
Aleksandr Pantiukhov
6ea9b5caee Fix for empty display boxes 2018-10-26 13:49:34 +02:00
Barry Gitarts
e926060712 display pubKey when supplied 2018-10-25 16:00:30 +02:00
Julien Eluard
403e130cd6 Fixed incorrect amount 2018-10-25 09:21:16 +02:00
Barry Gitarts
9462466b7d add network vs environment check + update livenet contract 2018-10-24 12:16:30 -04:00
Aleksandr Pantiukhov
bcfd61ff65 Fixes for error messages 2018-10-24 10:16:19 -04:00
Aleksandr Pantiukhov
3e64c00806 last fixes — better error handling, arrow button instead of old one 2018-10-23 13:55:55 +02:00
Aleksandr Pantiukhov
94530050bf [#38], empty contact code field fix, more style fixes, cleanup 2018-10-23 13:55:55 +02:00
Barry Gitarts
42cf08898b update terms
as per: https://hackmd.io/CIX8p47nR5ikuQQqbQ7NDg?view
2018-10-22 08:35:59 -04:00
Barry Gitarts
c234a24ee2 wait for sign before showing tx confirmation screen 2018-10-19 13:02:01 -04:00
Alexander Pantyuhov
96502db101
#60 & #61: UI must handle reserved names; Remove "Already have a Status subdomain?" block from main screen (#63) 2018-10-19 15:33:50 +02:00
Ricardo Guilherme Schmidt
47c4c6c205 Add more reserved names (#62)
* add reserved words

* remove duplicates and use more sanitized name for a fin inst

* add legacy crypto services

* add eea members names
2018-10-19 12:25:59 +02:00
Barry Gitarts
dea3cde3d0 removed onRegistered callback for registration
do not trigger registeredCallbackFn if preRegisteredCallback
2018-10-17 09:01:23 -04:00
Barry Gitarts
67b43136fc hide edit button 2018-10-16 11:15:01 -04:00
Ricardo Guilherme Schmidt
14749c2760 update tests to embark 3.2 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
5763915d0a add bank and internet company domains 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
ae5bbcae9d remove small names and organize alphabetticaly by group 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
8501add1ee use full address 0 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
67c561dc4a better suited err msg 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
5f3ef8842c add eraseNode tool 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
7cc9448207 allow usernames starting with 0x and non hex chars 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
c4686a9c39 require caller to know new registry address 2018-10-15 14:57:26 -04:00
Ricardo Guilherme Schmidt
95f3e53081 require all slash commit-reveal 2018-10-15 14:57:26 -04:00
Aleksandr Pantiukhov
2330ac966e Better terms and conditions 2018-10-11 09:51:54 -04:00
Aleksandr Pantiukhov
a09eee1287 react-router, better navigation 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
Alexander Pantyuhov
b3c7459cbe
Merge pull request #35 from status-im/lookup-bugfixes
[#23 & #30]: Initial search screen shows an error message; minor styling issues
2018-10-08 12:13:40 +03:00
Aleksandr Pantiukhov
396e055117 [#30]: Styling issues 2018-10-08 11:10:15 +02:00
Aleksandr Pantiukhov
54509df62b [#23]: Initial search screen shows an error message 2018-10-08 10:51:50 +02:00