Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature - Cooperative Program Loading (#34407)
* Disables verification-less reloading. * Refactors LoadedPrograms::extract() to use a mutable parameter instead of returning the list of missing entries. * Refactors LoadedPrograms::extract() to use a mutable parameter instead of returning a LoadedProgramsForTxBatch. * Adds explicit SecondLevel structure to LoadedPrograms. * Adds cooperative_loading_task. * Implements cooperative loading in the bank. * Fixes fork graph in tests. * Adds LoadingTaskWaiter. * Environment mismatch needs to just skip the entry.
- Loading branch information