lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.58k stars 178 forks source link

Code refactor #291

Closed bvbfan closed 5 years ago

bvbfan commented 5 years ago

Signed-off-by: Anthony Fieroni bvbfan@abv.bg

bvbfan commented 5 years ago

This code refactoring aims to templatize all doublets algorithms addClaim/SupportToQueque, removeClaim/SupportFromQueue etc. to make code base well readable and better maintainable. We have issues with partial bug fixes due to same algorithm on more than one place, so this PR tends to remove that code duplication.