You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
We should emit a warning first time .codec property is accessed, that provides link to the instructions for migration from .codec to .code. Current plan is to have it indefinitely, that is until we ipfs ecosystem migrates to js-multiformats.
The reason we want warnings is because users usually get CID e.g. by calling const { cid } = await ipfs.add(...), so this could provide room for migration instead of clean break.
We should emit a warning first time
.codecproperty is accessed, that provides link to the instructions for migration from.codecto.code. Current plan is to have it indefinitely, that is until we ipfs ecosystem migrates tojs-multiformats.The reason we want warnings is because users usually get
CIDe.g. by callingconst { cid } = await ipfs.add(...), so this could provide room for migration instead of clean break.