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

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson 2018-10-29 20:48:57 -04:00
parent bcb5fc2f51
commit c7bfe1ef3f

View File

@ -224,8 +224,9 @@ case intensive encoding required by domain names. This command converts a CID to
version 1 and encodes it using base32.
(2) A hack to allow locally looking up blocks associated with a CIDv0 CID using
the equivalent CIDv1 CID. This hack will eventually (likely in the next release)
be replaced with a proper CID-version agnostic datastore.
the equivalent CIDv1 CID (or the reverse). This hack will eventually
be replaced with a multihash indexed blockstore, which is agnostic to both the
CID version and multicodec content type.
### go-ipfs changelog