-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature/pro 305 integrate layer zero/stargate protocol #138
base: master
Are you sure you want to change the base?
Feature/pro 305 integrate layer zero/stargate protocol #138
Conversation
…dd new functionality. Testing WIP.
…egrate-LayerZero/Stargate-protocol
…cet. Removed zero address check for eth router on init as not all chains have one.
…working pending Stargate response.
PRO-305 Etherspot to integrate LayerZero/Stargate protocol
Integrate LayerZero/Stargate protocol to Etherspot's cross-chain aggregation solution More information: https://layerzero.gitbook.io/docs/guides/master/how-to-send-a-message Documentation and example code: https://stargateprotocol.gitbook.io/stargate/ |
There is one test that is commented out which is not working correctly that I am currently in discussion with Stargate on how to solve. Rather than hold up the PR for this I will amend this test separately when the problem has been debugged. SGReceiver.sol is part of this test to check the logic executes correctly on receiving chain. |
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.
LGTM
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes