AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
113 stars 69 forks source link

IF: Add new snapshot version to hold consensus hotstuff state #2297

Closed greg7mdp closed 3 months ago

greg7mdp commented 3 months ago

Resolves #1558.

Add new snapshot version (V7) to support storing the new chain_head, which can be either a block_state_legacy (pre IF transition) or a block_state (post IF transition).

ericpassmore commented 3 months ago

Note:start group: IF category: INTERNALS summary: Add new, v7, snapshot version to support changes from faster finality. Note:end