0xPolygonHermez / zkevm-node

Go implementation of a node that operates the Polygon zkEVM Network
Other
539 stars 699 forks source link

eth_call enable ooc check #3632

Closed giskook closed 5 months ago

giskook commented 6 months ago

System information

zkEVM Node version: v0.6.7 OS & Version: Windows/Linux/OSX Commit hash : (if develop) Network: Mainnet/Testnet

Expected behaviour

eth_call should report ooc error

Actual behaviour

eth_call do not report ooc error, so eth_call passed, but the transaction send to chain, it report a ooc error

Steps to reproduce the behaviour

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.

giskook commented 6 months ago

pr: https://github.com/0xPolygonHermez/zkevm-node/pull/3631