protocol: keep a current blockchain state across processes
jbowens opened this issue · 0 comments
jbowens commented
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.