-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Store Validator): use thiserror + minor updates (#2848)
- DBCol is iterable by strum - save_chunk and save_partial_chunk are safe from incorrect writing - StoreValidator error usage refactoring, using thiserror crate - sanity tests for StoreValidator errors are added - check_discrepancy and check_cached macro for quick validations - get_block_shard_id_rev not panics for invalid keys - minor updates
- Loading branch information
Showing
11 changed files
with
355 additions
and
279 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.