303 Commits

Author SHA1 Message Date
Alexander Pantyuhov
3039461191
Merge pull request #34 from status-im/bug/#22
[#22]: Redesign error screen for user not on mainnet
2018-10-04 16:24:21 +03:00
Aleksandr Pantiukhov
63668ba232 [#22]: Redesign error screen for user not on mainnet 2018-10-04 13:26:22 +03:00
Barry G
3181e0f120 Revert breaking changes (#33)
* Revert "deploy updated username registrar to ropsten"

This reverts commit cdbc253d8dab69255bb0e02697fd464f2194ca62.

* change getReleaseTime to getExpirationTime
2018-10-03 14:38:52 -03:00
Ricardo Guilherme Schmidt
5d75325182
better describe method signatures 2018-10-03 10:57:03 -03:00
Barry Gitarts
cdbc253d8d deploy updated username registrar to ropsten 2018-10-01 11:42:27 -04:00
Barry Gitarts
50d5c2d934 change expirationTime to releaseTime 2018-10-01 10:43:37 -04:00
Barry Gitarts
14a52cfd6b ensure names do not change before blur 2018-10-01 10:43:37 -04:00
Barry Gitarts
a1958b92e1 fix abi encode error 2018-10-01 10:43:37 -04:00
Barry Gitarts
3d66a72d4c update methods to work with embark 3.2 and React 16.4 2018-10-01 10:43:37 -04:00
Barry Gitarts
513058bbff migrate to embark 3.2 2018-10-01 10:43:37 -04:00
Barry Gitarts
b1e6242972 add lookup to ownership page 2018-10-01 10:43:37 -04:00
Barry Gitarts
15f636f4b1 have terms trigger registration 2018-10-01 10:43:37 -04:00
lpissinali
5187000513 UI styling 2018-10-01 10:43:37 -04:00
Ricardo Guilherme Schmidt
c6636fe6b9
partial slashing reward, reward msgsender and reserver 2018-09-30 20:14:29 -03:00
Ricardo Guilherme Schmidt
a1fe1f02e7
prevent gas errors with low level call 2018-09-30 01:58:02 -03:00
Ricardo Guilherme Schmidt
fbd0e3a9a2
refactor release to check effects interactions 2018-09-30 01:57:18 -03:00
Ricardo Guilherme Schmidt
a8ec75cc04
option to prevent front running of username slashing 2018-09-30 01:44:33 -03:00
Ricardo Guilherme Schmidt
a99de3333e
increase time before slashing to prevent error w/ assert 2018-09-30 01:40:35 -03:00
Ricardo Guilherme Schmidt
bc239bad70
prevent reentracy from registerUser to slashUsername 2018-09-30 00:44:23 -03:00
Ricardo Guilherme Schmidt
c81f6d405e
improve consistency 2018-09-30 00:26:03 -03:00
Ricardo Guilherme Schmidt
4614f1a128
grammar fix 2018-09-29 23:32:42 -03:00
Ricardo Guilherme Schmidt
9fc3e401a3
describe terms 2018-09-29 18:44:06 -03:00
Leonardo Pissinali
ccbe7e8b83
Merge pull request #19 from status-im/ui-styling
Styling welcome page
2018-09-24 19:22:08 +02:00
lpissinali
bb9117f712 Styling welcome page 2018-09-24 17:15:43 +02:00
Ricardo Guilherme Schmidt
eaefa92a25
make registered usernames in older slashing rules "clearable" in ENS 2018-09-16 23:40:16 -03:00
Ricardo Guilherme Schmidt
8a182ea235
remove legacy abi 2018-09-13 18:40:24 -03:00
Barry Gitarts
9046aacc24 deploy updated username registry on ropsten 2018-09-13 11:56:49 -04:00
Ricardo Guilherme Schmidt
2ccab52bab
Merge branch 'master' of https://github.com/status-im/ens-usernames 2018-09-13 12:44:32 -03:00
Ricardo Guilherme Schmidt
d7dad9af75
fix legacy contract support 2018-09-13 12:44:08 -03:00
Barry Gitarts
ba7ebe10e6 deploy new testnet UsernameRegistry using new constructor 2018-09-13 10:29:43 -04:00
Ricardo Guilherme Schmidt
a37440c75e
sanity check on constructor arguments 2018-09-13 11:08:20 -03:00
Barry Gitarts
25c92d5228 prevent contracts from being set as interfaces 2018-09-13 08:54:23 -04:00
Barry Gitarts
b3b407b9dd update ENS interface to match ENSregistry 2018-09-13 08:20:39 -04:00
Barry Gitarts
52568c5d0c deploy latest Username registry to testnet
use light mode syncing for node
2018-09-12 18:58:23 -04:00
Richard Ramos
84b42b430b Added contract deployment info 2018-09-12 08:48:16 -04:00
Barry Gitarts
5cfb28b30a only create one transaction when other field is unchanged 2018-09-07 17:30:11 -04:00
Barry Gitarts
3f3586e746 add register with approvalAndCall 2018-09-07 17:30:11 -04:00
Ricardo Guilherme Schmidt
16d84233fc
remove restriction on moveRegistry to avoid loss of ens name 2018-09-06 16:45:33 -03:00
Ricardo Guilherme Schmidt
043156cc56
prevent moveAccount to self contract. 2018-09-06 16:38:24 -03:00
Ricardo Guilherme Schmidt
47d9e13e8b
fix transfer events check 2018-09-06 03:49:18 -03:00
Ricardo Guilherme Schmidt
549df8ae27
Update readme. 2018-09-06 02:38:32 -03:00
Ricardo Guilherme Schmidt
06a0181fe1
improve readability of testscript 2018-09-06 02:29:53 -03:00
Ricardo Guilherme Schmidt
aacd113255
improve natspec, reoder private function to bottom of file 2018-09-06 02:14:40 -03:00
Ricardo Guilherme Schmidt
6145ac2da7
supress warning in low level call 2018-09-05 22:18:37 -03:00
Ricardo Guilherme Schmidt
e43f8e5228
Contracts maintaince 2018-09-05 22:05:38 -03:00
Ricardo Guilherme Schmidt
30e0dcea6e
Replace magic numbers with event signature calculation (#1) 2018-09-05 19:57:41 -03:00
Ricardo Guilherme Schmidt
50db6df321
Updates 151 ENS Usernames to Embark 3.1 (#21)
* fix run error

* transfer to zero should decerease supply (burn action)

* dont increment address 0 balance

* fix warning

* Update bootstrap to Embark 3.1 (#10)

* update configs to .js

* update tests

* better test abstraction

* undo changes after test

* small fixes
2018-09-05 03:52:30 -03:00
Ricardo Guilherme Schmidt
eb5585647f
clean contracts config 2018-09-05 03:27:32 -03:00
Ricardo Guilherme Schmidt
f7641dbe29
fix in merge 2018-09-05 00:39:25 -03: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