solana-with-rpc-optimizations/core
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
..
benches consumer bench same number of txs per iteration (#34752) 2024-01-12 08:24:45 -08:00
src Bubble up genesis load errors instead of exiting (#34851) 2024-01-19 10:25:46 -05:00
tests clippy: core lints (#34629) 2024-01-04 17:02:56 +00:00
.gitignore
Cargo.toml Finish unified scheduler plumbing with min impl (#34300) 2023-12-19 09:50:41 +09:00
build.rs