solana/sdk/program/src
Trent Nelson c4e43f1de4
vote: encapsulate `Lockout` (#29753)
2023-01-18 19:28:28 -07:00
..
message add note about discrepancy between accounts load and sanitize caps (#29669) 2023-01-11 23:18:07 -07:00
nonce Rust v1.63 (#27303) 2022-08-22 18:01:03 -07:00
stake Rust v1.63 (#27303) 2022-08-22 18:01:03 -07:00
syscalls added alt_bn syscalls (#27961) 2022-11-21 17:43:06 +01:00
sysvar Refactor - derive `CloneZeroed` (#28771) 2022-11-09 18:15:42 +01:00
vote vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
wasm
account_info.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
address_lookup_table_account.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
alt_bn128.rs remove unwraps in alt_bn128 syscall (#28955) 2022-12-02 10:30:10 +01:00
atomic_u64.rs
blake3.rs Consolidate syscalls under solana_program::syscalls, implement static syscalls (sbfv2) (#24188) 2022-05-26 23:01:55 +10:00
borsh.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
bpf_loader.rs Remove immutable deploy (#28399) 2022-10-21 09:29:37 +02:00
bpf_loader_deprecated.rs
bpf_loader_upgradeable.rs Feature - Program redeployment cooldown (#29136) 2022-12-13 22:54:24 +01:00
clock.rs Prune redundant const SLOT_MS (#29278) 2022-12-16 08:05:09 -08:00
debug_account_data.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
decode_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
ed25519_program.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
entrypoint.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
entrypoint_deprecated.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
epoch_schedule.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
example_mocks.rs Add docs for system_instruction and some of its functions (#28052) 2022-11-01 14:33:46 -06:00
feature.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
fee_calculator.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
hash.rs Use Into in Hash::result() instead of TryFrom (#29721) 2023-01-16 12:13:04 -05:00
incinerator.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
instruction.rs Revert #27444 (#28784) 2022-11-11 10:26:55 +01:00
keccak.rs Consolidate syscalls under solana_program::syscalls, implement static syscalls (sbfv2) (#24188) 2022-05-26 23:01:55 +10:00
lamports.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
lib.rs Expand solana-sdk API docs. (#29063) 2022-12-22 08:58:06 +00:00
loader_instruction.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
loader_upgradeable_instruction.rs Add SetAuthorityChecked instruction to bpf loader (#28424) 2022-11-01 08:34:04 +00:00
log.rs Fix broken macro doc links (#27125) 2022-09-01 21:14:25 +00:00
native_token.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
program.rs Fix broken macro doc links (#27125) 2022-09-01 21:14:25 +00:00
program_error.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
program_memory.rs chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
program_option.rs chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
program_pack.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
program_stubs.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
program_utils.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
pubkey.rs Fixup docs in sdk to use new clients (#27362) 2022-08-24 21:29:56 -06:00
rent.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
sanitize.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
secp256k1_program.rs Add API docs for secp256k1_instruction and secp256k1_recover (#26065) 2022-08-08 16:22:10 -06:00
secp256k1_recover.rs chore: update Solana docs and code comments that specify "BPF" to "SBF" 2022-10-31 14:14:25 -04:00
serde_varint.rs verifies serde_varint against ShortU16 (#29701) 2023-01-14 15:26:16 +00:00
serialize_utils.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
short_vec.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
slot_hashes.rs Add more sysvar API docs (#26849) 2022-08-15 12:19:46 -06:00
slot_history.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
stake_history.rs And short descriptions to all solana-program modules and macros. (#24128) 2022-04-20 19:20:17 -06:00
system_instruction.rs Add docs for system_instruction and some of its functions (#28052) 2022-11-01 14:33:46 -06:00
system_program.rs Add docs for system_instruction and some of its functions (#28052) 2022-11-01 14:33:46 -06:00