Currently the testing suite for the repo covers many of the key classes and methods, but far from all. Classes that need the most attention are
- Miner
- TrialManager
- SpiralPlotter
- ScoreTreeBranch
- ProofOfWorkProtocol
These are all complicated classes with many things that can go wrong that currently have no direct test coverage. Test coverage for some other classes could also stand to be improved, especially BlockScoreTree, which is very easy to unwittingly break when modifying it.
Currently the testing suite for the repo covers many of the key classes and methods, but far from all. Classes that need the most attention are
These are all complicated classes with many things that can go wrong that currently have no direct test coverage. Test coverage for some other classes could also stand to be improved, especially BlockScoreTree, which is very easy to unwittingly break when modifying it.