nervosnetwork / fiber

16 stars 8 forks source link

Proper handle error in RPC response #52

Closed chenyukang closed 3 months ago

chenyukang commented 3 months ago

Currently, the RPC endpoint will not reponse error message and status for some errors, such as this important check result:

https://github.com/contrun/ckb-pcn-node/blob/fa98fe06dbfbfc6b143666eae8f56e05e6383447/src/ckb/channel.rs#L350-L359

we should fix these and add related test cases.