feat: enable SIWX sign-in for the TRON adapter#5684
Open
rtomas wants to merge 1 commit into
Open
Conversation
TronAdapter.signMessage previously returned an empty signature, which broke SIWX / Reown Authentication (the server rejected the empty signature). It now delegates to the active connector's signMessage to produce a real signature. Also surfaces TRON in the laboratory reown-authentication config and adds TRON wallet buttons. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
9 Skipped Deployments
|
🦋 Changeset detectedLatest commit: 1812a23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 26 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Visual Regression Test Results ✅ PassedChromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=928 👉 Please review the visual changes in Chromatic and accept or reject them. |
Contributor
📦 Bundle Size Check✅ All bundles are within size limits 📊 View detailed bundle sizes> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit > size-limit |
Contributor
Coverage Report
File CoverageNo changed files found. |
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.
Description
Enable SIWX / Reown Authentication sign-in for the TRON adapter:
TronAdapter.signMessagenow delegates to the active connector'ssignMessage(TronLinksignMessageV2/ WalletConnecttron_signMessage) instead of returning an empty signature, which the auth server rejected. The laboratoryreown-authenticationconfig gains thetronadapter plus a TRON wallet-buttons section so the flow is testable end to end.This PR must be merged first: https://github.com/reown-com/web-monorepo/pull/2864
Type of change
Associated Issues
N/A
Showcase (Optional)
N/A
Checklist
🤖 Generated with Claude Code