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] Code refactoring for OwnersBlock (solana-labs#34854)
#### Problem The OwnersBlockFormat is currently defined inside footer.rs instead of inside owners.rs. In addition, the implementation of OwnersBlock doesn't honor OwnersBlockFormat. #### Summary of Changes This PR moves OwnersBlockFormat from footer.rs to owners.rs and repurpose OwnersBlock as OwnersBlockFormat (just like the IndexBlockFormat inside index.rs) #### Test Plan Existing unit-tests.
- Loading branch information
1 parent
39687a0
commit 81b3210
Showing
4 changed files
with
76 additions
and
54 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
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