solana/sdk/program/src
Justin Starry 2ad1baa753
Add const fn StakeState::size_of and static assertion (#24416)
2022-04-20 01:04:12 +08:00
..
message Add SDK support for creating transactions with address table lookups (#23728) 2022-03-31 17:44:20 +08:00
nonce defines const fn for serialized size of VoteState, Feature and Nonce (#24435) 2022-04-19 13:10:14 +00:00
stake Add const fn StakeState::size_of and static assertion (#24416) 2022-04-20 01:04:12 +08:00
sysvar Resolve new clippy complaints 2022-04-11 18:15:03 -04:00
wasm fix: renamed the internal wasm_bindgen init function to avoid collision 2022-03-10 11:33:24 -08:00
account_info.rs Remove dependency on `hex` (#21567) 2021-12-03 20:53:35 -07:00
address_lookup_table_account.rs Add SDK support for creating transactions with address table lookups (#23728) 2022-03-31 17:44:20 +08:00
atomic_u64.rs Support building solana-program on 32-bit architectures that do not (#21577) 2021-12-03 01:18:21 +00:00
blake3.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
borsh.rs Pacify clippy 2022-01-21 19:12:57 -08:00
bpf_loader.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
bpf_loader_deprecated.rs Remove @brief annotations from Rust API docs (#20769) 2021-10-19 15:48:15 -06:00
bpf_loader_upgradeable.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
clock.rs
debug_account_data.rs Remove dependency on `hex` (#21567) 2021-12-03 20:53:35 -07:00
decode_error.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
ed25519_program.rs
entrypoint.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
entrypoint_deprecated.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
epoch_schedule.rs
example_mocks.rs Add SDK support for creating transactions with address table lookups (#23728) 2022-03-31 17:44:20 +08:00
feature.rs defines const fn for serialized size of VoteState, Feature and Nonce (#24435) 2022-04-19 13:10:14 +00:00
fee_calculator.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
hash.rs Implement From<[u8; 32]> for Pubkey and Hash (#24427) 2022-04-18 07:36:31 +00:00
incinerator.rs
instruction.rs Ensure blocks do not exceed the max accounts data size during Replay Stage (#23422) 2022-03-10 10:24:31 -06:00
keccak.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lamports.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs sdk: fix typo in lib.rs (#24240) 2022-04-11 22:36:08 +08:00
loader_instruction.rs
loader_upgradeable_instruction.rs
log.rs Add crate docs for solana-program (#23363) 2022-03-18 08:27:51 -07:00
native_token.rs
program.rs assert-type-assumptions (#23996) 2022-03-30 08:28:49 -07:00
program_error.rs Ensure blocks do not exceed the max accounts data size during Replay Stage (#23422) 2022-03-10 10:24:31 -06:00
program_memory.rs Update doc for sol_memset (#24101) 2022-04-16 22:11:19 +08:00
program_option.rs Fix typo in program_option.rs (#21444) 2021-11-26 05:52:21 -06:00
program_pack.rs
program_stubs.rs Add get_processed_sibling_instruction syscall (#22859) 2022-02-02 16:45:57 -08:00
program_utils.rs `Bank::get_fee_for_message` is now nonce aware 2022-01-13 17:27:38 -08:00
pubkey.rs Implement From<[u8; 32]> for Pubkey and Hash (#24427) 2022-04-18 07:36:31 +00:00
rent.rs refactor rent_due for normal case of exempt (#23350) 2022-02-28 09:42:42 -06:00
sanitize.rs
secp256k1_program.rs
secp256k1_recover.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
serialize_utils.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
short_vec.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
slot_hashes.rs Use atomics instead of mutable statics in slot_hashes (#24091) 2022-04-11 15:12:50 -06:00
slot_history.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
stake_history.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
system_instruction.rs Add SDK support for creating transactions with address table lookups (#23728) 2022-03-31 17:44:20 +08:00
system_program.rs