solana-with-rpc-optimizations/runtime
HaoranYi 0c684721d8
Separate remotely downloaded snapshot archives (#23510)
* seperate remotely downloaded snapshot archives

* add str const for snapshot download dir

* only walk remote sub directory

* move directory creation outside of loop

* move is_remote to traits

* clippy simplify

* clippy

* clippy

* add unittest

* fix local cluster tests

* look for remote snapshot archive in remote foler

* create remote dir in tests

* use snapshot download dir constant

* extract build_remote_dir fn

* fix build

* code review - walking snapshot archived dirs explicitly

* fix build

* fix build

* fix comments

* Update runtime/src/snapshot_utils.rs

Co-authored-by: Brooks Prumo <brooks@prumo.org>

* clippy

* borrow to avoid copy

Co-authored-by: Brooks Prumo <brooks@prumo.org>
2022-03-14 14:03:59 -05:00
..
benches plumbing for 'other_slot' in 'update_index' (#23330) 2022-02-25 12:58:08 -06:00
src Separate remotely downloaded snapshot archives (#23510) 2022-03-14 14:03:59 -05:00
store-tool Bump version to 1.10.3 (#23648) 2022-03-14 11:18:45 -05:00
tests Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
.gitignore
Cargo.toml Bump version to 1.10.3 (#23648) 2022-03-14 11:18:45 -05:00
build.rs