ipfs-cluster/ipfsconn/ipfshttp
Hector Sanjuan db050ab435 Fix: default base32 in IPFS breaks cluster pin-ls
The switch to base32 as default output format for cidv1 keys in IPFS pin/ls
responses causes an error in PinLsCid as the base32 string does not correspond
to the base58 string expected by cluster when using an old peer.

This affects old Cluster peers running with new IPFS versions and new cluster
peers running with old IPFS versions for v1 CIDs.

Since Current master uses an updated cid dependency which also uses base32 by
default, master would already work with the latest IPFS daemon, so this is
just allowing to use cluster peers with older ipfs daemons, and preventing a
similar breakage in the future.
2019-06-07 19:08:26 +02:00
..
config_test.go Add ApplyEnvVars test to ipfshttp config 2019-02-18 17:47:02 +02:00
config.go Remove backwards compatibility hacks 2019-02-20 14:02:09 +00:00
ipfshttp_test.go Fix: default base32 in IPFS breaks cluster pin-ls 2019-06-07 19:08:26 +02:00
ipfshttp.go Fix: default base32 in IPFS breaks cluster pin-ls 2019-06-07 19:08:26 +02:00