solana/runtime/benches
Yueh-Hsuan Chiang a78ef393bf
Generalize the return value of append_accounts() (#30571)
#### Problem
The existing append_accounts returns a vector of offsets, which accounts-db
later uses it to infer the storage size of each account.  However, such inference
does not apply to the new hot/cold storage format.

#### Summary of Changes
This PR changes the return value of append_accounts() to `Vec<StoredAccountInfo>`,
which includes both offset and storage size information of an account.
2023-03-06 09:52:05 -08:00
..
accounts.rs Extract BankHashLamportsVerifyConfig (#30320) 2023-02-15 16:03:50 -06:00
accounts_index.rs add second type to accounts index for disk (#30446) 2023-02-23 13:05:06 -08:00
append_vec.rs Generalize the return value of append_accounts() (#30571) 2023-03-06 09:52:05 -08:00
bank.rs Refactor - Remove `process_instruction` parameter `first_instruction_account` (#30579) 2023-03-06 17:37:37 +01: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