solana/cli/src
Jon Cinque fa968da32e
cli: Don't skip preflight when interacting with programs (#33426)
* cli: Don't skip preflight when closing a program

* Don't skip preflight anywhere for program deploys, fix test
2023-09-28 15:08:11 +02:00
..
address_lookup_table.rs Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
checks.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
clap_app.rs Implement CLI front-end for loader-v4 commands (#33289) 2023-09-19 08:27:35 -07:00
cli.rs Add csv output option to stake and vote account rewards (#32360) 2023-09-21 19:23:37 +02:00
cluster_query.rs Add csv output option to stake and vote account rewards (#32360) 2023-09-21 19:23:37 +02:00
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
feature.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
inflation.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
lib.rs Processors to compile and send LoaderV4 CLI commands (#33228) 2023-09-18 06:43:33 -07:00
main.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
memo.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
nonce.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
program.rs cli: Don't skip preflight when interacting with programs (#33426) 2023-09-28 15:08:11 +02:00
program_v4.rs Implement CLI front-end for loader-v4 commands (#33289) 2023-09-19 08:27:35 -07:00
spend_utils.rs Use new client crates (#27360) 2022-08-24 10:47:02 -06:00
stake.rs Add csv output option to stake and vote account rewards (#32360) 2023-09-21 19:23:37 +02:00
test_utils.rs cli: Don't skip preflight when interacting with programs (#33426) 2023-09-28 15:08:11 +02:00
validator_info.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00
vote.rs Add csv output option to stake and vote account rewards (#32360) 2023-09-21 19:23:37 +02:00
wallet.rs Refactor - Demotes `Arc` to `Rc`. (#32982) 2023-08-25 00:54:06 +02:00