-
Notifications
You must be signed in to change notification settings - Fork 620
[Portal] .NET ThirdwebBridge Onramping & InAppWallet 7702 Account Abstraction
#7017
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
apps/portal/src/app/dotnet/wallets/providers/account-abstraction/page.mdx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7017 +/- ##
=======================================
Coverage 54.90% 54.90%
=======================================
Files 909 909
Lines 58374 58374
Branches 4034 4034
=======================================
Hits 32051 32051
Misses 26218 26218
Partials 105 105
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Merge activity
|
apps/portal/src/app/dotnet/wallets/providers/account-abstraction/page.mdx
Show resolved
Hide resolved
apps/portal/src/app/dotnet/wallets/providers/account-abstraction/page.mdx
Show resolved
Hide resolved
apps/portal/src/app/dotnet/wallets/providers/account-abstraction/page.mdx
Show resolved
Hide resolved
… Abstraction (#7017) Closes TOOL-4446 <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating documentation and examples related to `SignAuthorization` and `Native Account Abstraction`, enhancing clarity and functionality descriptions, and introducing new features for integrating with Ethereum's EIP-7702 and EIP-4337 standards. ### Detailed summary - Updated `name` in `sidebar.tsx` from "SignAuthorization (Experimental)" to "SignAuthorization". - Revised documentation in `page.mdx` files to clarify `Native Account Abstraction`. - Added examples for creating and using `InAppWallet` with EIP-7702. - Introduced details on `ExecutionMode` options for account abstraction. - Enhanced `Onramping with Fiat` section with new code examples. - Updated `SignAuthorization` section to reflect low-level API usage and parameters. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
ab008f3 to
49de018
Compare
Closes TOOL-4446
PR-Codex overview
This PR focuses on enhancing documentation related to the
SignAuthorizationfeature andNative Account Abstractionin thethirdwebframework, providing clearer explanations and examples for developers.Detailed summary
SignAuthorizationinsidebar.tsx.page.mdxfiles to clarifyNative Account Abstractionand provide detailed code examples.InAppWallet.universal-bridgedocumentation.SignAuthorizationintegration to emphasize low-level API usage.