-
Notifications
You must be signed in to change notification settings - Fork 628
[WIP] Dedicated Relayer #8479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[WIP] Dedicated Relayer #8479
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
🚀 New features to boost your workflow:
|
size-limit report 📦
|
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.
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
fleetproperty toProjectEmbeddedWalletsService.DedicatedRelayerActiveState,DedicatedRelayerPendingState, andDedicatedRelayerEmptyState.useFleetTransactionsanduseFleetTransactionsSummaryfor fetching transaction data.Fleet,FleetTransaction, andFleetTransactionsSummary.getFleetTransactionsandgetFleetTransactionsSummary.