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
Sending transactions via web3 works and produces blocks as expected, but I do get an error message after the transaction has been sent:
Error: the object {
"confirmationChecks": 0
"confirmations": 0
"error": "Error: Node error: {\"code\":-32602,\"message\":\"Invalid params: invalid type: null, expected a block number or 'latest', 'earliest' or 'pending'.\"}"
"receipt": false
} was thrown, throw an Error :)
at process._tickCallback (internal/process/next_tick.js:68:7)
Which does look similar to a bugreport for web3 in conjunction with parity: web3/web3.js#2831
Follow the approach implemented in the posdao-test-setup repository.
The text was updated successfully, but these errors were encountered: