echo/src
Jean d4b9172455
gossip: replicate account state only, keep channels node-local
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.
2026-07-12 12:20:24 +00:00
..
engine gossip: replicate account state only, keep channels node-local 2026-07-12 12:20:24 +00:00
config.rs Add mutual-TLS to the gossip link 2026-07-12 07:31:16 +00:00
gossip.rs gossip: replicate account state only, keep channels node-local 2026-07-12 12:20:24 +00:00
link.rs Add gossip replication between nodes 2026-07-12 07:05:07 +00:00
main.rs Reorganize protocol and pseudoclients into a modules/ tree 2026-07-12 10:37:59 +00:00