rust-ipfs
rust-ipfs copied to clipboard
feat: get multiple blocks in unixfs operations
Previously, we would fetch a single block at a time in unixfs get and cat operations, however. since we would have access to the next links/blocks we can attempt to fetch the set of blocks so the operation would be more concurrent than sequential. In both operations, we will terminate the stream on the first error.
Relates to #210