BlockSci
BlockSci copied to clipboard
Check for data corruption
Is there a way to check whether the in-memory parsed blockchain data is corrupt? So far we've only noticed after running a scraper over it, which can take a very long time to determine.
What kind of data corruption did you experience?
For instance rencently got this error message:
terminate called after throwing an instance of 'std::invalid_argument' what(): combination of enum values is not valid Aborted
I didn't manage to debug it. The database seems corrupted. I tried to remove the last blocks inserted but it didn't solve my problem.