solana/program-test
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
..
src Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
tests Deprecate more Fee/Blockhash APIs (#21140) 2021-11-02 16:38:23 -07:00
Cargo.toml Upgrade to Rust 2021 2021-11-30 20:43:46 -08:00