solana/programs/bpf_loader
Alexander Meißner 226a71f073
Refactor: Use instruction_trace instead of instruction_context_stack (#22988)
* Moves stack_height of the instruction_trace into InstructionContext.

* Uses nesting_level instead of stack_height internally in transaction_context.rs

* Uses the instruction_trace instead of the instruction_context_stack internally.

* Adds feature gate: record_instruction_in_transaction_context_push.
2022-02-09 20:04:49 +01:00
..
benches Refactor: Use instruction_trace instead of instruction_context_stack (#22988) 2022-02-09 20:04:49 +01:00
gen-syscall-list Add helper crate to generate syscalls.txt 2021-12-14 21:20:13 -08:00
src Refactor: Use instruction_trace instead of instruction_context_stack (#22988) 2022-02-09 20:04:49 +01:00
test_elfs More efficient padding (#11656) 2020-08-17 10:24:34 -07:00
Cargo.toml Bumps solana_rbpf to version v0.2.23 (#22954) 2022-02-05 08:51:52 +01:00