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 Aug 11, 2021. It is now read-only.
The IPLD Format spec was changed so that util.cid() now takes the binary blob and not the deserialized DAG Node as argument (#24).
This is a breaking change and needs to be done on all existing formats. So please don't merge before PRs from all formats are approved. This way things can be merged and released in one go.
Instead of opening an issue on every repository, just let people know on this issue that you're working on it and then link to the PR.
The IPLD Format spec was changed so that
util.cid()now takes the binary blob and not the deserialized DAG Node as argument (#24).This is a breaking change and needs to be done on all existing formats. So please don't merge before PRs from all formats are approved. This way things can be merged and released in one go.
Instead of opening an issue on every repository, just let people know on this issue that you're working on it and then link to the PR.