[FEATURE] Add to response some detail to distinguish errors like `already known` or `nonce too low` returned from quorum eth_sendRawTransaction RPC #1482
Is your feature request related to a problem? Please describe.
Currently, when clients of the ibet-Wallet-API execute eth_sendRawTransaction against a quorum, they are unable to distinguish the type of error returned if one occurs.
In general wallet applications, it is desirable to be able to identify errors returned by the RPC when executing eth_sendRawTransaction, such as already known or nonce too low.
Describe the solution you'd like
Add to response some detail including transaction hash to distinguish errors like already known or nonce too low returned from quorum eth_sendRawTransaction RPC.
Is your feature request related to a problem? Please describe.
already known
ornonce too low
.Describe the solution you'd like
already known
ornonce too low
returned from quorum eth_sendRawTransaction RPC.