-
Notifications
You must be signed in to change notification settings - Fork 88
feat: Implement LayerZero WHBAR Cross-Chain Bridge with Comprehensive E2E Testing #3821
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: Implement LayerZero WHBAR Cross-Chain Bridge with Comprehensive E2E Testing #3821
Conversation
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]> q Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
This reverts commit 06b9c2b. Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
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 and fantastic job so far!
Most of the helper methods can be re-used in other examples, which was the initial goal 🚀.
Only commented for now because the PR is pretty big and I'll need some more time tomorrow to finish the review entirely.
tools/hedera-crosschain-bridge/test/bridging-e2e/whbar/whbar-e2e-hedera-sepolia.spec.ts
Outdated
Show resolved
Hide resolved
tools/hedera-crosschain-bridge/test/bridging-e2e/whbar/whbar-e2e-hedera-sepolia.spec.ts
Show resolved
Hide resolved
Signed-off-by: Logan Nguyen <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
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, some nits.
Signed-off-by: Logan Nguyen <[email protected]>
… E2E Testing (hiero-ledger#3821) Signed-off-by: Logan Nguyen <[email protected]>
PR Description
This PR implements a complete LayerZero-based bridge solution for WHBAR (Wrapped HBAR) transfers between Hedera and Sepoli. The implementation includes deployment scripts, comprehensive E2E testing, and detailed documentation.
Deployment Infrastructure
Introduces three core deployment scripts with environment-based configuration:
All scripts support both Hedera and Sepolia networks with block explorer integration and comprehensive validation. Full documentation available in
path-to-relay/hedera-crosschain-bridge/scripts/deployments/README.md.End-to-End Testing
Delivers a comprehensive E2E test suite validating the complete WHBAR bridging flow:
Includes extensive logging, block explorer integration, and 30-minute execution timeout. Complete setup guide in
path-to-relay/hedera-crosschain-bridge/test/bridging-e2e/whbar/README.md.Key Achievements
Fixes #3801
Notes for reviewer:
Checklist