* cli-output: Add option sigverify status to `println_transaction()` output
(cherry picked from commit a2aea0ca33)
* cli: Add sigverify status to `decode-transaction` output
(cherry picked from commit d547585041)
* CLI: Modernize `decode-transaction` about message
(cherry picked from commit fddbfe1052)
Co-authored-by: Trent Nelson <trent@solana.com>
* Deprecate commitment variants (#14797)
* Deprecate commitment variants
* Add new CommitmentConfig builders
* Add helpers to avoid allowing deprecated variants
* Remove deprecated transaction-status code
* Include new commitment variants in runtime commitment; allow deprecated as long as old variants persist
* Remove deprecated banks code
* Remove deprecated variants in core; allow deprecated in rpc/rpc-subscriptions for now
* Heavier hand with rpc/rpc-subscription commitment
* Remove deprecated variants from local-cluster
* Remove deprecated variants from various tools
* Remove deprecated variants from validator
* Update docs
* Remove deprecated client code
* Add new variants to cli; remove deprecated variants as possible
* Don't send new commitment variants to old clusters
* Retain deprecated method in test_validator_saves_tower
* Fix clippy matches! suggestion for BPF solana-sdk legacy compile test
* Refactor node version check to handle commitment variants and transaction encoding
* Hide deprecated variants from cli help
* Add cli App comments
(cherry picked from commit ffa5c7dcc8)
* Fix 1.5 stake-o-matic
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
* CLI: Strive for at least one signer
(cherry picked from commit 8f8d593457)
* CLI: Allow missing pubkey in `--verbose` config output
(cherry picked from commit 90e1778cd2)
* CLI: Don't scare the users
(cherry picked from commit e9c98f2416)
Co-authored-by: Trent Nelson <trent@solana.com>
* Make commitment a global arg
* Add commitment to solana/cli/config.yml
* Fixup a couple Display/Verbose bugs
(cherry picked from commit a7086a0f83)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
* Introduce rpc url monikers for cli
* Use https:// and support initials as well
(cherry picked from commit 54a5876c48)
Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
* Deploy: send write transactions to leader tpu
* Less apparent stalling during confirmation
* Add EpochInfo mock
* Only get cluster nodes once
* Send deploy writes to next leader
* Check program account before attempting to create it
* Use last_valid_slot to timeout status checks
* Include transaction history in RpcClient::get_signature_statuses requests
* Improve solana-deploy send-transactions
* Clippy
* Improve mock deploy test
* Review comments