-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This introduces a separate UTXO database that holds the UTXO database info. In a subsequent commit it will additionally hold the UTXO set and state. An overview of the changes is as follows: - Introduce LoadUtxoDB to load (or create when needed) the new UTXO database on startup - Add utxoDb and utxoDbInfo to BlockChain to hold the new UTXO database - Initialize the UTXO database info in the UTXO database on startup - Populate utxoDb for mock chains in tests This is part of moving the UTXO set and state to a separate database.
- Loading branch information
Showing
10 changed files
with
367 additions
and
59 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
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
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
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.