-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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(protocol): implement Bridge.isMessageFailed
#13004
Conversation
Bridge.isMessageFailed
Bridge.isMessageFailed
Codecov Report
@@ Coverage Diff @@
## main #13004 +/- ##
==========================================
- Coverage 66.41% 65.89% -0.53%
==========================================
Files 112 112
Lines 3052 3064 +12
Branches 363 368 +5
==========================================
- Hits 2027 2019 -8
- Misses 948 969 +21
+ Partials 77 76 -1
*This pull request uses carry forward flags. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@davidtaikocha somehow integration & genesis tests are failing. Can you take a look? |
Opened a PR to fix this: #13006 , looks like go-ethereum pushed a new |
On the source chain of a message, function
isMessageFailed
can verify if a message has been failed on the destination chain.A test shall be added later in a separate PR.