Skip to content

Conversation

@0xFirekeeper
Copy link
Member

@0xFirekeeper 0xFirekeeper commented Feb 10, 2025

Closes TOOL-3348


PR-Codex overview

This PR focuses on modifying the initialization of InAppWalletOptions by removing the encryptionKey parameter from its constructor, simplifying its instantiation.

Detailed summary

  • Removed encryptionKey: "myencryptionkey" from the initialization of inAppWalletOptions.
  • The InAppWalletOptions constructor now only includes authprovider and jwtOrPayload.

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

@0xFirekeeper 0xFirekeeper requested review from a team as code owners February 10, 2025 15:58
@changeset-bot
Copy link

changeset-bot bot commented Feb 10, 2025

⚠️ No Changeset found

Latest commit: e9d54fc

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

@vercel
Copy link

vercel bot commented Feb 10, 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 Feb 10, 2025 6:51pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
login ⬜️ Skipped (Inspect) Feb 10, 2025 6:51pm
thirdweb_playground ⬜️ Skipped (Inspect) Feb 10, 2025 6:51pm
thirdweb-www ⬜️ Skipped (Inspect) Feb 10, 2025 6:51pm
wallet-ui ⬜️ Skipped (Inspect) Feb 10, 2025 6:51pm

@github-actions github-actions bot added the Portal Involves changes to the Portal (docs) codebase. label Feb 10, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Feb 10, 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.

@linear
Copy link

linear bot commented Feb 10, 2025

@0xFirekeeper 0xFirekeeper added merge-queue Adds the pull request to Graphite's merge queue. hotfix This pull request should be prioritized in the merge queue. and removed Portal Involves changes to the Portal (docs) codebase. labels Feb 10, 2025
Copy link
Member Author

0xFirekeeper commented Feb 10, 2025

Merge activity

  • Feb 10, 10:59 AM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Feb 10, 1:40 PM EST: A user added this pull request to the Graphite merge queue.
  • Feb 10, 1:48 PM EST: The Graphite merge queue couldn't merge this PR because it was not satisfying all requirements (Failed CI: 'Unit Tests').
  • Feb 10, 1:49 PM EST: The merge label 'hotfix' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Feb 10, 6:49 PM UTC: The merge label 'hotfix' was removed. This PR will no longer be merged by the Graphite merge queue

@0xFirekeeper 0xFirekeeper added the Portal Involves changes to the Portal (docs) codebase. label Feb 10, 2025
@codecov
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.72%. Comparing base (e50d77d) to head (d32e1a5).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6220      +/-   ##
==========================================
- Coverage   56.76%   56.72%   -0.05%     
==========================================
  Files        1161     1161              
  Lines       64261    64289      +28     
  Branches     5197     5196       -1     
==========================================
- Hits        36479    36468      -11     
- Misses      27053    27095      +42     
+ Partials      729      726       -3     
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from e50d77d
packages 54.89% <ø> (-0.05%) ⬇️

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

see 14 files with indirect coverage changes

@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 46.28 KB (0%) 926 ms (0%) 704 ms (+42.7% 🔺) 1.7 s
thirdweb (cjs) 122.06 KB (0%) 2.5 s (0%) 1.4 s (+7.41% 🔺) 3.8 s
thirdweb (minimal + tree-shaking) 5.6 KB (0%) 112 ms (0%) 96 ms (+233.42% 🔺) 208 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 9 ms (-34.39% 🔽) 19 ms
thirdweb/react (minimal + tree-shaking) 19.3 KB (0%) 386 ms (0%) 300 ms (+236.81% 🔺) 686 ms

graphite-app bot pushed a commit that referenced this pull request Feb 10, 2025
Closes TOOL-3348

<!--

## 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 simplifying the instantiation of the `InAppWalletOptions` by removing the `encryptionKey` parameter from its constructor calls.

### Detailed summary
- Removed `encryptionKey: "myencryptionkey"` from the first instance of `InAppWalletOptions`.
- Removed `-encryptionKey: "myencryptionkey"` from the second instance of `InAppWalletOptions`.

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

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the firekeeper/remove-enc-key branch from d32e1a5 to bbcbd59 Compare February 10, 2025 18:40
@vercel vercel bot temporarily deployed to Preview – wallet-ui February 10, 2025 18:40 Inactive
@vercel vercel bot temporarily deployed to Preview – login February 10, 2025 18:40 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www February 10, 2025 18:40 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground February 10, 2025 18:40 Inactive
Closes TOOL-3348

<!--

## 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 simplifying the initialization of `InAppWalletOptions` by removing the `encryptionKey` parameter and its usage in two instances.

### Detailed summary
- Removed `encryptionKey` from the instantiation of `InAppWalletOptions` in two locations.
- Retained the `jwtOrPayload` parameter in both instances.

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

<!-- end pr-codex -->
@graphite-app graphite-app bot force-pushed the firekeeper/remove-enc-key branch from bbcbd59 to e9d54fc Compare February 10, 2025 18:42
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground February 10, 2025 18:42 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui February 10, 2025 18:42 Inactive
@vercel vercel bot temporarily deployed to Preview – login February 10, 2025 18:42 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www February 10, 2025 18:42 Inactive
@graphite-app graphite-app bot removed the merge-queue Adds the pull request to Graphite's merge queue. label Feb 10, 2025
@graphite-app graphite-app bot removed the hotfix This pull request should be prioritized in the merge queue. label Feb 10, 2025
@joaquim-verges joaquim-verges merged commit afcaa91 into main Feb 11, 2025
29 of 30 checks passed
@joaquim-verges joaquim-verges deleted the firekeeper/remove-enc-key branch February 11, 2025 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Portal Involves changes to the Portal (docs) codebase.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants