solana/cli
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
..
src SDK: refactor `Signer` and `Signers` traits (#34984) 2024-03-01 12:34:32 +01:00
tests cli: program set-upgrade-authority sign-only (#35203) 2024-02-22 02:07:00 +01:00
.gitignore
Cargo.toml cli: program upgrade with offline signing (--sign-only mode) (#33860) 2023-12-14 15:21:17 +01:00