wrap-cli
wrap-cli copied to clipboard
Upgrade To IPLD CID V1
Is your feature request related to a problem? Please describe.
Currently we use IPLD v0 CIDs everywhere (QmHASH), but we've learned that these are not optimized for small file retrieval. When you download a file from IPFS using a v0 CID, an extra protobuf envelope is added ontop of the payload, increasing the size.
Describe the solution you'd like We need to ensure v1 CIDs are supported & being used by default in the following places:
- deployment tooling
- published wrappers on wraps.eth
- wrappers.io ui
- wrappers.io backend
- ipfs wrapper