dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Record votes on disk #906

Closed frolosofsky closed 5 years ago

frolosofsky commented 5 years ago

Adds vote recorder data serialization on the disk. Every vote is recorded both in memory and on disk every time it arrives. During startup, restore saved votes or wipe them if fReindex.

Fixes #837.

scravy commented 5 years ago

Concept ACK 827630da9d01c8b38150b0dae6038a1d947a3c08

AM5800 commented 5 years ago

Concept ACK However esperanza_slash_restart.py fails often on my machine. Waiting for resolution