Skip to content

Use database for some of block map

triazo requested to merge blockMapDB into master

Unfortunately, I can't completely get rid of cs.blockMap until I replace blockNode with processedBlock.

As they are mostly different things, I'm attempting to make them separate pull requests.

This PR also changes the load sequence slightly, by opening the database, then returning to do the genesis block announcement, then loading all the diffs from the database.

Merge request reports