78 Commits

Author SHA1 Message Date
Jonathan Rainville
9c039fb6e2 only set provider if provider is ENS 2018-08-06 08:47:27 -04:00
Jonathan Rainville
828bcabb7b remove provider!==ens 2018-08-03 15:15:01 -04:00
Jonathan Rainville
9e6ef275a3 disable ens if it is not enabled 2018-08-03 08:50:42 -04:00
Iuri Matias
aab24792fc
Merge pull request #665 from embark-framework/features/ens-deploy
Deploy to ENS
2018-08-02 12:35:41 -04:00
Jonathan Rainville
aadc4062fb fix stuff and move functions to utils 2018-07-31 10:33:10 -04:00
Jonathan Rainville
daaeb30262 change to command 2018-07-31 10:09:41 -04:00
Jonathan Rainville
752fde7fed remove duplicated register 2018-07-31 10:08:49 -04:00
Jonathan Rainville
ea53f9498e swarm adjustements 2018-07-30 15:49:58 -04:00
Jonathan Rainville
8724c46924 fix using promise 2018-07-30 14:07:53 -04:00
Jonathan Rainville
67b3dff1ba fix small oopsies and make it work 2018-07-30 14:07:53 -04:00
Jonathan Rainville
25cfb9ac0a add associate event in ens (not yet tested) 2018-07-30 14:07:53 -04:00
Jonathan Rainville
6b9618433a conflict in embark js 2018-07-30 14:07:52 -04:00
Anthony Laibe
e8b2837c93 Add IPNS demo 2018-07-30 12:49:03 +01:00
Jonathan Rainville
1f02461af1 only enabble register in dev 2018-07-26 14:50:44 -04:00
Jonathan Rainville
82bbbd6f87 only preregister in dev 2018-07-26 14:50:44 -04:00
Jonathan Rainville
c5d6c1321a small cleanups 2018-07-26 14:50:44 -04:00
Jonathan Rainville
346dd9de3a pre-dploy using the same function as register 2018-07-26 14:50:44 -04:00
Jonathan Rainville
20c631434f if no register config, dont register anything 2018-07-26 14:50:44 -04:00
Jonathan Rainville
c41961f3dd put register function in another module that can be used by embark and embark js 2018-07-26 14:50:44 -04:00
Jonathan Rainville
19d75bb44f fix using only_owner 2018-07-26 14:50:44 -04:00
Jonathan Rainville
d789abf056 fix lookup and also enable lookup for new subdomains 2018-07-26 14:50:44 -04:00
Jonathan Rainville
9baf11f555 fix only_owner to work when called by FIFSRegistrar 2018-07-26 14:50:44 -04:00
Jonathan Rainville
3265218000 add function to register the domains from config 2018-07-26 14:50:44 -04:00
Jonathan Rainville
974d492428 conflict in embark js 2018-07-26 14:50:38 -04:00
Jonathan Rainville
dffbcf032f conflict in lock 2018-07-26 14:39:14 -04:00
Jonathan Rainville
4df8dc77a8 add resolver contract 2018-07-26 14:39:14 -04:00
Jonathan Rainville
cf0a2574b5 very wip working register 2018-07-26 14:39:14 -04:00
Jonathan Rainville
038d405af9 hotfix return if error 2018-07-11 15:40:45 -04:00
Jonathan Rainville
7c461a0209 add ens to demo 2018-07-11 13:11:55 -04:00
Jonathan Rainville
8542c0f3f9 fix ens by using right addres depending on chain and also add isAvailable 2018-07-11 12:47:15 -04:00
Jonathan Rainville
ffbec61554 wip changes 2018-07-10 15:59:42 -04:00
RJ Catalano
518e96585c
Merge pull request #585 from embark-framework/gracefullyErrorENS
small correction
2018-06-26 15:19:02 -05:00
VoR0220
b86ae2e9f6 fixup
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-26 14:56:23 -05:00
VoR0220
93feea7c6d small correction
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-26 14:44:29 -05:00
RJ Catalano
2c6bdc3204
Merge pull request #584 from embark-framework/fixDeploymentAttempts
make it so that FIFSRegistrar isn't attempted to be deployed on liven…
2018-06-26 13:53:49 -05:00
VoR0220
48a6e10f9f make it so that FIFSRegistrar isn't attempted to be deployed on livenet, ropsten, etc.
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-26 13:32:53 -05:00
VoR0220
5e7cd6a88b get rid of else
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-26 13:28:28 -05:00
RJ Catalano
8bf79e704d fix line 2018-06-26 13:26:36 -05:00
VoR0220
1d7851e2ff catch errors and handle gracefully in ENS 2018-06-26 13:26:36 -05:00
Iuri Matias
ac6aeaac50 make linter happy 2018-06-26 13:47:01 -04:00
Iuri Matias
e2ab4c4fa3 use EmbarkJS to initialize ens contracts and set ens contract only when embark is ready 2018-06-26 13:45:23 -04:00
VoR0220
e5ad90719b ensure that FIFS doesn't deploy on other test and main networks
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-21 12:57:41 -05:00
Iuri Matias
4589803003 put contracts inside the contracts field 2018-06-21 13:24:41 -04:00
VoR0220
e3bdbd520f 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-06-21 11:24:31 -05:00
VoR0220
7eac4df38d missing semicolon
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-18 15:07:42 -05:00
VoR0220
a9a460f10e back to promisification
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-18 14:57:43 -05:00
VoR0220
ca5a60b5f0 callback fixes and get rid of resolver interface
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-18 14:31:22 -05:00
VoR0220
800269d97b more unnecessary contracts gotten rid of, and fixes made to Embarkjs file
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-18 13:54:37 -05:00
VoR0220
77001ee8f8 get rid of unnecessary contracts for this iteration
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-18 13:15:54 -05:00
VoR0220
220800fcc3 get rid of global web3 in ens
Signed-off-by: VoR0220 <catalanor0220@gmail.com>
2018-06-18 12:52:02 -05:00