ipfs / js-ipfs-unixfs

JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)
Other
87 stars 34 forks source link

fix: use fanout "bits" #357

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

Adjusts the terminology in #356 to go with "bits".

Sorry for the stacked PRs, wanted to get this up here while I move on to working on some fixturing that is attempting to do a smaller fanout yielding the same root CID across JS & Go implementations .. struggling a bit to figure out where it's diverging.