ethersphere / swarm

Swarm: Censorship resistant storage and communication infrastructure for a truly sovereign digital society
https://swarm.ethereum.org/
GNU Lesser General Public License v3.0
489 stars 112 forks source link

main, swarm, http, prod, api, client: repair globally pinned content through CLI publisher #2194

Closed mortelli closed 4 years ago

mortelli commented 4 years ago

This PR attempts to solve issue #2193, which is about manifests being garbage collected, causing publishers data to be inaccessible and (as a result) the content repair process to fail.

The alternative instead, is to always attempt content repair through a fixed publisher provided through a CLI flag, instead of the derived from the manifest.

This solution:

Implementation details

closes #2193

mortelli commented 4 years ago

putting this on hold since related discussions are taking place

mortelli commented 4 years ago

Closed in favor of #2202.