Iuri Matias
|
c32de30ca3
|
fix checking node connection
|
2018-08-21 16:02:18 -04:00 |
Iuri Matias
|
d7c67ffcf7
|
move blockchain process related files into blockchain module
|
2018-08-21 16:02:18 -04:00 |
Iuri Matias
|
2ea982d0e5
|
move blockchain process to own module
|
2018-08-21 16:01:14 -04:00 |
Anthony Laibe
|
df8ca76e28
|
Fix scope of the callback
|
2018-08-21 15:54:45 -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
|
8102a13f58
|
fix only_owner to work when called by FIFSRegistrar
|
2018-08-21 15:51:38 -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 |
Anthony Laibe
|
7a34b9d675
|
Fix profile command
In case the contract don't exist or the profile
command don't have argument, embark don't crash
and return an error
|
2018-08-21 15:47:05 -04:00 |
Anthony Laibe
|
b679d3031a
|
Remove code dependencies to underscore
|
2018-08-21 15:47:05 -04:00 |
Richard Ramos
|
aa806ce400
|
Allow topics to be optional when pubKey/privKey is used
|
2018-08-21 15:46:14 -04:00 |
Richard Ramos
|
f56fd9e264
|
Removing code. Doesn't make sense to specify keys when everyone can read them
|
2018-08-21 15:46:14 -04:00 |
Richard Ramos
|
57f71d5504
|
Symmetric and private keys can be set in whisper
|
2018-08-21 15:44:46 -04:00 |
Jonathan Rainville
|
5498046d3f
|
fix ens by using right addres depending on chain and also add isAvailable
|
2018-08-21 15:33:43 -04:00 |
Iuri Matias
|
f9f25f33c8
|
fix swarm upload cmd registration
|
2018-08-21 15:31:55 -04:00 |
Iuri Matias
|
7c0c2550c3
|
use buildUrlFromConfig
|
2018-08-21 15:31:55 -04:00 |
Jonathan Rainville
|
054215ce21
|
wip changes
|
2018-08-21 15:31:55 -04:00 |
Iuri Matias
|
2baa6ed792
|
make linter happy
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
0c14834e57
|
fix plugin call
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
fd9be8ac84
|
remove unused param
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
c3382c9dd6
|
fix callback
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
aaf127fd1d
|
move storage config check to the constructor
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
d5f77fb965
|
simplify getJson
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
97be8b7463
|
refactor storage config check
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
46a6d391cd
|
simplify use of callback
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
df97a6ac00
|
re-add register upload cmd api; refactor storage module initialization
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
c3fc614cd8
|
simplify add set providers; validation can be done on the client isde
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
e07d06fa4c
|
make linter happy
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
2780b4eb2f
|
fix upload callback
|
2018-08-21 15:30:11 -04:00 |
Iuri Matias
|
f7ac654d92
|
fix getting params from upload field
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
3ddbe0ea3d
|
fix logger
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
c70e583557
|
get correct ipfs node depending on the config
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
8720f43e39
|
remove unneded assignments
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
9f05c43329
|
remove old code
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
7a612ea5df
|
check swarm connection before attempting to connect
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
513659a53e
|
check ipfs connection before attempting to connect
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
8384830066
|
re-add set providers call
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
651ef31bb5
|
fix start process
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
cd6927c353
|
move setProviders to EmbarkJS
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
ed2158b97a
|
move setProviders to EmbarkJS
|
2018-08-21 15:30:10 -04:00 |
Iuri Matias
|
2e21dfa08a
|
move setProviders to EmbarkJS
|
2018-08-21 15:30:10 -04:00 |