vinteumorg / Floresta

A fully-validating Bitcoin node powered by Utreexo, with an integrated Electrum Server
MIT License
177 stars 37 forks source link

Block Rules #187

Closed jaoleal closed 3 months ago

jaoleal commented 4 months ago

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.

jaoleal commented 3 months ago

@Davidson-Souza This closed because #165 got merged ? I didn't remember closing this.

Davidson-Souza commented 3 months ago

hmm weird, it says you've closed it. But you can reopen anyway, right?

jaoleal commented 3 months ago

Yep, but needs new commits on my fork...