solana-with-rpc-optimizations/programs
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
..
bpf Return error if Transaction contains writable executable or ProgramData accounts (#19629) 2021-09-08 15:21:52 -06:00
bpf_loader Index loaders / executable accounts (#19469) 2021-09-10 08:36:21 +02:00
compute-budget tx wide compute budget (#18631) 2021-07-16 00:31:22 -07:00
config Feature cleanup (#19528) 2021-08-31 14:51:26 -07:00
ed25519 feat: add ed25519 signature verify program 2021-09-05 18:59:37 +01:00
failure for all tests, bank::new -> bank::new_for_tests (#19064) 2021-08-05 08:42:38 -05:00
noop chore: bump log from 0.4.11 to 0.4.14 (#18323) 2021-06-30 18:32:01 +00:00
ownable for all tests, bank::new -> bank::new_for_tests (#19064) 2021-08-05 08:42:38 -05:00
secp256k1 verify_precompiles needs FeatureSet 2021-09-05 18:59:37 +01:00
stake stake: Advance `credits_observed` on activation epoch (#19309) 2021-09-03 23:20:56 +02:00
vote Feature cleanup (#19528) 2021-08-31 14:51:26 -07:00