-
Notifications
You must be signed in to change notification settings - Fork 525
Update dependencies and add atomicRequired option to sendCalls #6786
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
Update dependencies and add atomicRequired option to sendCalls #6786
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
243b0c3
to
0d831c6
Compare
size-limit report 📦
|
0d831c6
to
d159dae
Compare
d159dae
to
3c407af
Compare
3c407af
to
80a15e6
Compare
80a15e6
to
12ff6e4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6786 +/- ##
=======================================
Coverage 55.18% 55.18%
=======================================
Files 896 896
Lines 56940 56941 +1
Branches 3943 3944 +1
=======================================
+ Hits 31420 31421 +1
Misses 25424 25424
Partials 96 96
🚀 New features to boost your workflow:
|
Update Dependencies
This PR updates several dependencies to their latest versions:
@hey-api/openapi-ts
from 0.66.1 to 0.66.5 in the insight packagetslib
dependency from the insight package@noble/curves
from 1.8.1 to 1.8.2@noble/hashes
from 1.7.1 to 1.7.2ox
from 0.6.12 to 0.7.0viem
from 2.24.3 to 2.27.2Additionally, added
atomicRequired
parameter to the EIP-5792 wallet implementation with a default value offalse
to better align with the EIP specification.PR-Codex overview
This PR introduces the
atomicRequired
property to several TypeScript files in thethirdweb
package, updates dependencies, and modifies configuration files. It primarily enhances wallet functionality by ensuring atomic transaction capabilities.Detailed summary
atomicRequired
property toversion
intypes.ts
andsend-calls.ts
.send-calls.test.ts
to includeatomicRequired
..size-limit.json
from 52 kB to 53 kB.viem
version from2.24.3
to2.27.2
inpackage.json
andpnpm-lock.yaml
.@hey-api/openapi-ts
from0.66.1
to0.66.5
inpackage.json
andpnpm-lock.yaml
.files
array formatting inpackage.json
underinsight
.typesVersions
paths inpackage.json
forthirdweb
.