-
Notifications
You must be signed in to change notification settings - Fork 9
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: solidity adapters #158
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #158 +/- ##
============================================
+ Coverage 68.83% 70.87% +2.04%
Complexity 55 55
============================================
Files 32 34 +2
Lines 1925 2012 +87
Branches 34 34
============================================
+ Hits 1325 1426 +101
+ Misses 584 570 -14
Partials 16 16
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Should we make these upgradable for now? Or keep them constant? @redlarva |
I'm uncertain about it, as there is no sensitive information stored in it. Moreover, if there are any connection issues, we have the option to create a new contract or connection, right? So, considering this, I think it shouldn't be made upgradable. |
6beef58
to
e7f0102
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, no comments really. Tests and coverage seems good.
* feat: implement wormhole adapter * fix: removed event listener for request submitted * tests: added rollback test for wormhole * tests: added admin test * fix: xcall test * feat: add method to update gas limit
* feat: added interface for layerzero and install dependencies * feat: implement layerzero adapter * fix: test for layer-zero and wormhole * refactor: clean up * feat: add method to update gas limit for layer zero * fix: use contract as refund address --------- Co-authored-by: AntonAndell <[email protected]>
* feat: incorporate response fee for layerzero * feat: incorporate response fee for wormhole * refactor: remove duplicate dev docs
* feat: implement wormhole adapter * fix: removed event listener for request submitted * tests: added rollback test for wormhole * tests: added admin test * fix: xcall test * feat: add method to update gas limit
* feat: added interface for layerzero and install dependencies * feat: implement layerzero adapter * fix: test for layer-zero and wormhole * refactor: clean up * feat: add method to update gas limit for layer zero * fix: use contract as refund address --------- Co-authored-by: AntonAndell <[email protected]>
a2cc1cc
to
743e4a2
Compare
Description:
Commit Message
see the guidelines for commit messages.
Changelog Entry
Checklist: