ava-labs / firewood

Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
https://ava-labs.github.io/firewood/
Other
114 stars 10 forks source link

Create a fsck-like database validator #577

Open rkuris opened 7 months ago

rkuris commented 7 months ago

We need some tooling to check a database consistency. The tool should:

Would also be good if there were some way to repair it, like zeroing out child references that are circular references or rebuilding the free list.

rkuris commented 2 days ago

Should be added to fwdctl; draft in rkuris/fwdctl-check