solana-with-rpc-optimizations/core
steviez e337631f32
Cleanup backup_and_clear_blockstore() (#32461)
Some of the cleanup tasks include ...
- Make subfunctions return a Result and allow error handling above
- Add some clarifying comments
- Give backup directory name a more meaningful name
- Add some additional logs (with timing info) for long running parts
2023-07-28 06:43:04 -05:00
..
benches deprecates Signature::new in favor of Signature::{try_,}from (#32481) 2023-07-14 22:51:12 +00:00
src Cleanup backup_and_clear_blockstore() (#32461) 2023-07-28 06:43:04 -05:00
tests Move bank specific code out of epoch_accounts_hash/utils.rs (#32623) 2023-07-25 14:12:20 -07:00
.gitignore
Cargo.toml dcou: mod banking_trace::for_test (#32428) 2023-07-14 09:39:46 +09:00
build.rs