forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#23974: Make blockstorage globals private members of Blo…
…ckManager fa68a6c scripted-diff: Rename touched member variables (MarcoFalke) facd3df Make blockstorage globals private members of BlockManager (MarcoFalke) faa8c2d doc: Clarify nPruneAfterHeight for signet (MarcoFalke) fad381b test: Load genesis block to allow flush (MarcoFalke) fab2621 Move blockstorage-related unload to BlockManager::Unload (MarcoFalke) fa467f3 move-only: Create WriteBlockIndexDB helper (MarcoFalke) fa88cfd Move functions to BlockManager (MarcoFalke) Pull request description: Globals aren't too nice because they hide dependencies, also they make testing harder. Fix that by removing some. ACKs for top commit: Sjors: ACK fa68a6c ryanofsky: Code review ACK fa68a6c. Nice changes! Tree-SHA512: 6abc5929a5e43a05e238276721d46a64a44f23dca18c2caa9775437a32351d6815d88b88757254686421531d0df13861bbd3a202e13a3192798d87a96abef65d
- Loading branch information
Showing
6 changed files
with
142 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.