solana-program-library/token/cli/src
Justin Malčić cc2739fce1
token-cli: Clone signers (#3290)
* Switch to Arc

* Add temporary structs

To be removed upon upstream changes

* Get multisig signers earlier

* Build SignerFromPathConfig with multisig pubkeys

* Get default signer and address

* Store default signer and address

* Use stored default address

* Use stored default signer

* Avoid rereading signer for fee payer

* Clean up use statements

* Rename to ArcSigner

* Remove default_keypair

* Remove default_address

* Add comment for temporary newtype

* Refactor config

* Create config from args in tests

* Remove unused params

* Fix clippy warnings

* Fix rustfmt warnings

* Fix clippy warnings

* Move imports
2022-08-08 23:40:08 +02:00
..
bench.rs token-cli: Clone signers (#3290) 2022-08-08 23:40:08 +02:00
config.rs token-cli: Clone signers (#3290) 2022-08-08 23:40:08 +02:00
main.rs token-cli: Clone signers (#3290) 2022-08-08 23:40:08 +02:00
output.rs spl-token: provide more useful output when using create-token with the output option and small redesign of token cli architecture (#2593) 2021-11-24 12:08:46 -07:00
sort.rs token-cli: Support base token-2022 (without extensions) (#3071) 2022-07-27 10:47:43 +02:00