vinteumorg / Floresta

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

feat: Consensus Rules #162

Open jaoleal opened 5 months ago

jaoleal commented 5 months ago

After a talk with @Davidson-Souza was noticed that floresta lack "minimum" consensus rules that core has.

TODO:

jaoleal commented 5 months ago

Core validation.cpp will serve as a guide

Davidson-Souza commented 5 months ago

Looks great! Just to clarify, we don't implement script validation, this is handled by libbitcoinconsensus. We have to implement:

This list isn't exhaustive, we need to find out what else is there and implement it