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] Enable hot-storage in TieredStorage::write_accounts() (…
…solana-labs#35049) #### Problem While the implementation of hot-storage reader and writer are mostly done, it is not yet connected to TieredStorage. #### Summary of Changes This PR enables hot-storage in TieredStorage::write_accounts(). #### Test Plan Completes the existing tests in TieredStorage to directly write and read from a TieredStorage with the hot storage format.
- Loading branch information
1 parent
c3d1831
commit 785dd21
Showing
2 changed files
with
77 additions
and
51 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