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 was archived by the owner on Feb 8, 2023. It is now read-only.
(old idea. document cause i cannot find it elsewhere) pins on ipns names would pin the name and it's target. So re-targetting the name would orphan the previous content, for gc to free.
eg:
ipfs pin add [-r] /ipns/$name# at this point, $name is pinned recursively. but say it points to nothing.
ipfs name publish /ipns/$name /ipfs/$content1# /ipfs/$content1 is pinned indirectly
ipfs name publish /ipns/$name /ipfs/$content2# /ipfs/$content2 is pinned indirectly# /ipfs/$content1 is no longer pinned indirectly
ipfs repo gc
# /ipfs/$content1 is freed