solana/program-runtime
Alexander Meißner b78f5b6032
Refactor: Cleanup InstructionProcessor (#21404)
* Moves create_message(), native_invoke() and process_cross_program_instruction()
from the InstructionProcessor to the InvokeContext so that they can have a useful "self" parameter.

* Moves InstructionProcessor into InvokeContext and Bank.

* Moves ExecuteDetailsTimings into its own file.

* Moves Executor into invoke_context.rs

* Moves PreAccount into its own file.

* impl AbiExample for BuiltinPrograms
2021-12-01 08:54:42 +01:00
..
benches Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
src Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
Cargo.toml Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
build.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00