Skip to content
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

[SDK] Fix bytecode caching #6593

Merged
merged 1 commit into from
Mar 31, 2025
Merged

[SDK] Fix bytecode caching #6593

merged 1 commit into from
Mar 31, 2025

Conversation

kumaryash90
Copy link
Member

@kumaryash90 kumaryash90 commented Mar 31, 2025


PR-Codex overview

This PR focuses on improving bytecode caching in the thirdweb package by enhancing the cache key to include additional metadata attributes.

Detailed summary

  • Updated the cacheKey in deploy-metadata.ts to include compilerMetadata.publisher and compilerMetadata.version.
  • Removed the version and publisher fields from the test data in process-ref-deployments.test.ts.

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

@kumaryash90 kumaryash90 requested review from a team as code owners March 31, 2025 17:52
Copy link

changeset-bot bot commented Mar 31, 2025

🦋 Changeset detected

Latest commit: 0dcde07

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
thirdweb Patch
@thirdweb-dev/wagmi-adapter Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 6:37pm
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 6:37pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 6:37pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 6:37pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 6:37pm

Copy link
Contributor

graphite-app bot commented Mar 31, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Mar 31, 2025
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground March 31, 2025 17:53 Inactive
@vercel vercel bot temporarily deployed to Preview – login March 31, 2025 17:53 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 31, 2025 17:53 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www March 31, 2025 17:53 Inactive
@kumaryash90 kumaryash90 changed the title Fix bytecode caching [SDK] Fix bytecode caching Mar 31, 2025
@kumaryash90 kumaryash90 added the hotfix This pull request should be prioritized in the merge queue. label Mar 31, 2025
Copy link
Member Author

kumaryash90 commented Mar 31, 2025

Merge activity

  • Mar 31, 1:53 PM EDT: The merge label 'hotfix' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Mar 31, 2:30 PM EDT: kumaryash90 added this pull request to the Graphite merge queue.
  • Mar 31, 2:38 PM EDT: A user merged this pull request with the Graphite merge queue.

Copy link
Contributor

github-actions bot commented Mar 31, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.56 KB (0%) 952 ms (0%) 202 ms (+138.28% 🔺) 1.2 s
thirdweb (cjs) 127.31 KB (0%) 2.6 s (0%) 314 ms (+32.75% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 113 ms (0%) 92 ms (+752.8% 🔺) 204 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 47 ms (+757.75% 🔺) 57 ms
thirdweb/react (minimal + tree-shaking) 19.34 KB (0%) 387 ms (0%) 110 ms (+400.46% 🔺) 496 ms

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground March 31, 2025 18:14 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 March 31, 2025 18:14 Inactive
@vercel vercel bot temporarily deployed to Preview – login March 31, 2025 18:14 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui March 31, 2025 18:14 Inactive
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.98%. Comparing base (05a041f) to head (0dcde07).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6593      +/-   ##
==========================================
+ Coverage   54.96%   54.98%   +0.02%     
==========================================
  Files         885      885              
  Lines       55517    55517              
  Branches     3793     3794       +1     
==========================================
+ Hits        30513    30528      +15     
+ Misses      24911    24894      -17     
- Partials       93       95       +2     
Flag Coverage Δ
packages 54.98% <100.00%> (+0.02%) ⬆️
Files with missing lines Coverage Δ
...ages/thirdweb/src/utils/any-evm/deploy-metadata.ts 83.33% <100.00%> (ø)

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

<!--

## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"

If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):

## Notes for the reviewer

Anything important to call out? Be sure to also clarify these in your comments.

## How to test

Unit tests, playground, etc.

-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on enhancing the bytecode caching mechanism in the `thirdweb` package by including additional metadata in the cache key, which improves cache differentiation and management.

### Detailed summary
- Updated the `cacheKey` in `deploy-metadata.ts` to include `compilerMetadata.publisher` and `compilerMetadata.version` along with `compilerMetadata.name` and `chain.id`.
- Removed the `version` and `publisher` fields from the deployment test case in `process-ref-deployments.test.ts`.

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

<!-- end pr-codex -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages SDK Involves changes to the thirdweb SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants