-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] Include Hot Account in StoredAccountMeta and Readable…
…Account (#33544) #### Problem All account storage formats are required to implement both StoredAccountMeta and ReadableAccount, but the implementation for the hot account format is missing. #### Summary of Changes This PR includes hot account format into StoredAccountMeta and ReadableAccount enum. This will allow the TieredStorageReader in the future PRs to return hot account format in its `get_account` implementation.
- Loading branch information
1 parent
937cf53
commit ecb1f8a
Showing
2 changed files
with
44 additions
and
5 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