holochain / n3h

nodejs implementation of holochain networking / p2p backend process
48 stars 7 forks source link

Reworked untrack dna *bug fix* #52

Closed ddd-mtl closed 5 years ago

ddd-mtl commented 5 years ago

Using Mem with 'agent' type fro tracking which dna the agent is tracking was a failed strategy since updating the value in Mem doesn't gossip properly. Changed approach with a separation of concern by having a separate bookkeeping which is not gossiped.