solana-with-rpc-optimizations/runtime
Yueh-Hsuan Chiang bf6d0aba4c
TieredStorage struct (4/N) -- remove_on_drop (#32603)
#### Summary of Changes
This PR makes TieredStorage implement Drop which does the remove-on-drop
behavior that follows the AccountsFile convention.
2023-08-07 15:39:46 -07:00
..
benches deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
src TieredStorage struct (4/N) -- remove_on_drop (#32603) 2023-08-07 15:39:46 -07:00
store-tool Do not drop AppendVec in store-tool (#32739) 2023-08-07 12:15:01 -04:00
tests stake: deprecate on chain warmup/cooldown rate and config (#32723) 2023-08-07 13:23:24 -07:00
.gitignore
Cargo.toml Moves some accounts-db test-only code into a dev-context-only-utils feature (#32748) 2023-08-07 17:28:15 -04:00
build.rs