.. |
message
|
Refactor: Add AccountKeys struct for static and dynamic message keys (#22960)
|
2022-02-05 20:00:31 +08:00 |
nonce
|
Reformat imports to a consistent style for imports
|
2021-12-03 09:19:13 -08:00 |
stake
|
Remove rewrite_rent_exempt_reserve() (#22741)
|
2022-01-26 18:42:44 -05:00 |
sysvar
|
Refactor: move instructions sysvar serialization out of Message (#22544)
|
2022-01-20 17:33:49 +08:00 |
wasm
|
Add initial wasm bindings for `Instruction`, `SystemProgram` and `Transaction`
|
2021-12-09 15:53:58 -08:00 |
account_info.rs
|
Remove dependency on `hex` (#21567)
|
2021-12-03 20:53:35 -07: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
|
Handle removing slots during account scans (#17471)
|
2021-06-14 21:04:01 -07:00 |
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
|
feat: add ed25519 signature verify program
|
2021-09-05 18:59:37 +01:00 |
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
|
…
|
|
feature.rs
|
Reformat imports to a consistent style for imports
|
2021-12-03 09:19:13 -08:00 |
fee_calculator.rs
|
Reformat imports to a consistent style for imports
|
2021-12-03 09:19:13 -08:00 |
hash.rs
|
Add wasm bindings for `Hash`
|
2021-12-09 15:53:58 -08:00 |
incinerator.rs
|
…
|
|
instruction.rs
|
Add get_processed_sibling_instruction syscall (#22859)
|
2022-02-02 16:45:57 -08: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
|
`Bank::get_fee_for_message` is now nonce aware
|
2022-01-13 17:27:38 -08:00 |
loader_instruction.rs
|
…
|
|
loader_upgradeable_instruction.rs
|
Allow closing upgradeable program accounts (#19319)
|
2021-08-24 10:05:54 -07:00 |
log.rs
|
Remove the 5 integer msg! form
|
2021-12-11 09:37:11 -08:00 |
native_token.rs
|
…
|
|
program.rs
|
Add test to enforce that program id account info for CPI is optional (#22069)
|
2021-12-24 00:43:15 +01:00 |
program_error.rs
|
Reject close of active vote accounts (#22651)
|
2022-02-02 14:16:24 -06:00 |
program_memory.rs
|
Remove @brief annotations from Rust API docs (#20769)
|
2021-10-19 15:48:15 -06: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
|
Add wasm bindings for `Pubkey` and `Keypair`
|
2021-12-09 15:53:58 -08:00 |
rent.rs
|
Clarify docs of `minimum_balance` (#22385)
|
2022-01-08 11:27:32 -07: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
|
Add local cluster test to repro slot hash expiry bug (#21873)
|
2022-01-10 00:58:21 -05: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 initial wasm bindings for `Instruction`, `SystemProgram` and `Transaction`
|
2021-12-09 15:53:58 -08:00 |
system_program.rs
|
…
|
|