solana/programs/bpf_loader/src
Pankaj Garg b1f5b0d790
Find and load missing programs in LoadedPrograms cache (#30275)
* Find and load missing programs in LoadedPrograms cache

- filter program accounts in a transaction batch
- filter the accounts that are missing in LoadedPrograms cache
- load the programs before processing the transactions
- unit tests

* address review comments

* fix clippy

* address review comments

* fix test

* fix more tests
2023-02-21 12:53:35 -08:00
..
syscalls Bump solana_rbpf to v0.2.39 (#30398) 2023-02-21 18:43:34 +01:00
allocator_bump.rs Bump solana_rbpf to 0.2.36 (#28794) 2022-11-15 15:21:11 +01:00
deprecated.rs
lib.rs Find and load missing programs in LoadedPrograms cache (#30275) 2023-02-21 12:53:35 -08:00
serialization.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
upgradeable.rs
upgradeable_with_jit.rs
with_jit.rs