scroll-tech/zkevm-circuits

tests test_eip1559_tx_for_less_balance & test_eip1559_tx_for_gas_fee_cap_lt_gas_tip_cap not panic for scroll feature

DreamWuGit opened this issue · 1 comments

What command(s) is the bug in?

cargo test --features scroll --package zkevm-circuits --lib -- evm_circuit::util::common_gadget::tx_eip1559::test::test_eip1559_tx_for_less_balance --exact --nocapture

cargo test --features scroll --package zkevm-circuits --lib -- evm_circuit::util::common_gadget::tx_eip1559::test::test_eip1559_tx_for_gas_fee_cap_lt_gas_tip_cap --exact --nocapture

Describe the bug

after eip1559 implemented, those two tests should be enable both default and scroll feature.
tried to run two tests under scroll feature, those two tests can not get error as expected.
test_eip1559_tx_for_less_balance: testing less balance for 1559 tx
test_eip1559_tx_for_gas_fee_cap_lt_gas_tip_cap: testing gas_fee_gap < gas_tip_gap

need to investigate why and fix or update test.

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

No response

closed as fixed.