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] Write owners block for HotAccountStorage (solana-labs…
…#34927) #### Problem So far the current HotStorageWriter::write_accounts() only writes accounts blocks and index block. #### Summary of Changes The PR further writes owners block in HotStorageWriter::write_accounts(). #### Test Plan Extended existing test for HotStorageWriter to cover the owners block.
- Loading branch information
1 parent
3d4c8e8
commit d667c15
Showing
2 changed files
with
67 additions
and
19 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