scroll-tech/zkevm-circuits

fix: correct constraint of copy lookup

lispc opened this issue · 0 comments

What command(s) is the bug in?

No response

Describe the bug

  1. fix . use is_empty to guard this
  2. add a test for this precompile calldata empty issue
  3. check other copy lookups. grep -rI -B 1 'cb.copy_table_lookup' ./zkevm-circuits/src

Concrete steps to reproduce the bug. If it's able reproduce via testool, please share test_id from jenkins report

No response