centrifuge / fudge

FUlly Decoupled Generic Environment for Substrate-chains
Other
22 stars 2 forks source link

Error Handling #7

Closed mustermeiszer closed 1 year ago

mustermeiszer commented 2 years ago

Currently, the whole lib is basically unwrapping everywhere most of the time.

In the future the lib should define its own error enum that wraps ALL underlying substrate errors into respective variants and also exposes a set of fudge specific errors.

Tasks

mustermeiszer commented 1 year ago

Done in #60