solana-with-rpc-optimizations/core
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 - Encapsulate QoS Service metrics reporting within QosServioce, so client (#21191) 2021-11-18 15:35:30 -06:00
src Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
tests Remove frozen account support 2021-11-29 08:38:11 -08:00
.gitignore
Cargo.toml Upgrade to Rust 2021 2021-11-30 20:43:46 -08:00
build.rs