forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] TieredStorageReader:: and HotStorageReader:: accounts…
…() (solana-labs#35031) #### Problem HotStorageReader and TieredStorageReader haven't implemented accounts() that is required by AcocuntsFile. #### Summary of Changes This PR implements accounts() for both HotStorageReader and TieredStorageReader #### Test Plan Extend the existing test to cover accounts().
- Loading branch information
1 parent
6451a95
commit 33c624e
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters