Closed
Description
We at Ceramic used the legacy codec to store data, when it was the only option. Apparently, some of the data contain undefined
. New js-ipfs release can retrieve a block, but can not decode it, as undefined
is not allowed anymore in code. IMO, it is a bug to so drastically change the code and not make it visible for a general audience. You know, SemVer was created for a reason.
As ipfs is released with this dag-cbor codec which is more strict than the legacy dag-cbor codec, I am wondering, what is the plan to accomodate for old blocks created by the legacy codec? Could you lift the restrictions for undefined
, maybe, so that old IPFS records could be properly decoded still?
Metadata
Metadata
Assignees
Labels
No labels