ipfs-webui
ipfs-webui copied to clipboard
Inspect: support dag-jose codec
Support for the dag-jose codec was added to go-ipfs in 0.11 and also recently to js-ipfs. However, the webui gives an error when trying to inspect a dag-jose object.
This can be fixed by updating to the latest ipfs-http-client package.
Mainly opening this issue to track support. Not urgently needed.
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:
- "Priority" labels will show how urgent this is for the team.
- "Status" labels will show if this is ready to be worked on, blocked, or in progress.
- "Need" labels will indicate if additional input or analysis is required.
Finally, remember to use https://discuss.ipfs.io if you just need general support.
Updating http client tracked in https://github.com/ipfs/ipfs-webui/pull/1840
pending Kubo RPC client readiness
Now only pending an open PR!! Thanks @m0ar