-
Notifications
You must be signed in to change notification settings - Fork 83
feat: [hedera-crosschain-bridge] Case B – Custom HTS Token Bridging Implementation and Testing #3809
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
Merged
Conversation
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
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> chore: removed chainId config definition in Hardhat config Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> fix: updated .env.example to correct configs Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> chore: cleaned up README.md Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> chore: cleaned up folder structure Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> feat: added network configs Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> build(deps): installed deps Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: nikolay <n.atanasow94@gmail.com>
🎉 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) |
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
547a460
to
0caec04
Compare
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
This reverts commit 06b9c2b. Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
0caec04
to
f942bae
Compare
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
…lementation-and-testing' into 3802-case-b-custom-hts-bridging
Signed-off-by: Quiet Node <logan@quiet-node.dev>
Signed-off-by: nikolay <n.atanasow94@gmail.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
…se-a-whbar-bridging-implementation-and-testing' into 3801-hedera-crosschain-bridge-case-a-whbar-bridging-implementation-and-testing
…lementation-and-testing' into 3802-case-b-custom-hts-bridging
Signed-off-by: nikolay <n.atanasow94@gmail.com>
Signed-off-by: nikolay <n.atanasow94@gmail.com>
quiet-node
requested changes
Jun 6, 2025
tools/hedera-crosschain-bridge/scripts/deployments/deploy-hts-connector.ts
Outdated
Show resolved
Hide resolved
tools/hedera-crosschain-bridge/scripts/deployments/deploy-oft.ts
Outdated
Show resolved
Hide resolved
tools/hedera-crosschain-bridge/test/bridging-e2e/erc20-hts/erc20-hts-e2e-hedera-sepolia.spec.ts
Outdated
Show resolved
Hide resolved
tools/hedera-crosschain-bridge/test/bridging-e2e/erc20-hts/erc20-hts-e2e-hedera-sepolia.spec.ts
Show resolved
Hide resolved
tools/hedera-crosschain-bridge/test/deployments/deploy-hts-connector.spec.ts
Outdated
Show resolved
Hide resolved
tools/hedera-crosschain-bridge/test/deployments/deploy-oft.spec.ts
Outdated
Show resolved
Hide resolved
Base automatically changed from
3801-hedera-crosschain-bridge-case-a-whbar-bridging-implementation-and-testing
to
main
June 6, 2025 22:35
# Conflicts: # tools/hedera-crosschain-bridge/.env.example # tools/hedera-crosschain-bridge/package.json # tools/hedera-crosschain-bridge/scripts/deployments/README.md # tools/hedera-crosschain-bridge/test/bridging-e2e/whbar/whbar-e2e-hedera-sepolia.spec.ts # tools/hedera-crosschain-bridge/test/utils/helpers.ts
Signed-off-by: nikolay <n.atanasow94@gmail.com>
Signed-off-by: nikolay <n.atanasow94@gmail.com>
simzzz
reviewed
Jun 10, 2025
tools/hedera-crosschain-bridge/scripts/deployments/deploy-hts-connector.ts
Outdated
Show resolved
Hide resolved
simzzz
reviewed
Jun 10, 2025
tools/hedera-crosschain-bridge/test/bridging-e2e/erc20-hts/erc20-hts-e2e-hedera-sepolia.spec.ts
Outdated
Show resolved
Hide resolved
simzzz
reviewed
Jun 10, 2025
tools/hedera-crosschain-bridge/test/bridging-e2e/erc20-hts/erc20-hts-e2e-hedera-sepolia.spec.ts
Outdated
Show resolved
Hide resolved
simzzz
reviewed
Jun 10, 2025
tools/hedera-crosschain-bridge/test/bridging-e2e/erc20-hts/erc20-hts-e2e-hedera-sepolia.spec.ts
Show resolved
Hide resolved
quiet-node
reviewed
Jun 10, 2025
tools/hedera-crosschain-bridge/test/bridging-e2e/erc20-hts/erc20-hts-e2e-hedera-sepolia.spec.ts
Show resolved
Hide resolved
Signed-off-by: nikolay <n.atanasow94@gmail.com>
simzzz
approved these changes
Jun 11, 2025
quiet-node
approved these changes
Jun 11, 2025
mwb-al
pushed a commit
to mwb-al/hiero-json-rpc-relay
that referenced
this pull request
Jun 23, 2025
…mplementation and Testing (hiero-ledger#3809) Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com> Signed-off-by: nikolay <n.atanasow94@gmail.com> Signed-off-by: Quiet Node <logan@quiet-node.dev> Co-authored-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
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.
Description:
To enable the June 2025 production rollout of cross-chain capabilities, we are implementing a LayerZero-based bridge for custom Hedera tokens (HTS) to and from Sepolia. This ticket covers the implementation of Case B, which focuses on the design, deployment, and testing of cross-network functionality for arbitrary HTS tokens, enabling broader asset support in the Hedera ecosystem.
This work validates that the bridging solution is flexible and reusable for new HTS tokens in production. Clear documentation and robust testing are critical, as this implementation will serve as a reference pattern for future HTS asset integrations.
Acceptance Criteria:
scripts/deployment/
:npx hardhat run
.env
for private keys, RPCs, and token configurationtest/deployment/
:Proposed Solution:
Related issue(s):
Fixes #3802
Fixes #3799
Notes for reviewer:
Checklist