Skip to content
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

Makes AccountsDb::bank_hashes private #29990

Merged

Conversation

brooksprumo
Copy link
Contributor

Problem

AccountsDb::bank_hashes is public, which makes it hard to change its impl. Luckily no one outside of accounts db accesses bank_hashes directly.

Summary of Changes

Makes bank_hashes private

@brooksprumo brooksprumo added work in progress This isn't quite right yet noCI Suppress CI on this Pull Request labels Jan 30, 2023
@brooksprumo brooksprumo self-assigned this Jan 30, 2023
@brooksprumo brooksprumo force-pushed the bank-hashes/make-private branch from d0f29e1 to 93f95f3 Compare January 31, 2023 02:37
@brooksprumo brooksprumo added CI Pull Request is ready to enter CI and removed work in progress This isn't quite right yet noCI Suppress CI on this Pull Request labels Jan 31, 2023
@solana-grimes solana-grimes removed the CI Pull Request is ready to enter CI label Jan 31, 2023
@brooksprumo brooksprumo marked this pull request as ready for review January 31, 2023 03:52
Copy link
Contributor

@jeffwashington jeffwashington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@brooksprumo brooksprumo merged commit aa72aa8 into solana-labs:master Jan 31, 2023
@brooksprumo brooksprumo deleted the bank-hashes/make-private branch January 31, 2023 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants