You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace snafu with this_error and remove global error enum (#1823)
This PR:
- Removes global error enum by moving the variants to a
BlockBuildingError enum
- removes snafu dependency from everywhere except from the availability
endpoint, as hotshot query service still uses it
- moves error types into their relevant modules
- use parse_duration and parse_size from espresso_types::utils
This PR does not remove snafu dependency completely, as we need to
replace snafu with this_error in hotshot query service
0 commit comments