This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
IPLD resolver API changes #70
Closed
Description
We've discussed some potential changes for ipld-resolver. I wanted to make sure we're tracking them all.
- get paths only / lazy value lookups ( some objects like etherum-tx's have implicit data (e.g.:
fromAddress
) that is computed via expensive crypto - we should only return values that were explicitly asked for) - get external / local paths only
- toJSON + fromJSON - roundtrip (de-)serialize data via json format
- put + patch api IPLD Resolver
patch
API #66 - text summary - output text that explains the content of a given ipfs-block
- globbing ( this should be handled outside of the resolvers )