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

Persist Sigchains across Instances #2626

Open adrastaea opened 1 month ago

adrastaea commented 1 month ago

Description

The sigchains initialized by the SigChainManager should be able to be saved to persistent storage and loaded when the relevant community is launched.

Acceptance Criteria

  1. Initialize with community creation/launch
  2. Save to SIGCHAIN key in LevelDB when app closes and when chain is initialized
  3. Load from LevelDB when launched
  4. Tests created for verifying initialization, saving, and loading