js icon indicating copy to clipboard operation
js copied to clipboard

Fix `sendCallsStatus` test types

Open gregfromstl opened this issue 1 year ago • 4 comments

PR-Codex overview

The focus of this PR is to add chain and client properties to the calls array in the SEND_CALLS_OPTIONS constant in the get-calls-status.test.ts file.

Detailed summary

  • Added chain property with value ANVIL_CHAIN to the first call object
  • Added client property with value TEST_CLIENT to the first call object
  • Added chain property with value ANVIL_CHAIN to the second call object
  • Added client property with value TEST_CLIENT to the second call object

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

gregfromstl avatar May 17 '24 05:05 gregfromstl

⚠️ No Changeset found

Latest commit: a25814311314c79bf3772e48d4913e3ef9adac14

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar May 17 '24 05:05 changeset-bot[bot]

CodSpeed Performance Report

Merging #3057 will improve performances by ×4.7

Comparing greg/typedoc (a258143) with main (ce45475)

Summary

⚡ 1 improvements ✅ 8 untouched benchmarks

Benchmarks breakdown

Benchmark main greg/typedoc Change
keccakId 33.9 ms 7.2 ms ×4.7

codspeed-hq[bot] avatar May 17 '24 05:05 codspeed-hq[bot]

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 39.22 KB (0%) 785 ms (0%) 490 ms (+108.96% 🔺) 1.3 s
thirdweb (cjs) 88.71 KB (0%) 1.8 s (0%) 614 ms (-24% 🔽) 2.4 s
thirdweb (minimal + tree-shaking) 4.75 KB (0%) 96 ms (0%) 94 ms (+57.45% 🔺) 189 ms
thirdweb/chains (tree-shaking) 423 B (0%) 10 ms (0%) 8 ms (+64.92% 🔺) 18 ms
thirdweb/react (minimal + tree-shaking) 15.09 KB (0%) 302 ms (0%) 100 ms (+159.63% 🔺) 401 ms

github-actions[bot] avatar May 17 '24 05:05 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.08%. Comparing base (ce45475) to head (a258143).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3057   +/-   ##
=======================================
  Coverage   64.08%   64.08%           
=======================================
  Files         775      775           
  Lines       55109    55109           
  Branches     3169     3169           
=======================================
  Hits        35316    35316           
  Misses      19124    19124           
  Partials      669      669           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.61% <ø> (ø) Carriedforward from ce45475
packages 63.70% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

codecov[bot] avatar May 17 '24 05:05 codecov[bot]