0xPolygonHermez / zkevm-node

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

Fix e2e test "with gasPrice set and without from address" in the rpc #3557

Closed ARR552 closed 5 months ago

ARR552 commented 5 months ago

Fix and uncomment rpc e2e test case called "with gasPrice set and without from address". For this specific test, new geth version returns no error. However, the zkevm node is returning the next error:

&rpc.jsonError{Code:-32000, Message:"gas required exceeds allowance (0)", Data:interface {}(nil)}