8e3a30c22c
* Clean up orphaned account snapshot hardlink dirs * fix compilation issues * debugged, now working. seeing the orphaned directories deleted * change back to eprintln + exit for account_path error * changed eprintln to panic for now * add test_clean_orphaned_account_snapshot_dirs for codecov check * address a few comments and nit isseus * directly unzip, skipped the intermediate array of tuples * let set_up_account_run_and_snapshot_paths return Result * 'proper' typo, and comment on return * use map_err * use for loop in clean_orphaned_account_snapshot_dirs, removed panic * add test_set_up_account_run_and_snapshot_paths * minor, replace .for_each with .all * rename set_up_account_run_and_snapshot_paths to create_all_accounts_run_and_snapshot_dirs * remove unnecessary closure return type * change to for loop * change match to unwrap_or_else * remove create_dir_all(&account_path) in create_all * minor comment cleanup |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
solana-test-validator |