-
Notifications
You must be signed in to change notification settings - Fork 543
Version Packages #5909
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 #5909
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 #5909 +/- ##
=======================================
Coverage 54.81% 54.81%
=======================================
Files 1141 1141
Lines 60875 60875
Branches 5120 5120
=======================================
Hits 33371 33371
Misses 26778 26778
Partials 726 726
*This pull request uses carry forward flags. Click here to find out more. |
d163b5c
to
6b1d6c1
Compare
|
||
- [#5878](https://github.com/thirdweb-dev/js/pull/5878) [`70b7b5c`](https://github.com/thirdweb-dev/js/commit/70b7b5c5ffc965e4e39fa1ce768a11a2cda5465a) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - Add support for backend wallets. | ||
|
||
This is useful is you have a backend that is connected to an that you want to have programmatic access to a wallet without managing private keys. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description contains a grammatical error that makes it harder to understand. Consider revising to:
"This is useful if you have a backend that is connected to a service that you want to have programmatic access to a wallet without managing private keys."
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
6b1d6c1
to
e1ea6e2
Compare
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
thirdweb@5.83.0
Minor Changes
#5878
70b7b5c
Thanks @ElasticBottle! - Add support for backend wallets.This is useful is you have a backend that is connected to an that you want to have programmatic access to a wallet without managing private keys.
Here's how you'd do it:
Note that
walletSecret
should be generated by you and securely stored to uniquely authenticate to the given wallet.Patch Changes
5e2eec3
Thanks @kumaryash90! - Fix batch fetch util for marketplace-v3@thirdweb-dev/wagmi-adapter@0.1.6
PR-Codex overview
This PR focuses on updating versions and enhancing functionality in the
wagmi-adapter
andthirdweb
packages, including new features for backend wallet support and adjustments to type definitions.Detailed summary
version
of@thirdweb-dev/wagmi-adapter
from0.1.5
to0.1.6
.thirdweb
(version
updated from5.82.0
to5.83.0
).typesVersions
inthirdweb/package.json
for better readability and structure.