solana/runtime
Brooks Prumo 6d939811e9
Name snapshots consistently (#19346)
#### Problem

Snapshot names are overloaded, and there are multiple terms that mean the same thing. This is confusing. Here's a list of ones in the codebase that I've found:

```
- snapshot_dir
- snapshots_dir
- snapshot_path
- snapshot_output_dir
- snapshot_package_output_path
- snapshot_archives_dir
```

#### Summary of Changes

For all the ones that are about the directory where snapshot archives are stored, ensure they are `snapshot_archives_dir`. For the ones about the (bank) snapshots directory, set to `bank_snapshots_dir`.


Co-authored-by: Michael Vines <mvines@gmail.com>
2021-08-21 15:41:03 -05:00
..
benches accounts_index_bins to AccountsIndexConfig (#19257) 2021-08-17 14:50:01 -05:00
src Name snapshots consistently (#19346) 2021-08-21 15:41:03 -05:00
store-tool chore: bump log from 0.4.11 to 0.4.14 (#18323) 2021-06-30 18:32:01 +00:00
tests stake: Remove v2 program references (#19308) 2021-08-20 01:08:44 -04:00
.gitignore
Cargo.toml change untar to use unpack instead of unpack_in (#19216) 2021-08-18 15:49:02 -05:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00