solana/cli/src
Alexander Meißner f30f3bddbb
Refactor: Remove program_id from process_instruction() (#20540)
* Replaces usage of program_id parameter by invoke_context.get_caller()?.

* Removes "pubkey: &Pubkey" parameter from "process_instruction()".
2021-10-10 22:29:18 +02:00
..
checks.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
clap_app.rs Cli: app and wallet command reorg (#18955) 2021-07-29 00:19:34 -06:00
cli.rs Cli: check current authorities before attempting to change them (#19853) 2021-09-15 13:59:05 -06:00
cluster_query.rs stake: Remove v2 program references (#19308) 2021-08-20 01:08:44 -04:00
feature.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
inflation.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
lib.rs Cli: app and wallet command reorg (#18955) 2021-07-29 00:19:34 -06:00
main.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
memo.rs
nonce.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
program.rs Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
spend_utils.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
stake.rs Add struct and convenience methods to track stake activation status (#20392) 2021-10-04 18:59:11 -04:00
test_utils.rs
validator_info.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00
vote.rs Cli: check current authorities before attempting to change them (#19853) 2021-09-15 13:59:05 -06:00
wallet.rs Deprecate FeeCalculator returning APIs (#19120) 2021-08-13 09:08:20 -07:00