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

Apply AccountsFileProvider to more functions #439

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yhchiang-sol
Copy link

Problem

#334 introduces AccountsFileProvider trait to start allowing functions
to switch between different AccountsFile implementations, but most
functions are still using hard-coded AppendVecProvider instead of
taking a generic.

Summary of Changes

Apply generic AccountsFileProvider to more functions, but still leave
the top-level caller to use AppendVecProvider.

Dependencies

#334

@yhchiang-sol yhchiang-sol marked this pull request as draft March 26, 2024 22:01
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 98.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 81.8%. Comparing base (7c8a287) to head (1572224).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master     #439     +/-   ##
=========================================
- Coverage    81.8%    81.8%   -0.1%     
=========================================
  Files         841      841             
  Lines      228267   228298     +31     
=========================================
+ Hits       186924   186947     +23     
- Misses      41343    41351      +8     

@mergify mergify bot requested a review from a team March 31, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants