-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: CCIP-2612 update behavior of _trialExecute to return error response on failure #1183
feat: CCIP-2612 update behavior of _trialExecute to return error response on failure #1183
Conversation
LCOV of commit
|
@elatoskinas do we need to add tests for all error selectors? to assert for its value in |
Don't think so - the test you modified should be enough, to verify that errors that previously reverted now just emit the event. We should verify though that we're able to retrieve the error reason + error data from the event emission |
…or response on failures
…OffRamp Contract tests
0bf1cf0
to
1f3ac71
Compare
…onse on failure (#1183) CCIP-2612 update behavior of _trialExecute to return error response on failure ## Motivation ## Solution --------- Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
CCIP-2612 update behavior of _trialExecute to return error response on failure
Motivation
Solution