solana/sdk/program/src
Andrew Fitzgerald 2294801954
Do not derive Copy for EpochSchedule and Rent (#32767)
2023-12-01 07:57:25 -08:00
..
address_lookup_table Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
alt_bn128 clippy: Uses .into() when .try_into() is infallible (#34119) 2023-11-16 15:28:49 -05:00
message program::message::AccountKeys: `Clone`, `Default`, `Debug`, `Eq` (#33749) 2023-10-18 10:22:33 -07:00
nonce
stable_layout
stake Fix bug of same-epoch stake deactivation after stake redelegation (#32606) 2023-09-25 16:35:40 -05:00
syscalls Feat(syscall): add altbn128 g1 & g2 compression (#32870) 2023-09-25 05:43:34 -07:00
sysvar Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
vote bump rust stable to 1.72.1 (#33333) 2023-09-20 23:53:36 -06:00
wasm
account_info.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
atomic_u64.rs
big_mod_exp.rs
blake3.rs
borsh.rs sdk: Limited Borsh 0.9 support (Pubkey and helpers) (#32511) 2023-08-02 23:15:24 +02:00
borsh0_9.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
borsh0_10.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
bpf_loader.rs
bpf_loader_deprecated.rs
bpf_loader_upgradeable.rs Fix CI (#33139) 2023-09-05 18:01:20 +00:00
clock.rs Update hashes per tick with feature gates (#33600) 2023-10-11 09:58:06 -07:00
compute_units.rs sdk, programs/bpf_loader: add sol_remaining_compute_units syscall (#31640) 2023-09-13 08:57:08 -06:00
debug_account_data.rs
decode_error.rs
ed25519_program.rs
entrypoint.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
entrypoint_deprecated.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
epoch_rewards.rs Make should_panic tests compatible with 1.73+ panic format (#33099) 2023-09-01 02:04:22 +00:00
epoch_schedule.rs Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
example_mocks.rs Refactor - Move interfaces of address-lookup-table into the program SDK (#33165) 2023-09-11 21:10:40 +02:00
feature.rs SDK: update error variants in `Feature::from_account_info` (#33750) 2023-10-20 07:35:22 +02:00
fee_calculator.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
hash.rs Derives Pod and Zeroable on Hash (#33256) 2023-09-15 07:27:30 -04:00
incinerator.rs
instruction.rs Typo fix in instruction.rs (#33473) 2023-09-30 06:05:05 +00:00
keccak.rs
lamports.rs
last_restart_slot.rs Simd 47 syscall sysvar last restart slot (#31957) 2023-06-16 20:14:02 +00:00
lib.rs Manually add lookup table addresses instead of sanitizing (#33273) 2023-10-04 08:04:43 -07:00
loader_instruction.rs
loader_upgradeable_instruction.rs
loader_v4.rs Processors to compile and send LoaderV4 CLI commands (#33228) 2023-09-18 06:43:33 -07:00
loader_v4_instruction.rs Refactor - Loader-v4 grows accounts with "truncate" not "write" (#33054) 2023-08-31 00:44:58 +02:00
log.rs
native_token.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
poseidon.rs chore: Update light-poseidon to 0.2.0 (#33923) 2023-11-10 16:00:10 +09:00
program.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
program_error.rs program error: add `ArithmeticOverflow` (#33767) 2023-10-20 07:33:21 +02:00
program_memory.rs
program_option.rs
program_pack.rs
program_stubs.rs sdk, programs/bpf_loader: add sol_remaining_compute_units syscall (#31640) 2023-09-13 08:57:08 -06:00
program_utils.rs
pubkey.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
rent.rs Do not derive Copy for EpochSchedule and Rent (#32767) 2023-12-01 07:57:25 -08:00
sanitize.rs
secp256k1_program.rs
secp256k1_recover.rs
serde_varint.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
serialize_utils.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
short_vec.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
slot_hashes.rs
slot_history.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
stable_layout.rs
stake_history.rs
system_instruction.rs chore: fix some typos (#33833) 2023-10-25 16:21:53 +02:00
system_program.rs