EspressoSystems / espresso-sequencer

96 stars 68 forks source link

Remove global `Error` #1681

Closed tbro closed 2 months ago

tbro commented 3 months ago

Related to ongoing discussion around agreed upon error handling conventions, we should remove global Error and localize to mod where it is actually used. It would probably be a good idea to go ahead and remove snafu dependency at the same time.