-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sequencer reports the wrong action as having failed #1465
Labels
sequencer
pertaining to the astria-sequencer crate
Comments
SuperFluffy
changed the title
Duplicate error messages for two different actions is confusing
Sequencer reports the wrong action as having failed
Sep 6, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 17, 2024
…#1505) ## Summary The error message for stateless checks on `BridgeUnlock` actions incorrectly states `BridgeLock` as the failing error. ## Changes - change the error message that wraps the stateless check for `BridgeUnlock` actions ## Related Issues Link any issues that are related, prefer full github links. closes #1465
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sequencer reports that a bridge lock action failed even though it was checking a bridge unlock action.
The error message should be fixed. To not let this happen in the future: 1. Can the boiler plate also be replaced by a macro? And 2: can we make use of
astria_core::Protobuf::full_name()
to print the name of the failed action?astria/crates/astria-sequencer/src/transaction/mod.rs
Lines 130 to 137 in f46d7f5
┆Issue Number: ENG-800
The text was updated successfully, but these errors were encountered: