Hi, everyone!
I've been researching about mutation tests for Bitcoin Core since a while. I'm opening this PR to concentrate the discussions about it here since I couldn't find any similar issue. Some questions:
- Have you ever used any mutation lib/app for C++? Which are? Pro and cons?
- How could we use it here?
- What approaches are important to have? What do we want to mutate? Operators? Strategies?