-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate Roots #5
Conversation
Any data error should not stop the program from running. Instead, if it finds a data issue, it should print the error in a report or to std_output and continue with the execution of the validation. This way, you can surface multiple mistakes all at once and work on their fix. |
…_to_access_list_elem
add map_hypersync_binary_array_to_list_hashes
convert_arrow_array_into_access_list, convert blob_versioned_hashes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 💪
No description provided.