Moved from: ipfs/kubo#4918 as this isn't go-ipfs specific and will affect the spec.
Basically, we'd like to allow inlining small blocks into CIDs (using the identity hash function) for performance reasons. However, the larger the block we allow to be inlined, the less user friendly CIDs get. Unfortunately, we have to pick a "default inlined size" up front or we'll end up changing a bunch of hashes later.
Open questions:
@whyrusleeping @kevina @diasdavid @vmx @kyledrake
Moved from: ipfs/kubo#4918 as this isn't go-ipfs specific and will affect the spec.
Basically, we'd like to allow inlining small blocks into CIDs (using the identity hash function) for performance reasons. However, the larger the block we allow to be inlined, the less user friendly CIDs get. Unfortunately, we have to pick a "default inlined size" up front or we'll end up changing a bunch of hashes later.
Open questions:
@whyrusleeping @kevina @diasdavid @vmx @kyledrake