-
Notifications
You must be signed in to change notification settings - Fork 524
Version Packages #6820
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 #6820
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 📦
|
2fc737e
to
92ece71
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6820 +/- ##
==========================================
+ Coverage 55.22% 55.23% +0.01%
==========================================
Files 896 896
Lines 57020 57020
Branches 3951 3955 +4
==========================================
+ Hits 31487 31497 +10
+ Misses 25436 25427 -9
+ Partials 97 96 -1
🚀 New features to boost your workflow:
|
92ece71
to
4404b3b
Compare
4404b3b
to
e3ef9f7
Compare
e3ef9f7
to
c53356f
Compare
c53356f
to
9aa621d
Compare
9aa621d
to
2148f48
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
#6830
e526f75
Thanks @gregfromstl! - Enhanced SDK Bridge functionality with the following key updates:Breaking Change: Standardized parameter naming in bridge functions:
buyAmountWei
toamount
in Buy functionssellAmountWei
toamount
in Sell functionsExample:
Enhanced Quote Structure: Added
steps
array to buy/sell quote responses with detailed token information:Added Purchase Data Support: Added optional
purchaseData
parameter to Buy and Sell functions:Enhanced Status Responses: Status responses now include the
purchaseData
field that was provided during the initial transaction:Updated API Interactions: Changed from query parameters to JSON body for prepare functions to accommodate complex data.
Patch Changes
#6823
dc2e514
Thanks @kumaryash90! - Deprecate Pack#6822
33666aa
Thanks @joaquim-verges! - More efficient multi event querying when using indexer#6819
8b4b873
Thanks @joaquim-verges! - expose setServiceKey#6824
b2e56f8
Thanks @kumaryash90! - Custom factory addr for Chiliz mainnet@thirdweb-dev/[email protected]
PR-Codex overview
This PR focuses on updating the version numbers for the
@thirdweb-dev/wagmi-adapter
andthirdweb
packages, along with significant enhancements to the SDK Bridge functionality, including standardized parameter naming and improved quote structures.Detailed summary
@thirdweb-dev/wagmi-adapter
version to0.2.60
.thirdweb
version to5.96.0
.buyAmountWei
toamount
).steps
array to buy/sell quote responses.purchaseData
parameter in Buy/Sell functions.purchaseData
.