fix: LZReceiver implement full OApp (SC-1124, SC-1125)#40
Merged
lucas-manuel merged 4 commits intomasterfrom Sep 5, 2025
Merged
fix: LZReceiver implement full OApp (SC-1124, SC-1125)#40lucas-manuel merged 4 commits intomasterfrom
LZReceiver implement full OApp (SC-1124, SC-1125)#40lucas-manuel merged 4 commits intomasterfrom
Conversation
lucas-manuel
requested changes
Sep 4, 2025
lucas-manuel
requested changes
Sep 4, 2025
lucas-manuel
requested changes
Sep 4, 2025
test/LZReceiver.t.sol
Outdated
| function test_allowInitializePath() public view { | ||
| // Should return true when origin.srcEid == srcEid and origin.sender == sourceAuthority | ||
| function test_allowInitializePath() public { | ||
| // Should return true when origin.srcEid == srcEid, origin.sender == sourceAuthority and peers[origin.srcEid] != origin.sender |
Contributor
There was a problem hiding this comment.
peers[origin.srcEid] == origin.sender
|
Coverage after merging fix/sc-1124-1125 into master will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lucas-manuel
approved these changes
Sep 5, 2025
barrutko
added a commit
to grove-labs/xchain-helpers
that referenced
this pull request
Oct 14, 2025
* feat: Add LayerZero Support (SC-1050) (sparkdotfi#37) * intial commit * fix: tests add: binance chain * add: init * fix * Update LZReceiver.sol * fix: receiver * add: LZReceiver.t.sol * fix: review * fix: LZForwarder refund correct payer (SC-1127) (sparkdotfi#39) * fix: Use address(this) as sender in quote in LZForwarder (SC-1126) (sparkdotfi#38) Co-authored-by: Lucas Manuel <lucasmanuel.tech@gmail.com> * fix: `LZReceiver` implement full OApp (SC-1124, SC-1125) (sparkdotfi#40) * save * fix: review * fix: review * fix: comment * fix: Pay in LZToken (SC-1152) (sparkdotfi#41) * fix * add: param * add: tests * fix: review * feat: Add Avalanche to lz (SC-1178) (sparkdotfi#43) --------- Co-authored-by: supercontracts <bonjour.tabish@gmail.com> Co-authored-by: Lucas Manuel <lucasmanuel.tech@gmail.com>
barrutko
added a commit
to grove-labs/xchain-helpers
that referenced
this pull request
Oct 14, 2025
* feat: Add LayerZero Support (SC-1050) (sparkdotfi#37) * intial commit * fix: tests add: binance chain * add: init * fix * Update LZReceiver.sol * fix: receiver * add: LZReceiver.t.sol * fix: review * fix: LZForwarder refund correct payer (SC-1127) (sparkdotfi#39) * fix: Use address(this) as sender in quote in LZForwarder (SC-1126) (sparkdotfi#38) * fix: `LZReceiver` implement full OApp (SC-1124, SC-1125) (sparkdotfi#40) * save * fix: review * fix: review * fix: comment * fix: Pay in LZToken (SC-1152) (sparkdotfi#41) * fix * add: param * add: tests * fix: review * feat: Add Avalanche to lz (SC-1178) (sparkdotfi#43) --------- Co-authored-by: supercontracts <bonjour.tabish@gmail.com> Co-authored-by: Lucas Manuel <lucasmanuel.tech@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.