solana/program-runtime
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
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Refactor - Delay visibility of program un-/re-/deployment (#29654) 2023-02-11 11:18:25 +01:00
Cargo.toml Bump libloading from 0.7.3 to 0.7.4 (#30216) 2023-02-09 10:53:18 -07:00
build.rs