solana/accounts-db
Yueh-Hsuan Chiang 2273098c55 [TieredStorage] Store account address range (#172)
#### Problem
The TieredStorageFooter has the min_account_address and
max_account_address fields to describe the account address
range in its file.  But the current implementation hasn't updated
the fields yet.

#### Summary of Changes
This PR enables the TieredStorage to persist address range
information into its footer via min_account_address and
max_account_address.

#### Test Plan
Updated tiered-storage test to verify persisted account address range.
2024-03-20 16:28:38 -05:00
..
benches Adds a new bench for accounts delta hash (#210) 2024-03-15 22:22:45 -05:00
src [TieredStorage] Store account address range (#172) 2024-03-20 16:28:38 -05:00
store-tool Uses AccountHash in StorableAccountsWithHashesAndWriteVersions (#33751) 2023-10-18 18:58:19 -04:00
Cargo.toml Increases account hash's stack buffer to hold 200 bytes of data (#56) 2024-03-09 13:23:06 -06:00
build.rs Crates have identical build.rs to frozen-abi can just be symlink (#33787) 2023-10-21 13:33:10 -05:00