-
Notifications
You must be signed in to change notification settings - Fork 621
Version Packages #7014
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
Version Packages #7014
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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7014 +/- ##
=======================================
Coverage 54.71% 54.71%
=======================================
Files 904 904
Lines 57991 57991
Branches 4004 4004
=======================================
Hits 31731 31731
Misses 26155 26155
Partials 105 105
🚀 New features to boost your workflow:
|
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#7003
58e343cThanks @joaquim-verges! - Breaking change: EIP-5792 supportWe've significantly improved our EIP-5792 apis, which come with some breaking changes:
New Functions Added
useSendAndConfirmCallsuseWaitForCallsReceiptBreaking Changes
useSendCallsChangesBefore
After
Waiting for call receipts is now done separately, via the
useWaitForCallsReceipt.Before
After
You can also use the helper
useSendAndConfirmCallsto combine both submitting and waiting for confirmation.sendCallsChangesBefore:
After:
@thirdweb-dev/[email protected]
PR-Codex overview
This PR updates the versioning for
thirdweband@thirdweb-dev/wagmi-adapter, introduces new functions for EIP-5792 support, and outlines breaking changes in existing functions.Detailed summary
thirdwebversion from5.98.2to5.99.0@thirdweb-dev/wagmi-adapterversion from0.2.75to0.2.76useSendAndConfirmCallsuseWaitForCallsReceiptuseSendCallsandsendCalls:clientsendCallsfrom a string to an object