-
-
Notifications
You must be signed in to change notification settings - Fork 957
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: add support for wallet_sendTransaction
fallback
#2875
Conversation
🦋 Changeset detectedLatest commit: 2d4ea49 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
wallet_sendTransaction
wallet_sendTransaction
fallback
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2875 +/- ##
==========================================
- Coverage 99.65% 99.63% -0.02%
==========================================
Files 855 858 +3
Lines 72760 72853 +93
Branches 3231 3238 +7
==========================================
+ Hits 72507 72587 +80
- Misses 237 248 +11
- Partials 16 18 +2 ☔ View full report in Codecov by Sentry. |
* feat: add wallet_sendTransaction support * chore: format * chore: tweak * tweaks * chore: changeset * chore: tweaks * chore: tweaks * chore: tweaks
Adds support for falling back to
wallet_sendTransaction
ifeth_sendTransaction
fails.PR-Codex overview
This PR introduces support for the
wallet_sendTransaction
method, allowing transactions to be sent through wallets. It also updates type definitions to accommodatenull
accounts and adjusts related tests to ensure compatibility.Detailed summary
wallet_sendTransaction
in various functions.account
to benull
.null
accounts.null
accounts.