Santi Bazerque
Santi Bazerque
When hashing a public key in the process of creating an identity, remove all whitespace / newlines before doing the actual hash, in order to make the process deterministic.
If no peer group is specified in the `MeshNode`, a default peer group is created per-object. Add support for accessing the default peer group for a given object, and for...
The new mutation events should allow a correct implementation of sync'ing in *recursive* mode.
Right now it is not possible to indicate that some mutation operations can safely be ignored. I'd like to add another special field to `MutationOp` that is similar to `prevOps`...
Even though the real sync state of objects cannot be known (because of network availability, gossip propagation time, etc.), we should make the *discovered* state observable from outside the sync...
Right now, `Identity` objects are `HashedObject` derivatives and are stored as any other object. They contain some information about the holder of the identity -just an info map, I usually...
Right now, whenever `obj.loadAllChanges()` is called, all the mutations are loaded from the store and applied. It'd be very convenient to enable mutable types to save a checkpoint to the...
Dump and restore Hyper Hyper Space spaces to and from JSON literals. So starting from the space's entry point, it should be possible to dump all its internal state into...