Skip to content

Comments

Feat/7702 5792 support#2378

Open
lwin-kyaw wants to merge 16 commits intov10from
feat/7702-5792-support
Open

Feat/7702 5792 support#2378
lwin-kyaw wants to merge 16 commits intov10from
feat/7702-5792-support

Conversation

@lwin-kyaw
Copy link

@lwin-kyaw lwin-kyaw commented Feb 17, 2026

Motivation and Context

Jira Link: https://consensyssoftware.atlassian.net/browse/W3APD-5325?atlOrigin=eyJpIjoiZTNmNmNkMjc4ODJmNGQ5YTgzYWJiYjhjZWM3MTUyNDUiLCJwIjoiaiJ9

Description

How has this been tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project. (run lint)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My code requires a db migration.

Note

Medium Risk
Touches wallet transaction flows and introduces new provider RPC method usage (wallet_* EIP-7702/5792), which can affect signing/sending behavior in demos; core logic changes appear limited and mostly additive.

Overview
Adds an EIP-7702/EIP-5792 playground to the Next.js SSR demo Main.tsx, including buttons to call wallet_getAccountUpgradeStatus, wallet_upgradeAccount, wallet_getCapabilities, wallet_sendCalls, and wallet_getCallsStatus, and a simple wagmi “send zero transaction” action with displayed tx hash/errors.

Updates the demo Web3Auth provider config to set defaultChainId and enable walletServicesConfig modal confirmations/login mode. Also refreshes demo lockfiles to @web3auth/modal/@web3auth/no-modal 10.14.1 and related dependency bumps, and fixes a missing newline in demo/react-app-no-modal/src/web3RPC.ts.

Written by Cursor Bugbot for commit 19a9ab9. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Feb 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web3auth-web Error Error Feb 23, 2026 5:00pm

Request Review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

@lwin-kyaw lwin-kyaw marked this pull request as ready for review February 23, 2026 17:04
"@toruslabs/http-helpers": "^8.1.1",
"@web3auth/auth": "^10.8.0",
"@web3auth/no-modal": "^10.14.1",
"@web3auth/no-modal": "file:../no-modal",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: update this to published version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant