entropyxyz/synedrion

Handle `.unwrap()`s gracefully

Closed this issue · 0 comments

fjarri commented

As a temporary measure, there's a number of unwrap() throughout the code base. These need to be removed and replaced with error propagation. When it's done, warn(clippy::unwrap_used) in lib.rs should be enabled (or even changed to deny). Also look for assert!.