Skip to content

explicit pinning strategy

Because recursive pinning is long for huge dags as the Datapod's IPFS AMT index, the pinning has to be made explicit when updating the AMT:

  • unpin old nodes
  • pin new nodes up to leaves
  • recursively pin index request when valid according to a strategy

This will allow for fine pinning and efficient re-provide strategies.

Edited by Hugo Trentesaux