conflux-rust icon indicating copy to clipboard operation
conflux-rust copied to clipboard

Design a new error code and message system

Open Pana opened this issue 4 years ago • 1 comments

Currently there is not a error code table for cfx_estimateGasAndCollateral , cfx_call, cfx_sendRawTransaction. When developers meet error returned from these methods, it's very hard to know the reason.

Strongly suggest provide an error code and message table for these three methods.

Pana avatar Jun 11 '21 03:06 Pana

Relevant:

  • https://github.com/ethereum/EIPs/issues/136
  • https://eips.ethereum.org/EIPS/eip-1474

Thegaram avatar Jun 11 '21 03:06 Thegaram