solana-with-rpc-optimizations/ledger-tool
steviez 744c2cbe04
ledger-tool: Switch subcommand dispatch from if-else to match (#34644)
A future change will add more cases to this if-else if-...-else chain.
Using a match statement will be easier to follow then a very long
if-else if-... chain.

This change was broken out in order to have a higher signal to noise
ratio in the subsequent change.
2024-01-03 21:53:27 -06:00
..
src ledger-tool: Switch subcommand dispatch from if-else to match (#34644) 2024-01-03 21:53:27 -06:00
tests Make RocksFifo storage size API expose an Option<u64> (#28192) 2022-10-04 12:38:40 -05:00
.gitignore
Cargo.toml Finish unified scheduler plumbing with min impl (#34300) 2023-12-19 09:50:41 +09:00