solana/programs/bpf_loader
Alexander Meißner 88c1b8f047
Index loaders / executable accounts (#19469)
* Appends loaders / executable_accounts to accounts in transaction loading.

* Adds indices to loaders / executable_accounts.

* Moves MessageProcessor::create_keyed_accounts() into InvokeContext::push().

* Removes "executable_accounts",
now referenced by transaction wide index into "accounts".

* Removes create_pre_accounts() from InstructionProcessor,
as it is already in MessageProcessor.

* Collect program account indices directly in load_executable_accounts().
2021-09-10 08:36:21 +02:00
..
benches chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
src Index loaders / executable accounts (#19469) 2021-09-10 08:36:21 +02:00
test_elfs
Cargo.toml Check seed length before trying to cal program address (#19699) 2021-09-07 21:37:24 -07:00
build.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00