The manifest sync command hashes contents of a local folder locally, and compares the hash against a remote mantaray manifest to only update the delta.
This started failing since the Bee release where uploads are now erasure coded by default. We need a swarm-core so that we can hash locally with erasure code support.
The
manifest synccommand hashes contents of a local folder locally, and compares the hash against a remote mantaray manifest to only update the delta.This started failing since the Bee release where uploads are now erasure coded by default. We need a
swarm-coreso that we can hash locally with erasure code support.