solana/clap-v3-utils/src
DimAn 7d556a110d
Cli: add `find-program-derived-address` command (#30370)
* Add find-program-address solana cli command

* clippy

* clippy after rebase

* rename find-program-address -> find-program-derived-address

* rename is_complex_seed -> is_structured_seed

* add validator is_structured_seed to clap-v3-utils

* return CliError::BadParameter for PROGRAM_ID arg in case of incorrect parsing

* improve help for SEEDS arg

* extend About for create-address-with-seed command

* fix SEED help
2023-04-17 16:17:40 +09:00
..
fee_payer.rs
input_parsers.rs fixes errors from clippy::redundant_clone (#29536) 2023-01-05 18:42:19 +00:00
input_validators.rs Cli: add `find-program-derived-address` command (#30370) 2023-04-17 16:17:40 +09:00
keypair.rs Fix keygen usb panic (debug only) (#31194) 2023-04-14 02:21:00 +00:00
lib.rs
memo.rs
nonce.rs [clap-utils] Remove `--blockhash` arg as a strict requirement when passing `--nonce` (#30864) 2023-03-24 09:48:16 +09:00
offline.rs