See #162 for context.
We already have a block validation so we just need to develop a pattern and populate in Floresta-chain.
We have 2 kinds of chain validation that we need to "adapt" the code
Partial
Sequential
Partial is used on Partial chains where we validate a sub-sequence of blocks and use this kind of validation to paralyze the validation on sequential one.
Theoretically we just need one validate_block() and all the others being a wrapper to it.
See #162 for context. We already have a block validation so we just need to develop a pattern and populate in
Floresta-chain
.We have 2 kinds of chain validation that we need to "adapt" the code
Partial is used on Partial chains where we validate a sub-sequence of blocks and use this kind of validation to paralyze the validation on sequential one.
Theoretically we just need one
validate_block()
and all the others being a wrapper to it.