ipfs-cluster/ipfs-cluster-ctl
Hector Sanjuan 6a243df4da api: Support /ws/ and /dns/ multiaddresses parsing. Log all errors
The multiaddresses protocols for websockets and dns are only registered
with init() function when loading the modules. ipfs-cluster-ctl
uses just the api, which did not load these modules so converting
from serialized types caused bad panics.

We have also ignored errors in the api library under the thinking that it
would only parse things serialized by us, but this has made parsing errors
to go unnoticed. From now, all errors are logged and some precautions
are taking to better handle the possibility of nil objects.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2017-12-08 01:05:49 +01:00
..
dist Issue #192: Update docs to the new peerset handling 2017-11-14 22:06:59 +01:00
formatters.go cluster-ctl: Fix json output for slice responses. 2017-12-07 11:27:01 +01:00
main.go api: Support /ws/ and /dns/ multiaddresses parsing. Log all errors 2017-12-08 01:05:49 +01:00
Makefile Re-add version method to cluster-ctl 2017-01-24 16:26:42 +01:00