-
Notifications
You must be signed in to change notification settings - Fork 5.5k
RPC errors not bubbled back to Ðapp #8483
Copy link
Copy link
Closed
Labels
Sev2-normalNormal severity; minor loss of service or inconvenience.Normal severity; minor loss of service or inconvenience.area-apiteam-wallet-api-platform-deprecatedDEPRECATED: please use "team-wallet-integrations" insteadDEPRECATED: please use "team-wallet-integrations" insteadtype-bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
Sev2-normalNormal severity; minor loss of service or inconvenience.Normal severity; minor loss of service or inconvenience.area-apiteam-wallet-api-platform-deprecatedDEPRECATED: please use "team-wallet-integrations" insteadDEPRECATED: please use "team-wallet-integrations" insteadtype-bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently when a Ðapp initiates a call to
eth_sendTransaction, if the RPC backend throws an error (liketransaction underpriced), this error is not returned to the Ðapp, instead a generic internal wrapper is returned, like"Error: [ethjs-rpc] rpc error with payload {"...Checked and this behavior continues to exist on develop.
Ideal case: