solana-with-rpc-optimizations/program-test
Alexander Meißner 2ab4f34c02
Refactor: Remove `Message` and `CompiledInstruction` from `InvokeContext` interfaces (#22102)
* Introduces InstructionAccount which is like AccountMeta but uses an index instead of a Pubkey

* Renames InvokeContext::create_message() to InvokeContext::prepare_instruction()

* Removes Message and CompiledInstruction from InvokeContext interfaces.

* Resolves TODOs of sol_invoke_signed() in program-test.

* Moves CompiledInstruction::visit_each_account() into invoke_context.rs
2021-12-24 16:17:55 +01:00
..
src Refactor: Remove `Message` and `CompiledInstruction` from `InvokeContext` interfaces (#22102) 2021-12-24 16:17:55 +01:00
tests
Cargo.toml removes unused Cargo dependencies (#22022) 2021-12-22 17:01:33 +00:00