zingolabs / zingo-proxy

Work in progress pure-rust lightwalletd replacement. Currently all methods offload to lwd.
2 stars 4 forks source link

Add Error Handling #31

Open idky137 opened 1 month ago

idky137 commented 1 month ago

Remove any unwraps that have the possibility of returning an error from production code. Instead handle errors, either re-queuing requests or returning an error message to the client. For serious system errors possibly implement graceful shutdown or soft restart.