ipfs-rust / blake-streams

Fast authenticated replicated streams
5 stars 1 forks source link

finalized/content-addressed streams #6

Open dvc94ch opened 2 years ago

dvc94ch commented 2 years ago

this gives us similar properties to arbitrary sized content addressed blocks

rklaehn commented 2 years ago

So this would be that you have a stream that you don't want to write to anymore. It is addressed not by the stream id but by the root hash, and you can get slices of it?

dvc94ch commented 2 years ago

still need to work out the details, I think #7 is the next challenge. but yes, something like that.