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 has been archived by the owner on Sep 9, 2024. It is now read-only.
The currently accessible IPFS API is very limited and has missing features:
get
,put
anddelete
for single blocks at a timecodec
param is unused, all blocks are encoded as raw binary, disallowing pinning of full DAGs.This API should at least:
codec
param (or similar)put
s anddelete
sand preferably also enable the insertion of downstream DAG blocks when inserting/pinning a root block.
The text was updated successfully, but these errors were encountered: