Hi all,
I've collected some nitpicky feedback while reading the spec for the first time. Each outer list item quotes the spec, nested items are the comments.
- own, aside from from state synchronization
- HTTP can genrealize into a full
- A Version header is also allowed to contain multiple IDs, to describe the version of a merger:
- this confuses me, doesn't the merge produce a single version as output?
- If a client or server does not specify a Parents header when transferring a new version, the recipient MAY presume that the most recent versions it has (the frontier of time) are the parents of the new version. It MAY also ignore or reject the update.
- How do you create initial versions then? Empty parents header? Might help to explicitly state that here.
- There are two reasons to send an update as a patch:
- the leaves of the currently-known time DAG
- "sinks" not "leaves"? (sorry for being pedantic, I spent too much time around digraph structure theoreticians...)
Hi all,
I've collected some nitpicky feedback while reading the spec for the first time. Each outer list item quotes the spec, nested items are the comments.
from