input-output-hk / iodb

Multiversioned key-value database, especially useful for blockchain
Creative Commons Zero v1.0 Universal
95 stars 13 forks source link

Use checksum #7

Closed jankotek closed 7 years ago

jankotek commented 7 years ago

Each log file should be protected by 64bit checksum to protect from data corruption. This checksum will be verified when store is opened. Non crypto checksum will be sufficient (XXHash).

jankotek commented 7 years ago

Fixed in 0.3 release