solana/ledger-tool/src
steviez 479b7ee9f2
Bubble up errors in bank_fork_utils instead of exiting process (#34277)
There are operations in bank_fork_utils that may fail; we explicitly
call std::process::exit() on several of these. Granted we may end up
exiting the process higher up the callstack, bubbling the errors up
allow a caller that could handle the error to do so.
2023-11-30 16:35:59 -06:00
..
args.rs Removes filler accounts (#34115) 2023-11-19 20:36:57 -05:00
bigtable.rs ledger-tool: read bigtable entries (#34266) 2023-11-30 21:33:04 +00:00
ledger_path.rs ledger-tool: Consolidate ledger-tool specific directories (#32851) 2023-08-16 12:27:55 -05:00
ledger_utils.rs Bubble up errors in bank_fork_utils instead of exiting process (#34277) 2023-11-30 16:35:59 -06:00
main.rs Output BankHashDetails file when leader drops its' own block (#34256) 2023-11-29 17:20:27 -06:00
output.rs ledger-tool: read bigtable entries (#34266) 2023-11-30 21:33:04 +00:00
program.rs Cleanup - Feature gate of `delay_visibility_of_program_deployment` (#34087) 2023-11-15 18:29:31 +01:00