solana/programs
Pankaj Garg aebc191c38
Stop loading program accounts if program exists in cache (#30703)
* Stop loading program accounts if program exists in cache

* load accounts for upgradeable programs

* revert loader change to conditionally use program data account

* load instruction accounts

* generate TransactionExecutorCache from loaded programs

* cleanup account_found_and_dep_index variable

* address review comments

* handle tombstones in loader

* unify tombstone constructor

* handle multiple tombstones
2023-03-28 11:49:56 -07:00
..
address-lookup-table Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
address-lookup-table-tests
bpf-loader-tests
bpf_loader Stop loading program accounts if program exists in cache (#30703) 2023-03-28 11:49:56 -07:00
compute-budget Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
config Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
ed25519-tests
loader-v3 Stop loading program accounts if program exists in cache (#30703) 2023-03-28 11:49:56 -07:00
sbf upgrades ahash to 0.8.3 (#30935) 2023-03-28 18:23:33 +00:00
stake Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
vote Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
zk-token-proof Feature gate builtin consumes static units during processing instruction (#30702) 2023-03-24 11:31:01 -05:00
zk-token-proof-tests