solana/ledger-tool/src
steviez 9980771788
ledger-tool: Workaround clap bug for encoding arg in genesis command (#32626)
The --encoding flag only makes sense for the genesis command if the
genesis accounts will be printed. Hence, the encoding flag used the
Arg::requires() function on --accounts argument.

However, in what appears to be a clap bug, this made the --accounts flag
required even though it should not be. So, remove the .requires()
dependency between these two arguments.
2023-07-26 13:25:56 -05:00
..
args.rs add cli args and use of partitioned rewards config (#31800) 2023-05-24 10:54:09 -07:00
bigtable.rs ledger-tool: Move shred storage type inference next to Blockstore::open (#30084) 2023-02-02 16:55:18 -06:00
ledger_path.rs ledger-tool: Remove unnecessary function to parse ledger path arg (#29952) 2023-02-01 13:01:58 -06:00
ledger_utils.rs ledger-tool: Add flag to store tx metadata in verify subcommand (#32400) 2023-07-08 17:33:22 -05:00
main.rs ledger-tool: Workaround clap bug for encoding arg in genesis command (#32626) 2023-07-26 13:25:56 -05:00
output.rs Inlines variables into format strings (#29945) 2023-01-27 06:23:03 +00:00
program.rs Bump solana_rbpf to v0.6.0 (#32313) 2023-07-05 19:46:21 +02:00