scroll-tech/zkevm-circuits

test `tx_circuit_1tx_2max_eip1559` in tx circuit fake pass, need to fix

DreamWuGit opened this issue · 2 comments

What command(s) is the bug in?

No response

Describe the bug

cargo test --features scroll --package zkevm-circuits --lib -- tx_circuit::test::tx_circuit_1tx_2max_eip1559 --exact --nocapture

[2024-04-08T08:33:58Z ERROR zkevm_circuits::tx_circuit] pk address from sign data 0x202bb2fab1e35d940fde99b214ba49dafbcef62a does not match the one from tx address 0x0000000000000000000000000000000000000000
Context "ECDSA context" used 1 advice columns and 922347 total advice cells in phase 0
Special lookup advice cells: optimal columns: 1, total 126552 cells used in phase 0.
Fixed columns: 1, Total fixed cells: 8032
Context "ECDSA context" used 1 advice columns and 9223

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

No response

test against latest develop, can pass now. figured out that it is ought to be fixed by in commit() b84dfdf#diff-19a12cd7e250530b6476c03e72f46a033d05ef162f3202dae2ee103b07b24802
image

close as fixed.