-
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): Change require to custom err in bridge contracts #13220
Conversation
LGTM just needs merge conflict resolved! |
Thanks Jeff, resolved. |
Integration tests has to be adjusted. |
Codecov Report
@@ Coverage Diff @@
## main #13220 +/- ##
==========================================
+ Coverage 60.72% 60.84% +0.11%
==========================================
Files 116 116
Lines 3524 3555 +31
Branches 483 483
==========================================
+ Hits 2140 2163 +23
- Misses 1300 1307 +7
- Partials 84 85 +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 |
1238e4a
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2023 Taiko Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
As per issue:
#13057
Bridge related require messages are changed in code + unit tests.
Created a gas usage comparison between current version vs. new. Please see differences in yellow (cheaper) or purple (expensive). Left is the new, right is the old.
It might only be slightly more expensive because only called 4 times.