solana-with-rpc-optimizations/cli/src
Tyera Eulberg 873fe81bc0
Add offline and fee-payer utilities to CLI vote module (#21579)
* create-vote-account: add offline, nonce, fee_payer capabilities

* vote-authorize: add offline, nonce, fee-payer

* vote-update-things: add offline, nonce, fee-payer

* withdraw-vote: add offline, nonce, fee-payer

* close-vote-acct: add fee-payer

* Allow WithdrawVoteAccount to empty account, since offline operations cannot perform account state queries as in CloseVoteAccount

* Fix lint

* Update offline-signing docs

* Add some parse unit tests

* Add offline integration test
2021-12-06 15:54:50 -07:00
..
checks.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
clap_app.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cli.rs Add offline and fee-payer utilities to CLI vote module (#21579) 2021-12-06 15:54:50 -07:00
cluster_query.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
feature.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
inflation.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs
main.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
memo.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
nonce.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
program.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
spend_utils.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
stake.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
test_utils.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
validator_info.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
vote.rs Add offline and fee-payer utilities to CLI vote module (#21579) 2021-12-06 15:54:50 -07:00
wallet.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00