-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
(SHIP-2626) added custom error handling for Treasure #13981
Conversation
I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:
|
…it/chainlink into ship-2626-treasure-errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
…it/chainlink into ship-2626-treasure-errors
@@ -405,6 +405,7 @@ func Test_Eth_Errors_Fatal(t *testing.T) { | |||
{"failed to forward tx to sequencer, please try again. Error message: 'invalid sender'", true, "Mantle"}, | |||
|
|||
{"client error fatal", true, "tomlConfig"}, | |||
{"invalid chain id for signer", true, "Treasure"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like you have four separate error messages categorized for TreasureFatal, maybe add three others here in the test as well ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I just remove those as they were copied from Arbitrum and not relevant actually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, then you should keep it, as this case is unique for Treasure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've left the invalid chain id for signer
, and removed the others
Quality Gate passedIssues Measures |
Requires Dependencies
Resolves Dependencies