solana/sdk/program/src
Justin Starry f641429056
Remove blake3 from bpf program dependencies (#16506)
2021-04-13 10:06:05 +00:00
..
nonce move Account to solana-sdk (#13198) 2020-10-28 22:01:07 -07:00
sysvar Return sysvars via syscalls (#16422) 2021-04-12 16:04:57 -07:00
account_info.rs Add next_account_infos helper (#14087) 2020-12-12 20:12:56 -08:00
borsh.rs sdk: Add try_from_slice_unchecked for Borsh (#16098) 2021-03-26 23:37:35 +01:00
bpf_loader.rs
bpf_loader_deprecated.rs
bpf_loader_upgradeable.rs Add Close instrruction and tooling to upgradeable loader (#15887) 2021-03-17 21:39:29 -07:00
clock.rs Return sysvars via syscalls (#16422) 2021-04-12 16:04:57 -07:00
decode_error.rs
entrypoint.rs SDK: Allow integer math in bump allocator 2021-03-17 22:23:18 -06:00
entrypoint_deprecated.rs sdk/program: switch allow to mod-level for integer_arithmetic lint 2021-03-17 22:23:18 -06:00
epoch_schedule.rs SDK: Ovf in epoch_schedule 2021-03-17 22:23:18 -06:00
feature.rs Move Feature struct to solana-program 2020-10-30 17:57:51 -07:00
fee_calculator.rs sdk/program: switch allow to mod-level for integer_arithmetic lint 2021-03-17 22:23:18 -06:00
hash.rs sdk: Add Borsh support for types and utilities (#15290) 2021-02-18 11:14:56 +01:00
incinerator.rs
instruction.rs Simplify some pattern-matches (#16402) 2021-04-08 12:40:37 -06:00
lib.rs Allow incomplete features in frozen-abi 2021-03-30 02:32:53 +00:00
loader_instruction.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
loader_upgradeable_instruction.rs Add Close instrruction and tooling to upgradeable loader (#15887) 2021-03-17 21:39:29 -07:00
log.rs Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
message.rs Remove blake3 from bpf program dependencies (#16506) 2021-04-13 10:06:05 +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 Improve invoke_signed() docs 2020-11-04 23:44:04 +00:00
program_error.rs Cleanup unsupported sysvars (#16390) 2021-04-06 00:08:03 -07:00
program_option.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
program_pack.rs Upgrade to Rust v1.49.0 2021-01-23 19:16:36 -08:00
program_stubs.rs Return sysvars via syscalls (#16422) 2021-04-12 16:04:57 -07:00
pubkey.rs remove new alloc on deserialization (#15636) 2021-03-23 14:52:59 -05:00
rent.rs sdk/program: switch allow to mod-level for integer_arithmetic lint 2021-03-17 22:23:18 -06:00
sanitize.rs
secp256k1_program.rs
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
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 Deprecate Instruction::new (#15695) 2021-03-04 05:46:48 +00:00
system_program.rs