solana/programs/bpf_loader/src
Alexander Meißner 6558c8fdc9
Refactor - Delay visibility of program un-/re-/deployment (#29654)
* Use three separate HashMaps instead of the enum TxBankExecutorCacheDiff.

* Replaces all places which deploy programs by a macro.

* Adds a feature gate.

* Adjust tests.

* Makes undeployment visible immediately.
2023-02-11 11:18:25 +01:00
..
syscalls Big integer modular exponentiation (EIP-198) (#28503) 2023-01-20 18:42:37 +09:00
allocator_bump.rs Bump solana_rbpf to 0.2.36 (#28794) 2022-11-15 15:21:11 +01:00
deprecated.rs
lib.rs Refactor - Delay visibility of program un-/re-/deployment (#29654) 2023-02-11 11:18:25 +01: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