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] writing hot account blocks and index blocks (solana-l…
…abs#34828) #### Problem The implementation of write_accounts() for HotAccountStorage is missing. It consists of the writing of account blocks, index block, and owners block. #### Summary of Changes This PR completes part of the HotStorageWriter::write_accounts(). Specifically, it finishes the writing of account blocks and index block. #### Test Plan A new unit-test is added to verify the correctness of the work-in-progress HotStorageWriter::write_accounts().
- Loading branch information
1 parent
2c98399
commit 26d62b9
Showing
2 changed files
with
265 additions
and
25 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