TryQuiet / quiet

A private, p2p alternative to Slack and Discord built on Tor & IPFS
https://www.tryquiet.org
GNU General Public License v3.0
1.98k stars 86 forks source link

Sync Sigchain with peers #2629

Open adrastaea opened 1 month ago

adrastaea commented 1 month ago

Description

Integrate LFA with Libp2p and socialize with peers on connection and on chain edits

Acceptance Criteria

  1. Sigchain is replicated to connected peers
  2. Connected peers go through invite handshake and can decode team key
  3. When we get a validation error we close the connection
  4. Tests for a. Replication on connection b. Replication on changes c. Handling (closing connection) on validation error