Skip to content

Conversation

@0xFirekeeper
Copy link
Member

@0xFirekeeper 0xFirekeeper commented Apr 2, 2025


PR-Codex overview

This PR focuses on removing several pages related to payment processes in the .NET SDK and introduces a new section for the Universal Bridge, providing detailed documentation and examples for its usage.

Detailed summary

  • Deleted multiple .mdx files related to payment methods: quickstart, buywithfiat, buywithcrypto, getbuyhistory, getbuywithfiatquote, getbuywithfiatstatus, getbuywithcryptoquote, getbuywithcryptostatus, getbuywithfiatcurrencies.
  • Updated sidebar.tsx to remove payment links and add a new section for Bridge with links to Quickstart and Universal Bridge Full Reference.
  • Added detailed documentation for Universal Bridge including core APIs, instantiation, buying, selling, and transferring tokens with code examples.

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

@0xFirekeeper 0xFirekeeper requested review from a team as code owners April 2, 2025 16:58
@changeset-bot
Copy link

changeset-bot bot commented Apr 2, 2025

⚠️ No Changeset found

Latest commit: 5faaf1b

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 Apr 2, 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 Apr 2, 2025 6:28pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
login ⬜️ Skipped (Inspect) Apr 2, 2025 6:28pm
thirdweb_playground ⬜️ Skipped (Inspect) Apr 2, 2025 6:28pm
thirdweb-www ⬜️ Skipped (Inspect) Apr 2, 2025 6:28pm
wallet-ui ⬜️ Skipped (Inspect) Apr 2, 2025 6:28pm

@graphite-app
Copy link
Contributor

graphite-app bot commented Apr 2, 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 the Portal Involves changes to the Portal (docs) codebase. label Apr 2, 2025
@codecov
Copy link

codecov bot commented Apr 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.96%. Comparing base (4847ada) to head (5faaf1b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6625   +/-   ##
=======================================
  Coverage   54.96%   54.96%           
=======================================
  Files         887      887           
  Lines       55652    55652           
  Branches     3798     3798           
=======================================
  Hits        30591    30591           
  Misses      24966    24966           
  Partials       95       95           
Flag Coverage Δ
packages 54.96% <ø> (ø)
🚀 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.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 47.49 KB (0%) 950 ms (0%) 161 ms (+151.65% 🔺) 1.2 s
thirdweb (cjs) 129.89 KB (0%) 2.6 s (0%) 220 ms (+46.65% 🔺) 2.9 s
thirdweb (minimal + tree-shaking) 5.62 KB (0%) 113 ms (0%) 85 ms (+1780.6% 🔺) 197 ms
thirdweb/chains (tree-shaking) 514 B (0%) 11 ms (0%) 57 ms (+3743.9% 🔺) 67 ms
thirdweb/react (minimal + tree-shaking) 19.33 KB (0%) 387 ms (0%) 99 ms (+737.26% 🔺) 485 ms

@vercel vercel bot temporarily deployed to Preview – wallet-ui April 2, 2025 17:22 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 2, 2025 17:22 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www April 2, 2025 17:22 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 2, 2025 17:22 Inactive
@0xFirekeeper 0xFirekeeper added the merge-queue Adds the pull request to Graphite's merge queue. label Apr 2, 2025
Copy link
Member Author

0xFirekeeper commented Apr 2, 2025

Merge activity

<!--

## 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 the removal of several payment-related pages in the `.NET SDK` documentation and the addition of a new section for the `Universal Bridge`, including examples and detailed API usage.

### Detailed summary
- Deleted pages:
  - `quickstart/page.mdx`
  - `buywithfiat/page.mdx`
  - `buywithcrypto/page.mdx`
  - `getbuyhistory/page.mdx`
  - `getbuywithfiatquote/page.mdx`
  - `getbuywithfiatstatus/page.mdx`
  - `getbuywithcryptoquote/page.mdx`
  - `getbuywithcryptostatus/page.mdx`
  - `getbuywithfiatcurrencies/page.mdx`
- Updated `sidebar.tsx` to remove payment links and add a new `Bridge` section.
- Introduced `Universal Bridge` documentation with:
  - Metadata creation
  - Core API examples for buying, selling, and transferring tokens.
  - Code snippets for `C#` usage of the `ThirdwebBridge`.

> ✨ 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/docs-dotnet-ub branch from 2c98ab3 to 5faaf1b Compare April 2, 2025 18:26
@vercel vercel bot temporarily deployed to Preview – wallet-ui April 2, 2025 18:26 Inactive
@vercel vercel bot temporarily deployed to Preview – login April 2, 2025 18:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground April 2, 2025 18:26 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb-www April 2, 2025 18:26 Inactive
@graphite-app graphite-app bot merged commit 5faaf1b into main Apr 2, 2025
31 checks passed
@graphite-app graphite-app bot deleted the firekeeper/docs-dotnet-ub branch April 2, 2025 18:30
@graphite-app graphite-app bot removed the merge-queue Adds the pull request to Graphite's merge queue. label Apr 2, 2025
@vercel vercel bot temporarily deployed to Production – login April 2, 2025 18:30 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground April 2, 2025 18:30 Inactive
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.

3 participants