forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] HotStorageReader::account_matches_owners (solana-labs…
…#34350) #### Problem Each AccountsFile is required to implement account_matches_owners(), a public API that checks whether the account located at the specified offset matches any input owners. However, the implementation of account_matches_owners() for HotAccountsStorage is missing. #### Summary of Changes This PR implements HotStorageReader::account_matches_owners(). #### Test Plan A new unit-test is added to this PR.
- Loading branch information
1 parent
6bbd366
commit f73fd9d
Showing
1 changed file
with
136 additions
and
1 deletion.
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