solana/ledger-tool/src
steviez 1e6e623da5
ledger-tool: Move AccountsDbConfig building to common helper function (#29975)
Several subcommands may wish to specify AccountsDb configuration
options. The matching is currently duplicated in both "verify" and
"create-snapshot" command, so move the config to a common helper.

Note that each subcommand that wishes to use any argument will still
need to add the argument to its' argument list under App::new().
2023-01-30 20:59:35 +00:00
..
bigtable.rs add solana-ledger-tool bigtable copy (#28122) 2023-01-09 11:23:35 +08:00
ledger_path.rs patches clippy errors from new rust nightly release (#27996) 2022-09-22 22:23:03 +00:00
main.rs ledger-tool: Move AccountsDbConfig building to common helper function (#29975) 2023-01-30 20:59:35 +00:00
output.rs Inlines variables into format strings (#29945) 2023-01-27 06:23:03 +00:00