Skip to content

Add SPV consensus

Christopher Schinnerl requested to merge nitronick600:nickh-spv into spv

Created by: nitronick600

Overall, this is conceptually what I think should be done. There are some improvements to be made, though I'm not unsure about added complexity. This implementation forces full nodes to have to maintain a block consensus and a header consensus. The "blockMap" and "headerMap" would ideally be a merged DB but there are back-compatibility complications along with added implementation complexity.

Merge request reports