solana-with-rpc-optimizations/core
Xiang Zhu 16f3dcd5d2
Update fn create_and_verify_snapshot (#31245)
* only 1 snapshot per archive in create_and_verify_snapshot

* Update create_and_verify_snapshot with the newer funtion calls

* Fix test_package_snapshots

* Remove account path access change

* Rename slot to num_snapshots

* Remove unncessary purge_old_bank_snapshots in test

* Update non-deterministic format comment

* Cleanup unnecessary hash calls

* Use get_accounts_hash

* Remove extra declaration

* Remove rehash

* Remove clean_accounts

* Revert "Cleanup unnecessary hash calls"

This reverts commit 06b1457462cf6d7acf62e0e5531633caf5d9fc58.

Removing unncessary hash calls should be done for create_and_verify_snapshot,
not bank_to_full_snapshot_archive

* Fix typo appenedvecs

* Remove bank_snapshots_dir after rebasing
2023-04-24 18:52:50 -07:00
..
benches PohRecorder take Arc not &Arc for blockstore (#31234) 2023-04-19 11:41:18 -07:00
src Update fn create_and_verify_snapshot (#31245) 2023-04-24 18:52:50 -07:00
tests Update fn create_and_verify_snapshot (#31245) 2023-04-24 18:52:50 -07:00
.gitignore
Cargo.toml removes unused dependencies (#30917) 2023-03-28 17:25:44 +00:00
build.rs