solana-with-rpc-optimizations/svm
Alexander Meißner e7617a1b1f
Refactor - Remove `program_accounts_map` from account_loader (#768)
Removes program_accounts / program_accounts_map from account_shared_data_from_program(), load_transaction_accounts() and load_accounts().
2024-04-17 21:58:13 +02:00
..
doc SVM: explain fields of TransactionBatchProcessor struct in spec (#727) 2024-04-10 15:23:27 -07:00
src Refactor - Remove `program_accounts_map` from account_loader (#768) 2024-04-17 21:58:13 +02:00
tests Use reserved account keys list to restrict tx write locks (#541) 2024-04-13 09:37:58 +08:00
Cargo.toml svm: move bpf-loader-program to dev-dependencies (#711) 2024-04-10 10:22:51 -05:00
build.rs