kayabaNerve / full-chain-membership-proofs

18 stars 1 forks source link

asserts/unwraps/expects should become Results #29

Open kayabaNerve opened 1 year ago

kayabaNerve commented 1 year ago

If an unwrap/expect is on an invariant, that's fine, yet if they're used as asserts are being used, they need to be Results.

This needs to be done after #28.