privacy-scaling-explorations / zkevm-circuits

https://privacy-scaling-explorations.github.io/zkevm-circuits/
Other
818 stars 854 forks source link

Testool oneliner does not work #1767

Open adria0 opened 7 months ago

adria0 commented 7 months ago

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