forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] Add AccountsFile::TieredStorage (#72)
#### Problem AccountsFile currently doesn't have an implementation for TieredStorage. To enable AccountsDB tests for the TieredStorage, we need AccountsFile to support TieredStorage. #### Summary of Changes This PR implements a AccountsFile::TieredStorage, a thin wrapper between AccountsFile and TieredStorage.
- Loading branch information
1 parent
6024712
commit a916edb
Showing
2 changed files
with
48 additions
and
6 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