Onyx-Protocol / Onyx

Onyx
https://Onyx.org
GNU Affero General Public License v3.0
1.79k stars 362 forks source link

protocol: keep a current blockchain state across processes #1412

Closed jbowens closed 6 years ago

jbowens commented 7 years ago

Currently, only the leader cored has an up-to-date version of the blockchain state. As we break down and decentralize the responsibilities of the cored leader process, we'll need to replicate the current blockchain state across cored processes.

This is a prerequisite for moving snapshot storage into localdb.