xelis-project / xelis-blockchain

A private blockDAG using Homomorphic Encryption with Smart Contracts support
370 stars 85 forks source link

Feature: P2P backed by a database #91

Closed Slixe closed 1 week ago

Slixe commented 3 weeks 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 1 week ago

Closed as included in #92