-
Notifications
You must be signed in to change notification settings - Fork 423
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 #5921
Version Packages #5921
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 📦
|
c77ad6c
to
b345644
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5921 +/- ##
==========================================
+ Coverage 54.83% 54.86% +0.03%
==========================================
Files 1142 1142
Lines 60952 60952
Branches 5138 5144 +6
==========================================
+ Hits 33422 33441 +19
+ Misses 26806 26784 -22
- Partials 724 727 +3
*This pull request uses carry forward flags. Click here to find out more. |
b345644
to
eff90e0
Compare
eff90e0
to
04c8ad3
Compare
04c8ad3
to
53451d3
Compare
53451d3
to
ef5235e
Compare
ef5235e
to
11bbe8f
Compare
11bbe8f
to
638ef94
Compare
638ef94
to
2c1e747
Compare
2c1e747
to
58d5c40
Compare
58d5c40
to
1379fa8
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
[email protected]
Minor Changes
#5889
7a3dff0
Thanks @ElasticBottle! - Exposes autoConnect as a standalone function for use outside of react.#5947
d1c03b0
Thanks @joaquim-verges! - IntroducingengineAccount()
for backend usageYou can now use
engineAccount()
on the backend to create an account that can send transactions via your engine instance.This lets you use the full catalog of thirdweb SDK functions and extensions on the backend, with the performance, reliability, and monitoring of your engine instance.
#5948
b10f306
Thanks @joaquim-verges! - Introducing Nebula APIYou can now chat with Nebula and ask it to execute transactions with your wallet.
Ask questions about real time blockchain data.
Ask it to execute transactions with your wallet.
Patch Changes
#5926
4b5661b
Thanks @MananTank! - ExporttoEventSelector
utility function from "thirdweb/utils"#5923
42a313f
Thanks @kumaryash90! - Fix deploy version for published contracts#5924
7fb5ce1
Thanks @joaquim-verges! - Ensure resetting deploy flag on bundler errors#5937
0e2b3df
Thanks @MananTank! - AddisValidENSName
utility function for checking if a string is a valid ENS name. It does not check if the name is actually registered, it only checks if the string is in a valid format.#5790
e331e43
Thanks @gregfromstl! - Migrated underlying functionality to Ox#5914
c5c6f9d
Thanks @MananTank! - Do not prompt user for signing message for SIWE auth in Connect UI for Ecosystem wallets@thirdweb-dev/[email protected]
PR-Codex overview
This PR focuses on updating versions and enhancing functionality in the
wagmi-adapter
andthirdweb
packages. It includes version upgrades, new features, and utility functions.Detailed summary
version
of@thirdweb-dev/wagmi-adapter
from0.1.7
to0.1.8
.version
ofthirdweb
from5.83.1
to5.84.0
.autoConnect
as a standalone function.engineAccount()
for backend usage.toEventSelector
utility function.isValidENSName
utility function for ENS name validation.