polyswarm / relay

Sidechain relay for PolySwarm, the first decentralized threat intelligence market.
https://polyswarm.io
GNU General Public License v3.0
2 stars 1 forks source link

When reporting errors, specify if we are talking about homechain/sidechain #41

Closed mjkoo closed 5 years ago

mjkoo commented 5 years ago

Is your feature request related to a problem? Please describe. Most of the code in relay is symmetrical, but on error conditions we should report which chain the error occurred on to help debugging, especially when the error is external to relay itself (geth rpc failures etc).

Describe the solution you'd like Error type which reports home or side chain

Probably would be useful in all logs not just errors