solana/sdk/program/src
Jon Cinque 9eb98adf97
stake: Add BorshDeserialize trait to structs (#19958)
2021-09-17 10:14:23 +02:00
..
message Demote write locks on transaction program ids (#19593) 2021-09-04 03:05:30 +00:00
nonce nonce: Unify `NonceError` with `SystemError` 2021-07-30 14:47:14 -06:00
stake stake: Add BorshDeserialize trait to structs (#19958) 2021-09-17 10:14:23 +02:00
sysvar deprecate fees sysvar (#18960) 2021-07-29 10:48:14 -07:00
account_info.rs add test for AsRef 2021-08-15 07:43:50 -07:00
blake3.rs Blake3 syscall (#17358) 2021-06-08 11:04:10 -07:00
borsh.rs borsh: add bool type 2021-07-05 13:14:18 -07:00
bpf_loader.rs
bpf_loader_deprecated.rs
bpf_loader_upgradeable.rs Allow closing upgradeable program accounts (#19319) 2021-08-24 10:05:54 -07:00
clock.rs Handle removing slots during account scans (#17471) 2021-06-14 21:04:01 -07:00
decode_error.rs
ed25519_program.rs feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
entrypoint.rs clippy 2021-04-18 20:55:02 -07:00
entrypoint_deprecated.rs clippy 2021-04-18 20:55:02 -07:00
epoch_schedule.rs SDK: Ovf in epoch_schedule 2021-03-17 22:23:18 -06:00
feature.rs Add comments on how to add a new feature switch (#18686) 2021-07-18 12:48:09 -05:00
fee_calculator.rs feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
hash.rs Bump bpf-tools version to 1.9 2021-05-20 11:35:37 +02:00
incinerator.rs
instruction.rs Comment cleanup 2021-07-08 21:35:58 -07:00
keccak.rs Bump bpf-tools version to 1.9 2021-05-20 11:35:37 +02:00
lamports.rs WritableAccount.add/subtract_lamports (#16750) 2021-04-23 20:20:48 +00:00
lib.rs feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
loader_instruction.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
loader_upgradeable_instruction.rs Allow closing upgradeable program accounts (#19319) 2021-08-24 10:05:54 -07:00
log.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
native_token.rs sdk/program: switch allow to mod-level for integer_arithmetic lint 2021-03-17 22:23:18 -06:00
program.rs Add return data implementation 2021-09-10 14:25:54 +01:00
program_error.rs sdk: refactor pda generation 2021-06-30 19:01:51 -06:00
program_memory.rs Add memory operation syscalls (#16447) 2021-06-01 15:33:17 -07:00
program_option.rs Eliminate doc warnings and fix some markdown (#18566) 2021-07-16 00:40:07 +00:00
program_pack.rs
program_stubs.rs Add return data implementation 2021-09-10 14:25:54 +01:00
pubkey.rs Check seed length before trying to cal program address (#19699) 2021-09-07 21:37:24 -07:00
rent.rs test-validator: hold rent constant with `--slots-per-epoch` 2021-06-30 00:46:12 -06:00
sanitize.rs
secp256k1_program.rs
secp256k1_recover.rs gate libsecp256k1 upgrade to v0.5.0 2021-07-15 18:43:55 +00:00
serialize_utils.rs sdk/program: switch allow to mod-level for integer_arithmetic lint 2021-03-17 22:23:18 -06:00
short_vec.rs sdk: Use u32::MAX from std to unbreak BPF builds (#16171) 2021-03-27 15:53:25 +00:00
slot_hashes.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
slot_history.rs sdk/program: switch allow to mod-level for integer_arithmetic lint 2021-03-17 22:23:18 -06:00
stake_history.rs
system_instruction.rs nonce: Unify `NonceError` with `SystemError` 2021-07-30 14:47:14 -06:00
system_program.rs