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 Refactor - derive `CloneZeroed` (#28771) 2022-11-09 18:15:42 +01:00
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 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
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 clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
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 Add SetAuthorityChecked instruction to bpf loader (#28424) 2022-11-01 08:34:04 +00:00
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 Fix broken macro doc links (#27125) 2022-09-01 21:14:25 +00:00
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 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
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 clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
sanitize.rs
secp256k1_program.rs
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 deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
short_vec.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
slot_hashes.rs
slot_history.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
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 Add docs for system_instruction and some of its functions (#28052) 2022-11-01 14:33:46 -06:00