74 Commits

Author SHA1 Message Date
Anthony Laibe
b716318d82 Lookup/Resolver between EmbarkJS and Embark 2018-08-22 19:18:29 -04:00
Anthony Laibe
d15e49394e Use subdomain 2018-08-22 19:18:22 -04:00
Anthony Laibe
e03d1b3e0a Show ENS records 2018-08-22 19:18:22 -04:00
Anthony Laibe
da39f68954 Fix method call 2018-08-22 19:18:22 -04:00
Anthony Laibe
cf7e82b26b API for ens 2018-08-22 19:18:22 -04:00
Anthony Laibe
dca07bcfc2 Add plugins and versions to backend tab 2018-08-22 19:18:22 -04:00
Jonathan Rainville
1f9bdd6900 small cleanups 2018-08-22 19:17:28 -04:00
Jonathan Rainville
0ca006679b pre-dploy using the same function as register 2018-08-22 19:17:28 -04:00
Jonathan Rainville
743a9cccc6 if no register config, dont register anything 2018-08-22 19:17:28 -04:00
Jonathan Rainville
4958304a50 fix using only_owner 2018-08-22 19:17:28 -04:00
Jonathan Rainville
9eb6e9a949 fix lookup and also enable lookup for new subdomains 2018-08-22 19:17:27 -04:00
Jonathan Rainville
b6ffd73b22 add function to register the domains from config 2018-08-22 19:17:27 -04:00
Jonathan Rainville
118d8cc86f add resolver contract 2018-08-22 19:17:23 -04:00
Jonathan Rainville
d453eeaeee very wip working register 2018-08-22 19:17:22 -04:00
VoR0220
177573527f make it so that FIFSRegistrar isn't attempted to be deployed on livenet, ropsten, etc.
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-22 19:11:47 -04:00
VoR0220
271ee3d5fd ensure that FIFS doesn't deploy on other test and main networks
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-22 19:10:45 -04:00
Iuri Matias
998ae105f3 put contracts inside the contracts field 2018-08-22 19:10:45 -04:00
VoR0220
8425e9b69b bare bones bulk registration example spec
Signed-off-by: VoR0220 <catalanor0220@gmail.com>

add registrars to system

Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-22 19:10:45 -04:00
VoR0220
ad53da1eaa get rid of global web3 in ens
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-22 19:10:31 -04:00
VoR0220
ab1e372283 attempt at deploying on dev net
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-22 19:10:22 -04:00
Iuri Matias
15aa5d6e75 fixes due to bad rebase 2018-08-22 18:32:43 -04:00
Jonathan Rainville
e4e71146c3 only enabble register in dev 2018-08-21 17:40:28 -04:00
Jonathan Rainville
b31c19de83 small cleanups 2018-08-21 17:40:28 -04:00
Jonathan Rainville
3b3c0c3adb pre-dploy using the same function as register 2018-08-21 17:40:11 -04:00
Jonathan Rainville
32f89e45c8 if no register config, dont register anything 2018-08-21 17:39:59 -04:00
Jonathan Rainville
824a234d76 enable register in privatenet and patch weird errors 2018-08-21 16:11:07 -04:00
Jonathan Rainville
d4abed24eb linting 2018-08-21 16:11:07 -04:00
Jonathan Rainville
5f3dd25e06 disable preregister in privatenet and fix conditions 2018-08-21 16:11:07 -04:00
Jonathan Rainville
2fe1b05492 use embarkJS secureSend 2018-08-21 16:11:06 -04:00
Jonathan Rainville
d6b814dc3e add secureSend to get estimate gas and interval the transactions 2018-08-21 16:11:06 -04:00
Jonathan Rainville
5125cb06f7 hide contracts from dashboard when silent 2018-08-21 16:07:58 -04:00
Jonathan Rainville
2edd45ef55 set log function as trace if silent for contract deployer 2018-08-21 16:07:58 -04:00
Jonathan Rainville
5b5628d75c only set provider if provider is ENS 2018-08-21 16:07:58 -04:00
Jonathan Rainville
a1e2fc057d remove provider!==ens 2018-08-21 16:07:58 -04:00
Jonathan Rainville
b9363c54fa only set provider if provider is ENS 2018-08-21 16:05:59 -04:00
Jonathan Rainville
7eda40742d remove provider!==ens 2018-08-21 16:05:59 -04:00
Jonathan Rainville
73c2ee887d disable ens if it is not enabled 2018-08-21 16:05:59 -04:00
Jonathan Rainville
25ffd15984 fix stuff and move functions to utils 2018-08-21 16:05:59 -04:00
Jonathan Rainville
609c050576 change to command 2018-08-21 16:05:59 -04:00
Jonathan Rainville
0204eb6d46 swarm adjustements 2018-08-21 16:05:58 -04:00
Jonathan Rainville
ac91ffb967 fix using promise 2018-08-21 16:05:58 -04:00
Jonathan Rainville
212eb79754 fix small oopsies and make it work 2018-08-21 16:05:58 -04:00
Jonathan Rainville
dd510ff6a1 add associate event in ens (not yet tested) 2018-08-21 16:05:58 -04:00
Jonathan Rainville
40c363a310 only enabble register in dev 2018-08-21 15:53:39 -04:00
Jonathan Rainville
c3ea2ff160 only preregister in dev 2018-08-21 15:53:21 -04:00
Jonathan Rainville
bb9f058b15 small cleanups 2018-08-21 15:53:20 -04:00
Jonathan Rainville
24fe768e70 pre-dploy using the same function as register 2018-08-21 15:53:02 -04:00
Jonathan Rainville
eee2f66a22 if no register config, dont register anything 2018-08-21 15:52:50 -04:00
Jonathan Rainville
79c542162c put register function in another module that can be used by embark and embark js 2018-08-21 15:52:36 -04:00
Jonathan Rainville
4f2d984081 fix using only_owner 2018-08-21 15:52:24 -04:00