kkrt-labs / kakarot

Kakarot is a zkEVM written in Cairo, leveraging the STARK proof system.

Home Page:https://kakarot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug:

ClementWalter opened this issue · comments

Bug Report

Kakarot version

Current behavior

In exec_create, stack too deep is checked with

let stack_depth_limit = is_le(1024, evm.message.depth);

while it should use Constants.STACK_MAX_DEPTH + 1