John-Alan Simmons

Results 12 issues of John-Alan Simmons

Currently we use the `ds.Query` interface in several places, when really, we only need the general Iterator interfaces provided by most KV stores. This will likely require a much more...

perf
area/db-system
refactor

Currently we don't *proactively* exchange heads between peers. If a peer receives a new head, it will traverse the DAG and resolve all missing blocks. However, if a peer makes...

feature
area/crdt
area/p2p
area/network