You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client CLI uses unwraps/expects everywhere. In order to make the lower level functions more re-usable across contexts we should have them returns errors instead of panicking. Additionally, it probably makes sense to exit with with a non-zero status code instead of panicking. I think not panicking should give us a better chance of clearing sensitive memory before exiting.
The client CLI uses unwraps/expects everywhere. In order to make the lower level functions more re-usable across contexts we should have them returns errors instead of panicking. Additionally, it probably makes sense to exit with with a non-zero status code instead of panicking. I think not panicking should give us a better chance of clearing sensitive memory before exiting.
ref: #154 (review)
The text was updated successfully, but these errors were encountered: