64 Commits

Author SHA1 Message Date
StevenJNPearce
64c6f58497
add ENS console commands 2018-10-22 19:25:17 +02:00
Anthony Laibe
7e12f80eda
Address PR feedback 2018-10-22 19:25:16 +02:00
Anthony Laibe
850a80c90c
ENS config use the actual network ID
Instead of relying on the name of network.
Fetch the real network id and configure ENS
based on that value
2018-10-22 19:25:16 +02:00
Iuri Matias
7e710745ce always add ens contracts source so abi definition is always available in environments the contract is already deployed 2018-09-21 19:02:44 -04:00
Iuri Matias
c02bd6c444 make linter happy 2018-09-17 13:58:13 -04:00
Iuri Matias
1296545fa3 make function defaul arg instead 2018-09-17 13:36:20 -04:00
Iuri Matias
7d6809b57f take into account when event does not trigger a cb 2018-09-15 12:52:11 -04:00
Anthony Laibe
4c580dd54d Pr feedback using once 2018-09-07 14:57:49 +01:00
Anthony Laibe
4481e6eb99 Ens config is run only once 2018-09-07 11:18:43 +01:00
Jonathan Rainville
f1e5aff3fb dont crash if ens contracts don't deploy 2018-08-31 08:50:15 -04:00
Anthony Laibe
83c01cffdc Storage and Whisper connect 2018-08-30 10:04:58 +01:00
Anthony Laibe
307b7dc8e7 EmbarkJS available 2018-08-30 10:04:58 +01:00
Iuri Matias
7eb52c1f8f
Merge pull request #735 from embark-framework/bugfix/allow-zero-config-blockchain
Allow zero config in blockchain
2018-08-29 17:33:15 -04:00
Anthony Laibe
23f7ec396a Allow zero config in blockchain 2018-08-27 10:06:37 +01:00
Anthony Laibe
607c2657c4 Hide ENS Transaction log 2018-08-23 09:23:51 +01: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
Jonathan Rainville
297128290a fix lookup and also enable lookup for new subdomains 2018-08-21 15:52:05 -04:00
Jonathan Rainville
67da4e6a84 add function to register the domains from config 2018-08-21 15:51:38 -04:00
Jonathan Rainville
1b55af3cb7 conflict in embark js 2018-08-21 15:51:38 -04:00
Jonathan Rainville
2d0f34f215 add resolver contract 2018-08-21 15:48:33 -04:00
Jonathan Rainville
7d52c29f96 very wip working register 2018-08-21 15:47:56 -04:00
VoR0220
d33c948dcf make it so that FIFSRegistrar isn't attempted to be deployed on livenet, ropsten, etc.
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:10:28 -04:00
VoR0220
8c1bb07000 ensure that FIFS doesn't deploy on other test and main networks
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00
Iuri Matias
78a9b31251 put contracts inside the contracts field 2018-08-21 15:03:34 -04:00
VoR0220
056b5a0ab9 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-21 15:03:34 -04:00
VoR0220
88133b01a9 callback fixes and get rid of resolver interface
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-08-21 15:03:34 -04:00