solana/runtime/benches
Yueh-Hsuan Chiang ac7e7aa8f0
Move account-meta structs from append_vec.rs to account_meta.rs (#30443)
#### Problem
As we start supporting new storage formats, those account-meta
structs will be shared by different storage formats and thus need
a new home.

#### Summary of Changes
This PR creates meta.rs under account_storage and moves all the account-meta
structs out from append_vec.rs.
2023-02-22 16:10:34 -08:00
..
accounts.rs Extract BankHashLamportsVerifyConfig (#30320) 2023-02-15 16:03:50 -06:00
accounts_index.rs remove add_root(caching_enabled) (#29245) 2022-12-13 11:26:28 -08:00
append_vec.rs Move account-meta structs from append_vec.rs to account_meta.rs (#30443) 2023-02-22 16:10:34 -08:00
bank.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
prioritization_fee_cache.rs collect min prioritization fees when replaying sanitized transactions (#26709) 2022-08-31 08:00:55 -05:00
status_cache.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00