solana-with-rpc-optimizations/accounts-db
Yueh-Hsuan Chiang 3038d47f1c
[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 12:17:12 -07:00
..
benches Adds a new bench for accounts delta hash (#210) 2024-03-12 14:25:47 -04:00
src [TieredStorage] Store account address range (#172) 2024-03-20 12:17:12 -07:00
store-tool [anza migration]: add 'agave=info' to default log level (#223) 2024-03-14 20:35:33 +08:00
Cargo.toml Increases account hash's stack buffer to hold 200 bytes of data (#56) 2024-03-05 12:02:47 -05:00
build.rs Crates have identical build.rs to frozen-abi can just be symlink (#33787) 2023-10-21 13:33:10 -05:00