xelis-project / xelis-blockchain

A private blockDAG with Homomorphic Encryption and Smart Contracts
373 stars 89 forks source link

Feature: P2P backed by a database #91

Closed Slixe closed 2 months ago

Slixe commented 3 months ago

Currently, P2P server keep everything in RAM.

It would be better to have a database directly for:

One should be persistent, the other should be temporary and deleted at each new start.

This issue is linked to #28

Slixe commented 2 months ago

Closed as included in #92