solana/runtime
Alexander Meißner 7200c5106e
Replaces MockInvokeContext by ThisInvokeContext in tests (#20881)
* Replaces MockInvokeContext by ThisInvokeContext in BpfLoader, SystemInstructionProcessor, CLIs, ConfigProcessor, StakeProcessor and VoteProcessor.

* Finally, removes MockInvokeContext, MockComputeMeter and MockLogger.

* Adjusts assert_instruction_count test.

* Moves ThisInvokeContext to the program-runtime crate.
2021-11-04 21:47:32 +01:00
..
benches Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
src Replaces MockInvokeContext by ThisInvokeContext in tests (#20881) 2021-11-04 21:47:32 +01:00
store-tool Bump version to 1.9.0 2021-10-06 17:57:41 -07:00
tests
.gitignore
Cargo.toml - cost_tracker is data member of a bank, it can report metrics when bank is frozen (#20802) 2021-10-24 22:19:23 -05:00
build.rs