solana/ledger-tool
mergify[bot] 654cf17c68
v2.0: ledger-tool: Fix create-snapshot default value for output_directory (backport of #3148) (#3153)
ledger-tool: Fix create-snapshot default value for output_directory (#3148)

The arguments to specify full and incremental snapshot archives paths
used to be a global argument; these were moved to only be instantiated
on commands that needed them in #1773.

But, when the arguments were moved from app-level to subcommand-level,
the code that matches the arguments was not updated to look at
subcommand-matches instead of app-matches.

(cherry picked from commit 1d9947cd68)

Co-authored-by: steviez <steven@anza.xyz>
2024-10-15 10:41:18 -10:00
..
src v2.0: ledger-tool: Fix create-snapshot default value for output_directory (backport of #3148) (#3153) 2024-10-15 10:41:18 -10:00
tests ledger-tool: Remove duplicate slot output code (#1255) 2024-05-15 17:31:19 -05:00
.gitignore
Cargo.toml Add Shuttle multithreading test infrastructure (#1634) 2024-06-17 19:24:43 -03:00