solana/cli/src
Han Yang e3b9d7fbb3
SDK: refactor `Signer` and `Signers` traits (#34984)
* read_keypair_file\((.+?)\)[\n\r\s]+.unwrap\(\)[\n\r\s]+.into\(\) -> Box::new(read_keypair_file().unwrap()), Presigner::new\((.*?)\).into\(\) -> Box::new(Presigner::new())

* compiles

* moar general

* doc

* Result impls FromIterator

* doc
2024-03-01 12:34:32 +01:00
..
address_lookup_table.rs Fix: add missing required attribute to LOOKUP_TABLE_ADDRESS arg for get subcommand (#35200) 2024-02-14 17:39:39 -07:00
checks.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
clap_app.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
cli.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
cluster_query.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
compute_unit_price.rs Cli support compute_unit_price (#26464) 2022-08-02 22:23:05 -05:00
feature.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
inflation.rs Fix pubkey-macro args (#34410) 2023-12-12 19:54:43 +00:00
lib.rs Fix pubkey-macro args (#34410) 2023-12-12 19:54:43 +00:00
main.rs solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
memo.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
nonce.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
program.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
program_v4.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
spend_utils.rs Fix typos (#34459) 2023-12-21 13:06:00 -07:00
stake.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01: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 solana-cli: format strings (#34288) 2023-12-01 09:00:14 +00:00
vote.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
wallet.rs Fix pubkey-macro args (#34410) 2023-12-12 19:54:43 +00:00