Skip to content

Conversation

@0xFirekeeper
Copy link
Member

@0xFirekeeper 0xFirekeeper commented Dec 1, 2025

PR-Codex overview

This PR introduces a dedicated relayer feature, allowing users to manage a fleet of executor wallets for guaranteed transaction throughput. It includes new hooks, types, components, and API functions to support fleet transactions and their summaries.

Detailed summary

  • Added fleet property to ProjectEmbeddedWalletsService.
  • Introduced new components for dedicated relayer management, including DedicatedRelayerActiveState, DedicatedRelayerPendingState, and DedicatedRelayerEmptyState.
  • Created hooks useFleetTransactions and useFleetTransactionsSummary for fetching transaction data.
  • Defined types for Fleet, FleetTransaction, and FleetTransactionsSummary.
  • Implemented API functions getFleetTransactions and getFleetTransactionsSummary.
  • Enhanced the layout and page components for dedicated relayer features.
  • Added tier selection for purchasing dedicated relayer services.

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

@changeset-bot
Copy link

changeset-bot bot commented Dec 1, 2025

⚠️ No Changeset found

Latest commit: 11e6b24

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 Dec 1, 2025

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

Project Deployment Preview Comments Updated (UTC)
thirdweb-www Ready Ready Preview Comment Dec 3, 2025 10:06pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Dec 3, 2025 10:06pm
nebula Skipped Skipped Dec 3, 2025 10:06pm
thirdweb_playground Skipped Skipped Dec 3, 2025 10:06pm
wallet-ui Skipped Skipped Dec 3, 2025 10:06pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 1, 2025

Important

Review skipped

Draft detected.

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 firekeeper/fleets

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

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 1, 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 Dashboard Involves changes to the Dashboard. label Dec 1, 2025
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.66%. Comparing base (68a1dca) to head (11e6b24).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8479      +/-   ##
==========================================
- Coverage   54.83%   54.66%   -0.18%     
==========================================
  Files         920      920              
  Lines       60891    61106     +215     
  Branches     4141     4143       +2     
==========================================
+ Hits        33390    33403      +13     
- Misses      27399    27601     +202     
  Partials      102      102              
Flag Coverage Δ
packages 54.66% <ø> (-0.18%) ⬇️
see 11 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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

Replaces legacy analytics and fleet API calls with new endpoints for fleet transactions and summary. Updates the active state UI to show paginated transaction tables, summary stats, and chain filtering. Refactors types and hooks to match new API responses, removes unused code, and updates documentation links and UI copy for clarity.
@vercel vercel bot temporarily deployed to Preview – nebula December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 3, 2025 21:58 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 3, 2025 21:58 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dashboard Involves changes to the Dashboard. packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants