solana/runtime
Yueh-Hsuan Chiang 71b6370426
Abstract out StoredAccountMeta as an Enum (#30478)
#### Problem
The existing StoredAccountMeta requires the file and in-memory layout of
account metadata to match StoredMeta and AccountMeta.  This limits the
flexibility to implement different accounts storage file formats.

#### Summary of Changes
This PR abstracts out StoredAccountMeta as an Enum.
2023-03-09 15:52:51 -08:00
..
benches Generalize the return value of append_accounts() (#30571) 2023-03-06 09:52:05 -08:00
src Abstract out StoredAccountMeta as an Enum (#30478) 2023-03-09 15:52:51 -08:00
store-tool getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
tests Move bank tests to separate file (#29912) 2023-02-02 16:32:22 -08:00
.gitignore
Cargo.toml chore: workspace inheritance (#29893) 2023-02-23 22:01:54 +08:00
build.rs