27 Commits

Author SHA1 Message Date
Anthony Laibe
dca07bcfc2 Add plugins and versions to backend tab 2018-08-22 19:18:22 -04:00
Jonathan Rainville
f3f68a73f2 register api calls when web3 ready 2018-08-22 19:18:19 -04:00
Jonathan Rainville
1956bdd77d fix old WS not open and show subscriptions list 2018-08-22 19:18:18 -04:00
Jonathan Rainville
ab6ff35708 conflict in saga 2018-08-22 19:18:18 -04:00
Jonathan Rainville
0ba9276997 use topic param for listenTo 2018-08-22 19:18:18 -04:00
Jonathan Rainville
aaf6415549 conflict in saga and action 2018-08-22 19:18:18 -04:00
Jonathan Rainville
a147288567 add communicationFunctions that has listenTo and send 2018-08-22 19:18:18 -04:00
Jonathan Rainville
33009c9917 fix eslint on EVERYTHING 2018-08-22 19:18:11 -04:00
Iuri Matias
792e7dff5b lint is king 2018-08-21 16:12:57 -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
emizzle
170d8528eb When communication is disabled in config, do not run the module in embark.
Previous to this change, `Geth: WARN [06-25|16:46:26] origin 'embark' not allowed on WS-RPC interface` would appear in the logs when the module was run while disabled.

Updated the cors component so that when `rpcCorsDomain` and `wsOrigins` are set to `'auto'`, and all components are disabled `rpcCorsDomain` and `wsOrigins` are passed as a null parameter to geth as opposed to being passed as `'auto'`.
2018-08-21 15:08:25 -04:00
emizzle
d2b89f88f9 Added cors for whisper 2018-08-21 15:03:34 -04:00
Michael Bradley, Jr
6d4870f862 whisper -- canonicalHost, defaultHost 2018-08-02 15:36:46 -05:00
Iuri Matias
74df72fc0d lint is king 2018-06-01 19:35:41 -04:00
Iuri Matias
37d54e22db refactor services monitor to use events instead of passing addCheck around 2018-06-01 19:32:14 -04:00
Iuri Matias
2ade8cfd09 lint is king 2018-06-01 19:12:54 -04:00
Iuri Matias
152dfe2815 initialize web3 in the whisper module itself; use defined configuration 2018-06-01 18:11:23 -04:00
Iuri Matias
b43a766de7 cleanup module call 2018-05-30 13:38:08 -04:00
Iuri Matias
ac45b7a19b remove unneded assigment; add clarification/TODO 2018-05-23 11:15:05 -04:00
Iuri Matias
4fcfc6c142 update whisper check 2018-01-05 15:30:52 -05:00
Iuri Matias
fe186a4443 move module js code to its own folder 2017-12-30 21:02:46 -05:00
Iuri Matias
37a126a6b8 move old code to a separate file 2017-12-30 20:42:52 -05:00
Iuri Matias
f4e81da630 refactor whisper code; separate old version 2017-12-30 20:09:46 -05:00
Iuri Matias
d1a207941d take into account available providers list 2017-12-29 16:11:45 -05:00
Iuri Matias
8956992950 extract communication provider 2017-12-28 18:10:43 -05:00
Iuri Matias
310712567f move whisper to a module 2017-12-28 12:40:11 -05:00