solana/sdk/src
Alexander Meißner e7c9b9329d
Fixes a bug in MockInvokeContext::get_compute_meter() and adjusts the test assert_instruction_count accordingly. (#20854)
The get_compute_meter() method created a reference to a clone instead of cloning the reference.
2021-10-22 09:46:47 +02:00
..
signer
transaction Cleanup and standardize precompiles (#19918) 2021-09-17 11:36:57 -07:00
account.rs
account_utils.rs
builtins.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
client.rs Remove blockhash from fee calculation (#20641) 2021-10-13 13:10:58 -07:00
commitment_config.rs Optimize RPC pubsub for multiple clients with the same subscription (#18943) 2021-09-17 13:40:14 -06:00
compute_budget.rs Add program heap bump instruction (#20607) 2021-10-19 21:01:39 -07:00
derivation_path.rs
deserialize_utils.rs
ed25519_instruction.rs Simplify ed25519 instruction index 2021-10-05 14:14:05 +01:00
entrypoint.rs
entrypoint_deprecated.rs
entrypoint_native.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
epoch_info.rs
exit.rs
feature.rs
feature_set.rs Add program heap bump instruction (#20607) 2021-10-19 21:01:39 -07:00
genesis_config.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
hard_forks.rs
hash.rs
inflation.rs
keyed_account.rs Refactor: process_instruction() (#20448) 2021-10-08 11:41:07 +02:00
lib.rs Cleanup and standardize precompiles (#19918) 2021-09-17 11:36:57 -07:00
log.rs
native_loader.rs
nonce_account.rs
nonce_keyed_account.rs Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
packet.rs sigverify to identify and mark simple vote transaction 2021-09-26 08:57:29 -04:00
poh_config.rs
precompiles.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
process_instruction.rs Fixes a bug in MockInvokeContext::get_compute_meter() and adjusts the test assert_instruction_count accordingly. (#20854) 2021-10-22 09:46:47 +02:00
program_utils.rs
pubkey.rs
recent_blockhashes_account.rs
rpc_port.rs
secp256k1_instruction.rs Dont call precompiled programs (#19930) 2021-09-29 06:25:08 +00:00
shred_version.rs
signature.rs
system_transaction.rs
timing.rs add a few useful methods to AtomicInterval (#20152) 2021-09-24 10:27:23 -05:00
transport.rs