solana-with-rpc-optimizations/tokens/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
..
arg_parser.rs tokens: fix url clap arg name (#34371) 2023-12-08 15:48:54 -07:00
args.rs Make active stake consistent in split (#33295) 2023-09-20 06:00:51 +00:00
commands.rs SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
db.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
lib.rs Make active stake consistent in split (#33295) 2023-09-20 06:00:51 +00:00
main.rs Make active stake consistent in split (#33295) 2023-09-20 06:00:51 +00:00
spl_token.rs cli: solana-tokens, validate inputs gracefully (#33926) 2023-11-02 18:06:00 -06:00
stake.rs Make active stake consistent in split (#33295) 2023-09-20 06:00:51 +00:00
token_display.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00