solana-with-rpc-optimizations/program-runtime
Alexander Meißner 6330cbcf33
Refactor: Use InvokeContext in all Syscalls (#21545)
* Adds ComputeMeter::mock_set_remaining().

* Adds InvokeContext::get_loader()

* Adds a LogCollector to InvokeContext::new_mock().

* Adds "invoke_context: Rc<RefCell<&'a mut dyn InvokeContext>>,"
to all SyscallObjects.

* Adds LogCollector::get_recorded_content().

* Removes loader_id parameter from bind_syscall_context_objects() and create_vm().
2021-12-02 08:58:02 +01:00
..
benches Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
src Refactor: Use InvokeContext in all Syscalls (#21545) 2021-12-02 08:58:02 +01:00
Cargo.toml Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
build.rs