pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
61 stars 33 forks source link

[Consensus] Remove the dependency of state sync on the FSM #821

Open Olshansk opened 1 year ago

Olshansk commented 1 year ago

Objective

Remove the dependency of state sync on the FSM.

Origin Document

While working on #352, it became evident that the Finite State Machine adds complexity to the implementation and understanding of state sync rather than simplify it.

Goals

Deliverable

Non-goals / Non-deliverables

General issue deliverables

Testing Methodology


Creator: @Olshansk