solana-with-rpc-optimizations/core
steviez 6b93d05c37
Add LedgerCleanupService::find_slots_to_clean() test (#28656)
Add a test to better exercise find_slots_to_clean(), as well as a minor
bug fix to this method that was found as a result of writing test.
2022-10-29 00:55:21 +02:00
..
benches Split out voting and banking threads in banking stage (#27931) 2022-10-20 21:10:48 +00:00
src Add LedgerCleanupService::find_slots_to_clean() test (#28656) 2022-10-29 00:55:21 +02:00
tests Renames fn to Bank::update_accounts_hash_for_tests() (#28620) 2022-10-28 14:33:05 -04:00
.gitignore
Cargo.toml Use num-enum crate to make everything typesafe 2022-10-05 11:43:27 -05:00
build.rs