-
Notifications
You must be signed in to change notification settings - Fork 310
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
bank hash details supports skipped rewrites #1648
bank hash details supports skipped rewrites #1648
Conversation
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.
lgtm
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.
Logic overall looks fine, just a couple minor things
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.
LGTM
Problem
The bank hash details file is very valuable when investigating hash mismatch issues. We're running into a hash mismatch issue when testing out skipping rewrites and packing ancient storages. Unfortunately, the bank hash details file is not helpful for inspecting the actual accounts, since it does not include the skipped rewrites accounts.
Summary of Changes
When getting the accounts for bank hash details, also get any skipped rewrite accounts.