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
## Summary
Added `astria_eyre::install()` call to `main.rs`.
## Background
#1387 switched the sequencer
from `anyhow` to `eyre` usage, but did not install the `astria-eyre`
error hook.
## Changes
Added `astria_eyre::install()` call to `main.rs`.
## Testing
Passing all tests
## Related Issues
closes#1551
PR #1387 switched sequencer from anyhow to eyre, but did not set the
astria-eyre
error hook.It should call
astria_eyre::install
before any eyre repots are constructed:astria/crates/astria-eyre/src/lib.rs
Line 33 in f11f900
┆Issue Number: ENG-839
The text was updated successfully, but these errors were encountered: