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: tests fail when katana is started with <2m steps for validate and 2m steps for execute

Eikix opened this issue · comments

Bug Report

Current behavior

some uniswap tests fail when katana is started with <2m steps for validate and 2m steps for execute

Expected behavior

we should not run out of resources for test end to end

Steps to reproduce

  1. modify make run-katana to allow 1m steps for validate and 3m steps for execute instead of 16m for each
  2. run make run-katana
  3. run make test-end-to-end

Closing as Kakarot appchain has bumped step limit to 4M for validation and 6M for execution