rumos-io / gears

A Rust implementation of the Cosmos SDK
Apache License 2.0
27 stars 5 forks source link

[FEATURE]: Hunt down and remove all `unwrap` #176

Open NYBACHOK opened 2 months ago

NYBACHOK commented 2 months ago

Feature description

We have unwraps in our code. They should be removed

dmvict commented 2 months ago

I guess that here we have to apply some convention. Something like:

Let's discuss these points. I'm trying to make the issue clear and more concrete.

NYBACHOK commented 7 hours ago

Remove most of the easy ones, but there are still some which require more time.