cache account hash info (#19426)

* cache account hash info

* ledger_path -> accounts_hash_cache_path
This commit is contained in:
Jeff Washington (jwash)
2021-09-13 20:39:26 -05:00
committed by GitHub
parent dca49a614f
commit b57e86abf2
9 changed files with 737 additions and 48 deletions

View File

@ -928,6 +928,7 @@ mod tests {
snapshot_test_config.snapshot_config.clone(),
);
let tmpdir = TempDir::new().unwrap();
let accounts_hash_verifier = AccountsHashVerifier::new(
accounts_package_receiver,
Some(pending_snapshot_package),
@ -937,6 +938,7 @@ mod tests {
false,
0,
Some(snapshot_test_config.snapshot_config.clone()),
tmpdir.path().to_path_buf(),
);
let accounts_background_service = AccountsBackgroundService::new(