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

Removes hash param from AccountsCache::store() #33598

Merged

Conversation

brooksprumo
Copy link
Contributor

Problem

The hash parameter to AccountsCache::store() is always None in non-test code. We do not need the hash parameter anymore.

Summary of Changes

Remove the hash parameter and set the initial value to None.

@brooksprumo brooksprumo self-assigned this Oct 9, 2023
@brooksprumo brooksprumo marked this pull request as ready for review October 9, 2023 18:00
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! Ty!

@brooksprumo brooksprumo added the automerge Merge this Pull Request automatically once CI passes label Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #33598 (5e57c9f) into master (7afb11f) will decrease coverage by 0.1%.
Report is 7 commits behind head on master.
The diff coverage is 100.0%.

@@            Coverage Diff            @@
##           master   #33598     +/-   ##
=========================================
- Coverage    81.7%    81.7%   -0.1%     
=========================================
  Files         807      807             
  Lines      218287   218284      -3     
=========================================
- Hits       178524   178486     -38     
- Misses      39763    39798     +35     

@mergify mergify bot merged commit c924719 into solana-labs:master Oct 9, 2023
16 checks passed
@brooksprumo brooksprumo deleted the account-hash/no-hash-in-insert branch October 9, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants