solana/programs/bpf_loader/src
Sean Young d714cf659c Proposal: log binary data for Solidity
The program_id is not needed on "Program return data: " because it
always preceeded by the program invoke message, so no need to repeat
the program id. Also rename this to "Program return: " since "data"
is redundant.
2021-09-22 07:59:06 +01:00
..
alloc.rs
allocator_bump.rs Enforce host aligned memory for program regions (#16590) 2021-04-20 11:07:30 -07:00
deprecated.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
lib.rs Proposal: log binary data for Solidity 2021-09-22 07:59:06 +01:00
serialization.rs CPI Account Reuse (#19762) 2021-09-18 08:09:47 +02:00
syscalls.rs Proposal: log binary data for Solidity 2021-09-22 07:59:06 +01:00
upgradeable.rs Upgradeable loader (#13689) 2020-12-14 15:35:10 -08:00
upgradeable_with_jit.rs Upgradeable loader (#13689) 2020-12-14 15:35:10 -08:00
with_jit.rs Validator CLI option to enable just-in-time compilation of BPF (#13789) 2020-12-07 09:49:55 +01:00