-
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): add isEtherReleased to Bridge #13204
Conversation
Codecov Report
@@ Coverage Diff @@
## main #13204 +/- ##
==========================================
+ Coverage 60.15% 60.33% +0.18%
==========================================
Files 115 115
Lines 3448 3444 -4
Branches 468 466 -2
==========================================
+ Hits 2074 2078 +4
+ Misses 1287 1278 -9
- Partials 87 88 +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 |
BridgeUI needs a way to determine if ether is released without crawling every block for events. It already exists for ERC20 but not for ETH.