-
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
fix(bridge-ui): fix relayer #13548
fix(bridge-ui): fix relayer #13548
Conversation
Codecov Report
@@ Coverage Diff @@
## main #13548 +/- ##
=======================================
Coverage 36.13% 36.13%
=======================================
Files 124 124
Lines 3778 3778
Branches 502 502
=======================================
Hits 1365 1365
Misses 2321 2321
Partials 92 92
*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 |
Changes were introducedin the bridge Ui to change all the
string
values on a message tonumbe
, without any concern for integer overflow. This breaks the Transaction list, and renders it completely unusable.This reverts those changes.