-
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.
chain: Replace Checkpoint with separately-stored block/state
This is more efficient for most queries, and it sidesteps the special case of the genesis state (which was not the result of applying a block).
- Loading branch information
1 parent
3ca4ff7
commit a7b05a3
Showing
5 changed files
with
292 additions
and
166 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.