solana-with-rpc-optimizations/runtime
Yueh-Hsuan Chiang 2448486106
TieredStorage struct (2/N) -- write_accounts part 1 (#32541)
#### Summary of Changes
This PR initiates the implementation of TieredAccountsFile::write_accounts,
which will later support AccountsFile::append_accounts.

This PR also introduces TieredAccountsFileWriter -- the main writer struct for a
TieredAccountsFile.

#### Test Plan
Extended existing unit tests.
2023-07-27 14:55:48 +08:00
..
benches deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
src TieredStorage struct (2/N) -- write_accounts part 1 (#32541) 2023-07-27 14:55:48 +08:00
store-tool Replace AccountsFile::cloned_account by ReadableAccount::to_account_shared_data() (#32399) 2023-07-07 00:08:50 +08:00
tests Add stake_flags to stake state (#32524) 2023-07-24 09:09:40 -05:00
.gitignore
Cargo.toml dcou: BorrowedAccount::set_data() (#32424) 2023-07-13 22:44:08 +09:00
build.rs