solana-with-rpc-optimizations/accounts-db
Yueh-Hsuan Chiang 2877b8182c
[TieredStorage] Rename owners_offset to owners_block_offset (#34047)
#### Problem
TieredStorageFooter::owners_offset refers to the offset to the
owners block, which looks very similar to OwnerOffset that
has a completely different concept -- the offset to access the
address of an owner in the owners-block.

#### Summary of Changes
Similar to the previous renaming index_offset to index_block_offset,
this PR renames owners_offset to owners_block_offset to
avoid confusion.
2023-11-13 18:42:51 -08:00
..
benches
src [TieredStorage] Rename owners_offset to owners_block_offset (#34047) 2023-11-13 18:42:51 -08:00
store-tool
Cargo.toml
build.rs