-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(block-store): implement
KvBlockStore
and use it with lmdb
im…
…plementation Note: there is currently a bug fetching block data by height. Something is going wrong with encoding the block hash against the height causing for prefetching to fail for certain blocks (e.g. 800079). Original assumption it was an encodign issue converting strings to buffers, but that did not solve the problem. Continuing to investigate but pushing this commit to get eyes from others.
- Loading branch information
dtfiedler
committed
Nov 3, 2023
1 parent
8eaac30
commit 26380c3
Showing
4 changed files
with
67 additions
and
46 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