solana-with-rpc-optimizations/ledger-tool
steviez 3dd348802f
Bubble up genesis load errors instead of exiting (#34851)
The function open_genesis_config() performs several operations that
could fail. If any of these fail, the process exits immediately.

Instead of exiting immediately, bubble up the error and let the caller
decide the appropriate action. solana-validator and solana-ledger-tool
will functionally be unchanged, but this consolidates startup failures
for both of these processes.
2024-01-19 10:25:46 -05:00
..
src Bubble up genesis load errors instead of exiting (#34851) 2024-01-19 10:25:46 -05:00
tests
.gitignore
Cargo.toml