Skip to content

Conversation

@ElasticBottle
Copy link
Contributor

@ElasticBottle ElasticBottle commented Oct 2, 2024

Problem solved

Short description of the bug fixed or feature added


PR-Codex overview

This PR focuses on fixing the issue of missing partnerId when creating an ecosystem wallet in the thirdweb package.

Detailed summary

  • Added partnerId: ecosystem.partnerId in packages/thirdweb/src/wallets/in-app/web/ecosystem.ts.
  • Added partnerId: createOptions?.partnerId in packages/thirdweb/src/wallets/in-app/native/ecosystem.ts.

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

@changeset-bot
Copy link

changeset-bot bot commented Oct 2, 2024

🦋 Changeset detected

Latest commit: 985c4b0

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

This PR includes changesets to release 1 package
Name Type
thirdweb 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

@vercel
Copy link

vercel bot commented Oct 2, 2024

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 Oct 2, 2024 10:49pm
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2024 10:49pm
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2024 10:49pm
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2024 10:49pm

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 41.95 KB (0%) 840 ms (0%) 2.6 s (-13.27% 🔽) 3.4 s
thirdweb (cjs) 101.7 KB (0%) 2.1 s (0%) 5.4 s (-12.96% 🔽) 7.4 s
thirdweb (minimal + tree-shaking) 4.82 KB (0%) 97 ms (0%) 254 ms (+105.84% 🔺) 350 ms
thirdweb/chains (tree-shaking) 498 B (0%) 10 ms (0%) 60 ms (-55.18% 🔽) 70 ms
thirdweb/react (minimal + tree-shaking) 16.74 KB (0%) 335 ms (0%) 618 ms (+9.07% 🔺) 953 ms

@codecov
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.49%. Comparing base (9fb5401) to head (985c4b0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4886      +/-   ##
==========================================
- Coverage   47.52%   47.49%   -0.03%     
==========================================
  Files        1054     1055       +1     
  Lines       57152    57191      +39     
  Branches     3903     3902       -1     
==========================================
+ Hits        27159    27165       +6     
- Misses      29304    29337      +33     
  Partials      689      689              
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 9fb5401
packages 43.22% <100.00%> (-0.03%) ⬇️

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

Files with missing lines Coverage Δ
...kages/thirdweb/src/wallets/in-app/web/ecosystem.ts 71.42% <100.00%> (+1.05%) ⬆️

... and 1 file with indirect coverage changes

@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 2, 2024

Merge activity

  • Oct 2, 6:37 PM EDT: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Oct 2, 6:38 PM EDT: joaquim-verges added this pull request to the Graphite merge queue.
  • Oct 2, 6:49 PM EDT: joaquim-verges merged this pull request with the Graphite merge queue.

## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on fixing the issue of missing `partnerId` when creating an ecosystem wallet in the `thirdweb` package.

### Detailed summary
- Updated `partnerId` in `packages/thirdweb/src/wallets/in-app/web/ecosystem.ts` to use `ecosystem.partnerId`.
- Updated `partnerId` in `packages/thirdweb/src/wallets/in-app/native/ecosystem.ts` to use `createOptions?.partnerId`.

> ✨ 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

merge-queue Adds the pull request to Graphite's merge queue. packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants