solana/cli/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
..
address_lookup_table.rs
checks.rs
clap_app.rs Add solana_clap_utils::hidden_unless_forced() (#30843) 2023-03-22 08:59:17 +00:00
cli.rs Cli: add `find-program-derived-address` command (#30370) 2023-04-17 16:17:40 +09:00
cluster_query.rs Cli: support json output for transaction-history (#30376) 2023-02-21 22:47:22 -07:00
compute_unit_price.rs
feature.rs Add solana_clap_utils::hidden_unless_forced() (#30843) 2023-03-22 08:59:17 +00:00
inflation.rs
lib.rs
main.rs
memo.rs
nonce.rs
program.rs Cleanup - mock InvokeContext (#31007) 2023-04-03 17:23:24 +02:00
spend_utils.rs
stake.rs cli: require one or more authority params in `stake-authorized-checked` (#30863) 2023-03-23 04:13:56 +00:00
test_utils.rs
validator_info.rs Add solana_clap_utils::hidden_unless_forced() (#30843) 2023-03-22 08:59:17 +00:00
vote.rs
wallet.rs Cli: add `find-program-derived-address` command (#30370) 2023-04-17 16:17:40 +09:00