solana/runtime
Xiang Zhu 0a2e897f16
Clean up the outdated SnapshotPackage snapshot_links field (#31360)
* Remove snapshot_links

* Change the function name from snapshot_dir to bank_snapshot_dir

* Format fix

* Fix test_concurrent_snapshot_packaging

* Fix clippy error

* Fix nits

* Fix nits 2nd try

* Use get_bank_snapshots_dir

* Use slot_dir

* Revert "Use get_bank_snapshots_dir" because get_bank_snapshots_dir is private to crate

This reverts commit 1ed9b3b2c8e84689a918beee7159f63c56500a96.
2023-05-01 11:24:59 -07:00
..
benches Refactor - Use builtin function interface from rbpf (#31221) 2023-04-21 18:08:32 +02:00
src Clean up the outdated SnapshotPackage snapshot_links field (#31360) 2023-05-01 11:24:59 -07:00
store-tool getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
tests Add new CreateVoteAccount instruction-set builders (#31330) 2023-04-27 11:14:39 -06:00
.gitignore
Cargo.toml Check program modification slots during cold start (#31331) 2023-04-28 06:22:14 -07:00
build.rs