pub const MAX_INSTRUCTION_STACK_DEPTH: usize = 5;
Max instruction stack depth. This is the maximum nesting of instructions that can happen during a transaction.