solana/programs/bpf_loader/src
Alexander Meißner b507715d44
CPI without Account Refs (#20034)
* Removes search for accounts and unsafe lifetime transmute in InvokeContext::push().

* Replaces accounts by account_indices in verify_and_update() and process_cross_program_instruction().

Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
2021-09-21 14:41:02 +02: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 Update feature switch for reduced required deploy balance (#19999) 2021-09-19 14:50:41 -05:00
serialization.rs CPI Account Reuse (#19762) 2021-09-18 08:09:47 +02:00
syscalls.rs CPI without Account Refs (#20034) 2021-09-21 14:41:02 +02: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