To Reproduce
Steps to reproduce the behaviour:
inpage.js:1 MetaMask - RPC Error: Error: JsonRpcEngine - response has no error or result for request:
{
"jsonrpc": "2.0",
"id": 3279580878,
"method": "eth_getBlockByNumber",
"params": [
"pending",
false
],
"origin": "127.0.0.1"
}
Expected behaviour
Return pending block data without errors.
Browser details (please complete the following information):
Seems to be happening for all methods that has the pending parameter.
thanks for reporting @Pedro-vk - should be fixed by https://github.com/MetaMask/metamask-extension/pull/5510.
Most helpful comment
Seems to be happening for all methods that has the pending parameter.