forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] HotStorageReader::get_account_meta_from_offset() (sol…
…ana-labs#33724) #### Problem HotStorageReader currently only implements get_footer(). It does not have a function to obtain the account meta. #### Summary of Changes This PR implements HotStorageReader::get_account_meta_from_offset(). A function that returns the account meta located at the specified offset. This will be the helper function that will be later used to obtain the account meta when the offset is available from the index block of a hot storage file. #### Test Plan A new test is included in this PR.
- Loading branch information
1 parent
afd044e
commit 9427343
Showing
1 changed file
with
57 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