Skip to content

On-disk changelog

David Vorick requested to merge quality into master

I implemented an on-disk changelog for the consensus set, and then switched the miner over to using it. I also reorganized the database files so that the actual database construction happens in one file, the consensus database stuff happens in another file, and the changelog stuff happens in a third file.

I tried to document everything.

This probably only needed to be about 7 commits, but I am pretty happy with where the code ended up.

Merge request reports