privacy-scaling-explorations / zkevm-circuits

Home Page:https://privacy-scaling-explorations.github.io/zkevm-circuits/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testool oneliner does not work

adria0 opened this issue · comments

What command(s) is the bug in?

testool --oneliner "call 12;602000"

Describe the bug

Testool fails to execute a simple transaction

testool git:(main) ✗ cargo run --release -- --oneliner "call 12;602000"
    Finished release [optimized] target(s) in 0.18s
     Running `/Users/adria0/w/ef/zkevm-circuits/target/release/testool --oneliner 'call 12;602000'`
Error found CannotGenerateCircuitInput(TracingError("max fee per gas less than block base fee: address 0x1a642f0E3c3aF545E7AcBD38b07251B3990914F1, maxFeePerGas: 1 baseFee: 10"))

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

No response