This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Implement --allow-big-block
behavior from go-ipfs
#3893
Labels
effort/hours
Estimated to take one or several hours
exp/novice
Someone with a little familiarity can pick up
kind/maintenance
Work required to avoid breaking changes or harm to project's status quo
kind/maybe-in-helia
P1
High: Likely tackled by core team if no one steps up
topic/interop
Interoperability
TLDR: bigger blocks can't be exchanged over libp2p, so we want to make a loud error if that happens, but allow people to override it if they know what they are doing.
ipfs object patch
,ipfs dag put
andipfs block put
should detect when produced block is over the soft limit of 1MB, and return an error:TODO
object patch
– based on fix(cli): object add-link: do not allow blocks over BS limit kubo#8414dag put
– based on fix: dag|block put: do not allow blocks over BS limit kubo#8696block put
– based on fix: dag|block put: do not allow blocks over BS limit kubo#8696The text was updated successfully, but these errors were encountered: