Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Sep 24, 2025


PR-Codex overview

This PR simplifies the handlePostBuyTransactionComplete function in the BridgeOrchestrator component by removing the quote parameter and associated logic, streamlining the transaction completion process.

Detailed summary

  • Removed the quote parameter from handlePostBuyTransactionComplete.
  • Eliminated the call to onComplete?.(quote) within handlePostBuyTransactionComplete.
  • Updated the closeModal prop in ExecutingTxScreen to directly use handlePostBuyTransactionComplete.

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

@linear
Copy link

linear bot commented Sep 24, 2025

@changeset-bot
Copy link

changeset-bot bot commented Sep 24, 2025

⚠️ No Changeset found

Latest commit: a83104e

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 Sep 24, 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 Sep 24, 2025 10:34pm
nebula Ready Ready Preview Comment Sep 24, 2025 10:34pm
thirdweb_playground Ready Ready Preview Comment Sep 24, 2025 10:34pm
thirdweb-www Ready Ready Preview Comment Sep 24, 2025 10:34pm
wallet-ui Ready Ready Preview Comment Sep 24, 2025 10:34pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 24, 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
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch mny-200

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

Copy link
Member Author

MananTank commented Sep 24, 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.

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 24, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 64.07 KB (0%) 1.3 s (0%) 447 ms (+90.1% 🔺) 1.8 s
thirdweb (cjs) 361.6 KB (0%) 7.3 s (0%) 2.4 s (+8.24% 🔺) 9.6 s
thirdweb (minimal + tree-shaking) 5.73 KB (0%) 115 ms (0%) 123 ms (+880.49% 🔺) 237 ms
thirdweb/chains (tree-shaking) 526 B (0%) 11 ms (0%) 84 ms (+1515.61% 🔺) 95 ms
thirdweb/react (minimal + tree-shaking) 19.14 KB (0%) 383 ms (0%) 96 ms (+758.5% 🔺) 479 ms

@codecov
Copy link

codecov bot commented Sep 24, 2025

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.28%. Comparing base (7936ebb) to head (a83104e).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...web/src/react/web/ui/Bridge/BridgeOrchestrator.tsx 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8119      +/-   ##
==========================================
+ Coverage   56.24%   56.28%   +0.03%     
==========================================
  Files         906      906              
  Lines       59193    59190       -3     
  Branches     4169     4176       +7     
==========================================
+ Hits        33293    33313      +20     
+ Misses      25797    25772      -25     
- Partials      103      105       +2     
Flag Coverage Δ
packages 56.28% <0.00%> (+0.03%) ⬆️
Files with missing lines Coverage Δ
...web/src/react/web/ui/Bridge/BridgeOrchestrator.tsx 6.71% <0.00%> (+0.07%) ⬆️

... and 5 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.

@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 24, 2025

Merge activity

…ransactionWidget (#8119)

<!--

## 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 simplifies the `handlePostBuyTransactionComplete` function in the `BridgeOrchestrator` component by removing the `quote` parameter and the associated call to `onComplete`. It streamlines the transaction completion process and adjusts the `closeModal` prop accordingly.

### Detailed summary
- Removed the `quote` parameter from the `handlePostBuyTransactionComplete` function.
- Eliminated the call to `onComplete?.(quote)` within the `handlePostBuyTransactionComplete` function.
- Updated the `closeModal` prop in the `ExecutingTxScreen` component to directly use `handlePostBuyTransactionComplete` without arguments.

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

4 participants