move hashing functionality to accounts_hash (#15353)

This commit is contained in:
Jeff Washington (jwash)
2021-02-16 18:29:50 -06:00
committed by GitHub
parent 8367740ff9
commit 7fee0bc69c
4 changed files with 1579 additions and 1538 deletions

File diff suppressed because it is too large Load Diff

1559
runtime/src/accounts_hash.rs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@ pub mod accounts;
pub mod accounts_background_service;
pub mod accounts_cache;
pub mod accounts_db;
pub mod accounts_hash;
pub mod accounts_index;
pub mod append_vec;
pub mod bank;