-
-
Notifications
You must be signed in to change notification settings - Fork 876
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: update sendCalls
to match EIP-5792 spec
#2641
Conversation
🦋 Changeset detectedLatest commit: 9c0532d 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 ↗︎
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2641 +/- ##
==========================================
- Coverage 99.67% 99.65% -0.02%
==========================================
Files 777 777
Lines 70293 70392 +99
Branches 3276 3280 +4
==========================================
+ Hits 70062 70150 +88
- Misses 217 227 +10
- Partials 14 15 +1 ☔ View full report in Codecov by Sentry. |
PR-Codex overview
This PR deprecates
writeContracts
in favor ofsendCalls
and updates its usage to match EIP-5792 spec.Detailed summary
writeContracts
in favor ofsendCalls
sendCalls
to accept contract function interfacessendCalls
to includechainId
per callsendCalls
sendCalls