solana-with-rpc-optimizations/cli/tests
nathan haim 60ccdb3fb4
cli: program set-upgrade-authority sign-only (#35203)
* cli: program set-upgrade-authority
Add --sign-only flag

* Apply suggestions from code review

This fixes nits.
It modifies tests: it will sign offline with `newAuthority` keypair instead of fee payer. Then it reuses the signature in the next command.

Co-authored-by: Jon C <me@jonc.dev>

* cli/tests/program: fix tests

* cli/src/program: delete unsed import

* fix to pass ci cargo-clippy-nightly

---------

Co-authored-by: Jon C <me@jonc.dev>
2024-02-22 02:07:00 +01:00
..
fixtures
address_lookup_table.rs
nonce.rs harden cli tests (#34844) 2024-01-19 12:14:31 -06:00
program.rs cli: program set-upgrade-authority sign-only (#35203) 2024-02-22 02:07:00 +01:00
request_airdrop.rs
stake.rs harden cli tests (#34844) 2024-01-19 12:14:31 -06:00
transfer.rs harden cli tests (#34844) 2024-01-19 12:14:31 -06:00
vote.rs