Pedro Teixeira
Pedro Teixeira
@vitorenesduarte yes, you're correct, that's a possibility. OTOH, a nice side-effect of having a type that uses a CC and a DotStore is that you could easily compose (like in...
The second, with the goals 1) a sequence to be embedded in any causal type and 2) to embed any causal type inside the sequence.
I think @parkan is trying to solve a different problem than I am. I was looking for a entirely-mutable array-like type that uses a DotStore so that I can embed...
@parkan it's fine, I think you're talking more about something like ipfs-log or versidag: https://github.com/ipfs/dynamic-data-and-capabilities/issues/50
@CBaquero Thank you , that looks like it would work for these purposes! I'll try to prototype an immutable version to see where that leads. :)
@larskluge Looks cool! Could we also support, at the same time, providing a synchronous version of `encode`? (I think you could do than by wrapping `encode` with a promise...)
Depends on https://github.com/ipfs/js-ipfs/issues/883
Tracked in #4
Being addressed through https://github.com/ipfs-shipyard/peer-star/issues/6
@satazor how does this relate to the latest work being done on [versidag](https://github.com/ipfs-shipyard/js-versidag)? Will we able to verify the authorship in history? If so, is it something provided by versidag?