pin remote add: improve Peer hints in Pin.origins #7915
Labels
effort/hours
Estimated to take one or several hours
exp/novice
Someone with a little familiarity can pick up
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
kind/enhancement
A net-new feature or improvement to an existing feature
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
topic/pinning
Topic Pinning (local and remote)
go-ipfs 0.8.0-rc2 adds
pin remote
commands (details in #7559).When a new remote pin is added via
pin remote add
Pin.origins
array is populated with all multiaddrs of the local node.Problem
This is a bit naive, because:
Proposed improvements
Pin.origins = []
(local node is not origin, we are pinning some external CID, eg. when DAG is too big to fit on local laptop)
CLI prior art:
The text was updated successfully, but these errors were encountered: