pub const CALL_STACK_LIMIT: usize = 1024;
Expand description

Call stack height limit. This is defined in the VM, and is replicated here. This should track that constant.