Each event now has a scope: account identity is global and gossips to every peer; channel state is local to the node that authored it. The version vector, push, digest and compaction only carry global events, and ingest refuses any non-global entry a peer sends. A node can no longer be handed ownership of a channel registered on a network it was never part of. |
||
|---|---|---|
| .. | ||
| engine | ||
| config.rs | ||
| gossip.rs | ||
| link.rs | ||
| main.rs | ||