-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It looks like this module can generate links without a Tsize
property. The protobuf schema allows for this (along with not having a Name or a Hash) but we're previously decided that implementations should generate a value for Tsize
.
Would you accept a PR making this field mandatory?
It means you won't be able to do things like:
const node = prepare({
Links: [
new CID('Qmfoo')
]
})
..but IPFS will not do that for the reasons in the linked thread above.
Metadata
Metadata
Assignees
Labels
No labels