-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(archival_state): Add archival block MMR
Add a new field to the archival state, `archival_block_mmr` which is an archival MMR of all block digests in the canonical chain. This allows the client to instantly check if a block belongs to the canonical chain, and thus to faster prune abandoned monitored UTXOs, which is the motivation for this addition. In the future, this data structure will allow archival nodes to prove the canonicity of a block relative to a tip such that light nodes (that only see the current tip) can verify that any received blocks belong to the canonical chain.
- Loading branch information
1 parent
66ae10d
commit fd9a10a
Showing
5 changed files
with
169 additions
and
4 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
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