solana/program-runtime
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
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Find and load missing programs in LoadedPrograms cache (#30275) 2023-02-21 12:53:35 -08:00
Cargo.toml Bump solana_rbpf to v0.2.39 (#30398) 2023-02-21 18:43:34 +01:00
build.rs