wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

Upgrade To IPLD CID V1

Open dOrgJelli opened this issue 2 years ago • 0 comments

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

dOrgJelli avatar Apr 03 '23 15:04 dOrgJelli