@cryptotaxi247 / kubo / commits / c7bfe1ef3

Tweaks to "CIDv1/Base32 Migration" section in 0.4.18 release notes.

License: MIT Signed-off-by: Kevin Atkinson <k@kevina.org>

Kevin Atkinson committed Oct 29, 2018 at 20:48 UTC c7bfe1ef3fdfe4ff953b054527248e5911eb6f4e
1 file changed +3 -2
CHANGELOG.md
+3 -2
@@ -224,8 +224,9 @@ case intensive encoding required by domain names. This command converts a CID to
224 version 1 and encodes it using base32.
225
226 (2) A hack to allow locally looking up blocks associated with a CIDv0 CID using
227 -the equivalent CIDv1 CID. This hack will eventually (likely in the next release)
228 -be replaced with a proper CID-version agnostic datastore.
227 +the equivalent CIDv1 CID (or the reverse). This hack will eventually
228 +be replaced with a multihash indexed blockstore, which is agnostic to both the
229 +CID version and multicodec content type.
230
231 ### go-ipfs changelog
232