You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
eth_getTransactionByHash returns too many arguments, want at most 1 for a txhash that's not found, but it should be just returning null. The error is confusing.
System information
zkEVM Node version: zkevm-node version v0.7.3
Network: Mainnet
Expected behaviour
Should be returning null
Actual behaviour
Returns the following
{
"jsonrpc": "2.0",
"id": 147,
"error": {
"code": -32602,
"message": "too many arguments, want at most 1"
}
}
eth_getTransactionByHashreturnstoo many arguments, want at most 1for a txhash that's not found, but it should be just returningnull. The error is confusing.System information
zkEVM Node version:
zkevm-node version v0.7.3Network:
MainnetExpected behaviour
Should be returning
nullActual behaviour
Returns the following
{ "jsonrpc": "2.0", "id": 147, "error": { "code": -32602, "message": "too many arguments, want at most 1" } }Steps to reproduce the behaviour