solana/sdk/program/src
Jack May 03c36d240a
Nonce naming cleanup (#21336)
2021-11-18 16:07:17 -08:00
..
message Update fee api to use blockhash (#21054) 2021-10-29 13:52:59 -07:00
nonce Nonce naming cleanup (#21336) 2021-11-18 16:07:17 -08:00
stake stake: Add `BorshSerialize` trait to structs (#20784) 2021-10-19 20:10:15 +02:00
sysvar Stop caching sysvars, instead load them ahead of time. (#21108) 2021-11-04 09:48:34 +01:00
account_info.rs Document next_account_info(s) (#21076) 2021-10-29 14:17:21 -06:00
blake3.rs
borsh.rs
bpf_loader.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
bpf_loader_deprecated.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
bpf_loader_upgradeable.rs Fix authority in bpf_loader_upgradeable::close_any (#21344) 2021-11-18 15:53:14 -08:00
clock.rs
decode_error.rs
ed25519_program.rs feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
entrypoint.rs Fix BPF parameter alignment to work regardless of target ABI (#21271) 2021-11-16 16:02:22 +01:00
entrypoint_deprecated.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
epoch_schedule.rs
feature.rs
fee_calculator.rs Update deprecation versions (#20959) 2021-10-26 09:06:41 -07:00
hash.rs Reduce visibility of `Hash` struct contents 2021-10-19 09:30:47 -07:00
incinerator.rs
instruction.rs Allow programs to realloc their accounts within limits (#19475) 2021-09-28 01:13:03 -07:00
keccak.rs
lamports.rs
lib.rs add new macro: `pubkey!` (#21245) 2021-11-15 11:22:51 -08:00
loader_instruction.rs
loader_upgradeable_instruction.rs Allow closing upgradeable program accounts (#19319) 2021-08-24 10:05:54 -07:00
log.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
native_token.rs
program.rs add unchecked invokes (#20313) 2021-09-29 19:50:38 -07:00
program_error.rs fix Borsh typo 2021-09-27 11:30:45 -07:00
program_memory.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
program_option.rs
program_pack.rs
program_stubs.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
pubkey.rs Derive Pod/Zeroable for Pubkey 2021-10-06 23:00:45 -07:00
rent.rs
sanitize.rs
secp256k1_program.rs
secp256k1_recover.rs
serialize_utils.rs
short_vec.rs
slot_hashes.rs ClusterInfoVoteListener send only missing votes to BankingStage (#20873) 2021-11-18 15:20:41 -08:00
slot_history.rs
stake_history.rs Add struct and convenience methods to track stake activation status (#20392) 2021-10-04 18:59:11 -04:00
system_instruction.rs nonce: Unify `NonceError` with `SystemError` 2021-07-30 14:47:14 -06:00
system_program.rs