-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* next_pruning_point_and_candidate_by_block_hash * expected_header_pruning_point * Fix tests * block level * calc_block_parents * fix off by one * Add devnet params * Replace cache * Fix lint errors * fmt * Optimize cache * Remove unused import * Use parking lot rwlock * Remove moka * Add pruning point info * Add check to number of levels in check_indirect_parents * Remove redundant static lifetime specifier * Fix the pruning point check * typos * get pruning info with one call from store * Build payload with iterators * Test iterator edge case, remove comment, add test todos * Fix a parenthesis location bug... * use ..= syntax to be more explicit about the inclusiveness of the range * once * Pass PruningPointInfo struct to expected_header_pruning_point to avoid flipping current and candidate argument order Co-authored-by: msutton <mikisiton2@gmail.com>
- Loading branch information
1 parent
365f2f3
commit bca138c
Showing
26 changed files
with
1,080 additions
and
408 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.