solana/sdk/program/src
Tyera Eulberg 91f4e99b4c
Fix parsing CreateAccountWithSeed instructions (#13513)
* Reduce required num_system_accounts and handle 2-account instructions properly

* Update CreateAccountWithSeed account docs to be correct

* Add CreateAccountWithSeed test
2020-11-10 23:51:53 +00:00
..
nonce move Account to solana-sdk (#13198) 2020-10-28 22:01:07 -07:00
sysvar move Account to solana-sdk (#13198) 2020-10-28 22:01:07 -07:00
account_info.rs Update AccountInfo comments (#13302) 2020-10-30 08:16:44 +00:00
bpf_loader.rs
bpf_loader_deprecated.rs
clock.rs Add Clock sysvar details, update struct docs 2020-10-31 21:30:42 -07:00
decode_error.rs
entrypoint.rs provide full Rust panic messages in BPF and add memory optimizations (#13455) 2020-11-09 13:40:26 -08:00
entrypoint_deprecated.rs
epoch_schedule.rs
feature.rs Move Feature struct to solana-program 2020-10-30 17:57:51 -07:00
fee_calculator.rs
hash.rs
incinerator.rs
instruction.rs
lib.rs Move Feature struct to solana-program 2020-10-30 17:57:51 -07:00
loader_instruction.rs
log.rs Update sol_log_compute_units (#13360) 2020-11-03 08:16:31 -08:00
message.rs Update frozen_abi hashes 2020-10-24 08:37:55 -07:00
native_token.rs
program.rs Improve invoke_signed() docs 2020-11-04 23:44:04 +00:00
program_error.rs
program_option.rs
program_pack.rs clarify comment (#13289) 2020-10-29 21:16:01 +00:00
program_stubs.rs align cluster and sim logging as hex (#13484) 2020-11-10 02:43:20 +00:00
pubkey.rs Add try_find_program_address() 2020-10-28 19:34:51 -07:00
rent.rs Fix stake split rent-exempt adjustment (#13357) 2020-11-06 20:32:05 +00:00
sanitize.rs
secp256k1_program.rs
serialize_utils.rs
short_vec.rs
slot_hashes.rs
slot_history.rs Fix tower/blockstore unsync due to external causes (#12671) 2020-10-30 19:31:23 +09:00
stake_history.rs
system_instruction.rs Fix parsing CreateAccountWithSeed instructions (#13513) 2020-11-10 23:51:53 +00:00
system_program.rs