solana-with-rpc-optimizations/program-test
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
..
src Index loaders / executable accounts (#19469) 2021-09-10 08:36:21 +02:00
tests stake: Advance `credits_observed` on activation epoch (#19309) 2021-09-03 23:20:56 +02:00
Cargo.toml chore: bump serde from 1.0.129 to 1.0.130 (#19497) 2021-08-30 18:19:34 +00:00