-
Notifications
You must be signed in to change notification settings - Fork 337
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
Update BankHashDetails to include EpochAccountsHash #2466
Conversation
15cca05
to
17c6f67
Compare
The EpochAccountsHash gets mixed into a Bank hash once an epoch. It is just as important as the other items, and it was an oversight for the field not to be included to BankHashDetails. So, add EpochAccountsHash into BankHashDetails
a08a557
to
24a894b
Compare
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.
I had to rebase in order to resolve a conflict. The reason for the conflict shifted some things around and rebasing got a little messy. Given that and how small the PR is, so I squashed the commits to "reset" the review process in a sense. Given that it is only 11 lines, I don't see this as a huge deal so hopefully you agree 😅
The EpochAccountsHash gets mixed into a Bank hash once an epoch. It is just as important as the other items, and it was an oversight for the field not to be included to BankHashDetails. So, add EpochAccountsHash into BankHashDetails
Problem
The EpochAccountsHash gets mixed into a Bank hash once an epoch. It is
just as important as the other items, and it was an oversight for the
field not to be included to BankHashDetails.
Summary of Changes
So, add EpochAccountsHash into BankHashDetails