Skip to content

Conversation

@jnsdls
Copy link
Member

@jnsdls jnsdls commented Oct 29, 2025


PR-Codex overview

This PR focuses on enhancing the nexus and thirdweb packages with updated payment processing functionality and new ERC20 extensions. It also modifies dependencies and updates versioning.

Detailed summary

  • Removed version.ts and version.mjs files.
  • Updated package.json in nexus to include new dependencies: thirdweb, x402, and zod.
  • Added new ERC20 extensions in thirdweb and improved payment handling functions in nexus.
  • Introduced new types and schemas for payment processing.
  • Enhanced the settlePayment and verifyPayment functions for better payment handling.
  • Updated version in nexus from 0.1.0 to 0.0.0.

The following files were skipped due to too many changes: pnpm-lock.yaml

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

@vercel
Copy link

vercel bot commented Oct 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-v2 Ready Ready Preview Comment Oct 29, 2025 7:07pm
nebula Ready Ready Preview Comment Oct 29, 2025 7:07pm
thirdweb_playground Ready Ready Preview Comment Oct 29, 2025 7:07pm
thirdweb-www Ready Ready Preview Comment Oct 29, 2025 7:07pm
wallet-ui Ready Ready Preview Comment Oct 29, 2025 7:07pm

@changeset-bot
Copy link

changeset-bot bot commented Oct 29, 2025

🦋 Changeset detected

Latest commit: dfa35f6

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

This PR includes changesets to release 5 packages
Name Type
thirdweb Patch
@thirdweb-dev/nebula Patch
@thirdweb-dev/nexus Patch
@thirdweb-dev/wagmi-adapter Patch
wagmi-inapp 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

@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Oct 29, 2025
Copy link
Member Author

jnsdls commented Oct 29, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


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.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 29, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 10-29-initial_port_of_thirdweb_x402_into_thirdweb-dev_nexus_

Comment @coderabbitai help to get the list of available commands and usage tips.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​wagmi/​cli@​2.6.0 ⏵ 2.7.197 -310078 -2297 -3100

View full report

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.55 KB (0%) 1.3 s (0%) 239 ms (+197.01% 🔺) 1.6 s
thirdweb (cjs) 366.18 KB (0%) 7.4 s (0%) 780 ms (+0.4% 🔺) 8.2 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 137 ms (+3842.49% 🔺) 251 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 70 ms (+2062.62% 🔺) 80 ms
thirdweb/react (minimal + tree-shaking) 19.09 KB (0%) 382 ms (0%) 137 ms (+2351.98% 🔺) 519 ms

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.89%. Comparing base (0d79a0a) to head (dfa35f6).

Additional details and impacted files
@@                  Coverage Diff                   @@
##           graphite-base/8333    #8333      +/-   ##
======================================================
- Coverage               54.90%   54.89%   -0.01%     
======================================================
  Files                     919      920       +1     
  Lines                   60714    60715       +1     
  Branches                 4130     4129       -1     
======================================================
- Hits                    33335    33331       -4     
- Misses                  27277    27282       +5     
  Partials                  102      102              
Flag Coverage Δ
packages 54.89% <ø> (-0.01%) ⬇️
see 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.

@jnsdls jnsdls changed the base branch from 10-29-setup_thirdweb-dev_nexus_package to graphite-base/8333 October 29, 2025 21:26
@jnsdls jnsdls changed the base branch from graphite-base/8333 to 10-29-setup_thirdweb-dev_nexus_package October 29, 2025 21:29
@jnsdls jnsdls changed the base branch from 10-29-setup_thirdweb-dev_nexus_package to graphite-base/8333 October 29, 2025 21:39
@jnsdls jnsdls changed the base branch from graphite-base/8333 to 10-29-setup_thirdweb-dev_nexus_package October 29, 2025 22:09
@jnsdls jnsdls changed the base branch from 10-29-setup_thirdweb-dev_nexus_package to graphite-base/8333 October 29, 2025 22:14
@jnsdls jnsdls changed the base branch from graphite-base/8333 to 10-29-setup_thirdweb-dev_nexus_package October 29, 2025 22:15
@jnsdls jnsdls changed the base branch from 10-29-setup_thirdweb-dev_nexus_package to graphite-base/8333 October 29, 2025 22:17
@jnsdls jnsdls closed this Oct 29, 2025
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