solana-with-rpc-optimizations/ledger-tool
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
..
src ledger-tool: Workaround clap bug for encoding arg in genesis command (#32626) 2023-07-26 13:25:56 -05:00
tests Make RocksFifo storage size API expose an Option<u64> (#28192) 2022-10-04 12:38:40 -05:00
.gitignore
Cargo.toml Move CostModel and CostTracker to its own crate (#32354) 2023-07-06 10:08:18 -07:00