sort storages by slot before scan (#17411)

* sort storages by slot before scan

* fix return value
This commit is contained in:
Jeff Washington (jwash)
2021-06-01 15:07:46 -05:00
committed by GitHub
parent 72bb271a94
commit ef5169ff24
4 changed files with 174 additions and 27 deletions

View File

@@ -34,6 +34,7 @@ pub mod secondary_index;
pub mod serde_snapshot;
pub mod snapshot_package;
pub mod snapshot_utils;
pub mod sorted_storages;
pub mod stakes;
pub mod status_cache;
mod system_instruction_processor;