solana/sdk/program/src
Alexander Meißner ee2c2ef6c7
Cleanup - require_static_program_ids_in_transaction (#31767)
require_static_program_ids_in_transaction
2023-06-07 17:12:41 +02:00
..
message Cleanup - require_static_program_ids_in_transaction (#31767) 2023-06-07 17:12:41 +02:00
nonce removes manual implementations of Default for enums (#29779) 2023-01-19 19:25:30 +00:00
stable_layout Adds stable layout types to pass to the runtime (#30192) 2023-02-16 08:16:25 -05:00
stake Bump borsh to 0.10.3 (#30975) 2023-05-30 23:33:21 +02:00
syscalls Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
sysvar
vote Use timestamp to tiebreak votes in banking_stage (#31925) 2023-06-05 09:28:00 -07:00
wasm deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
account_info.rs Makes AccountInfo repr(C) (#30124) 2023-02-06 08:00:46 -05:00
address_lookup_table_account.rs
alt_bn128.rs Add alt_bn128 syscall tests (and fix related issues) (#31436) 2023-05-22 14:05:10 -07:00
atomic_u64.rs
big_mod_exp.rs Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
blake3.rs
borsh.rs
bpf_loader.rs
bpf_loader_deprecated.rs
bpf_loader_upgradeable.rs
clock.rs
debug_account_data.rs
decode_error.rs
ed25519_program.rs
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
example_mocks.rs Relax `Sized` bound for `Signers` in `Transaction` and `Client` (#30568) 2023-03-30 13:12:48 +00:00
feature.rs
fee_calculator.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
hash.rs Use Into in Hash::result() instead of TryFrom (#29721) 2023-01-16 12:13:04 -05:00
incinerator.rs
instruction.rs Update documentation of instruction error and add a unit test (#30915) 2023-03-28 11:54:49 -07:00
keccak.rs
lamports.rs
lib.rs remove inaccurate comment about system instructions (#31829) 2023-05-26 20:54:44 +00:00
loader_instruction.rs
loader_upgradeable_instruction.rs
loader_v4.rs Refactor - Renames loader-v3 to loader-v4. (#31570) 2023-05-11 08:29:06 +02:00
loader_v4_instruction.rs Refactor - Renames loader-v3 to loader-v4. (#31570) 2023-05-11 08:29:06 +02:00
log.rs
native_token.rs
program.rs Adds stable layout types to pass to the runtime (#30192) 2023-02-16 08:16:25 -05:00
program_error.rs Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
program_memory.rs
program_option.rs
program_pack.rs
program_stubs.rs Bumps base64 from 0.13.1 to 0.21.0. (#31522) 2023-05-11 11:34:58 -07:00
program_utils.rs
pubkey.rs ci: treewide: deny used_underscore_binding (#31319) 2023-04-27 10:10:16 +09:00
rent.rs
sanitize.rs
secp256k1_program.rs
secp256k1_recover.rs
serde_varint.rs verifies serde_varint against ShortU16 (#29701) 2023-01-14 15:26:16 +00:00
serialize_utils.rs deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
short_vec.rs
slot_hashes.rs
slot_history.rs
stable_layout.rs Adds stable layout types to pass to the runtime (#30192) 2023-02-16 08:16:25 -05:00
stake_history.rs
system_instruction.rs Bump borsh to 0.10.3 (#30975) 2023-05-30 23:33:21 +02:00
system_program.rs