solana/programs/sbf
Pankaj Garg 2210af60ee
Replace executor cache usage with LoadedPrograms cache (#31462)
* Replace executor cache usage with LoadedPrograms cache

* clippy fixes

* update cache with updated programs

* fixes

* more cleanup

* update tx batch cache with the tx results

* address review comments

* handle program closing backward compatibility

* handle unloaded programs during extraction
2023-05-09 15:44:38 -07:00
..
benches Update SBF bench to account for delay visibility (#31501) 2023-05-04 17:17:02 -07:00
c Adds test for programs which read from a program account (#30803) 2023-03-21 18:12:19 +01:00
rust programs: change `borrow_mut` -> `borrow` in two places in test (#31399) 2023-05-05 13:08:17 +02:00
tests Replace executor cache usage with LoadedPrograms cache (#31462) 2023-05-09 15:44:38 -07:00
.gitignore
Cargo.lock Bump futures from 0.3.24 to 0.3.28 (#31536) 2023-05-08 12:59:14 -07:00
Cargo.toml Implementation of the footer for tiered account storage (#31161) 2023-05-07 13:18:10 -07:00
build.rs Update references to platform-tools (#30764) 2023-03-22 07:41:40 -07:00