Skip to content

[Dashboard] Unhide Engine Cloud service #7215

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

Merged

Conversation

joaquim-verges
Copy link
Member

@joaquim-verges joaquim-verges commented May 29, 2025


PR-Codex overview

This PR focuses on updating service descriptions and refining the list of hidden services in the codebase.

Detailed summary

  • Updated the description for the insight service to specify it provides "Indexed data for any EVM chain".
  • Changed the title of the engineCloud service from "Server wallets" to "Engine Cloud".
  • Revised the description of the engineCloud service to clarify its functionality.
  • Removed engineCloud from the HIDDEN_SERVICES array, leaving only "relayer" and "chainsaw".

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

Summary by CodeRabbit

  • Chores
    • Updated service descriptions for improved clarity.
    • Refined metadata for select services.
  • Refactor
    • Adjusted visibility of certain services in API key settings.

Copy link

vercel bot commented May 29, 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 May 30, 2025 0:41am
login ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 0:41am
thirdweb_playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 0:41am
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 0:41am
wallet-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2025 0:41am

Copy link

changeset-bot bot commented May 29, 2025

🦋 Changeset detected

Latest commit: 55fba51

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

This PR includes changesets to release 1 package
Name Type
@thirdweb-dev/service-utils 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

Copy link
Contributor

coderabbitai bot commented May 29, 2025

Walkthrough

This update modifies service metadata and configuration. It updates service descriptions in the core utilities, removes "engineCloud" from a list of hidden services in the dashboard validations, and adds a changeset file to document a patch release for service description updates. No functional or logic changes are introduced.

Changes

File(s) Change Summary
.changeset/lucky-jobs-relate.md Added changeset file for a patch release describing service updates.
apps/dashboard/src/components/settings/ApiKeys/validations.ts Removed "engineCloud" from the HIDDEN_SERVICES array.
packages/service-utils/src/core/services.ts Updated descriptions and titles for "insight" and "engineCloud" services.

Sequence Diagram(s)

No sequence diagram generated as the changes are limited to metadata and configuration updates without altering control flow or introducing new features.

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • TEAM-0000: Entity not found: Issue - Could not find referenced Issue.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6b0c113 and 55fba51.

📒 Files selected for processing (3)
  • .changeset/lucky-jobs-relate.md (1 hunks)
  • apps/dashboard/src/components/settings/ApiKeys/validations.ts (1 hunks)
  • packages/service-utils/src/core/services.ts (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (3)
  • .changeset/lucky-jobs-relate.md
  • apps/dashboard/src/components/settings/ApiKeys/validations.ts
  • packages/service-utils/src/core/services.ts
⏰ Context from checks skipped due to timeout of 90000ms (8)
  • GitHub Check: E2E Tests (pnpm, esbuild)
  • GitHub Check: Size
  • GitHub Check: E2E Tests (pnpm, webpack)
  • GitHub Check: Lint Packages
  • GitHub Check: E2E Tests (pnpm, vite)
  • GitHub Check: Unit Tests
  • GitHub Check: Build Packages
  • GitHub Check: Analyze (javascript)
✨ Finishing Touches
  • 📝 Generate Docstrings

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added Dashboard Involves changes to the Dashboard. packages labels May 29, 2025
Copy link
Member Author


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.

@joaquim-verges joaquim-verges marked this pull request as ready for review May 29, 2025 23:46
@joaquim-verges joaquim-verges requested review from a team as code owners May 29, 2025 23:46
@joaquim-verges joaquim-verges changed the title Update service descriptions and unhide Engine Cloud [Dashboard] Unhide Engine Cloud service May 29, 2025
Copy link

codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.63%. Comparing base (7c95211) to head (55fba51).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7215   +/-   ##
=======================================
  Coverage   55.63%   55.63%           
=======================================
  Files         908      908           
  Lines       58546    58546           
  Branches     4127     4127           
=======================================
  Hits        32572    32572           
  Misses      25868    25868           
  Partials      106      106           
Flag Coverage Δ
packages 55.63% <ø> (ø)
🚀 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.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (2)
packages/service-utils/src/core/services.ts (1)

62-68: Consider distinguishing identical descriptions
You’ve updated the insight service description to "Indexed data for any EVM chain," which now exactly matches the chainsaw service description. If these services serve different use‐cases or audiences, you might want to tweak one description to highlight their unique value propositions.

apps/dashboard/src/components/settings/ApiKeys/validations.ts (1)

149-150: Remove or clarify the stale FIXME
The comment // FIXME: Remove above HIDDEN_SERVICES is ambiguous—please remove it or specify what should be removed to avoid developer confusion.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between deeca88 and 6b0c113.

📒 Files selected for processing (3)
  • .changeset/lucky-jobs-relate.md (1 hunks)
  • apps/dashboard/src/components/settings/ApiKeys/validations.ts (1 hunks)
  • packages/service-utils/src/core/services.ts (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (4)
  • GitHub Check: Unit Tests
  • GitHub Check: Size
  • GitHub Check: Lint Packages
  • GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
apps/dashboard/src/components/settings/ApiKeys/validations.ts (1)

150-150: Unhide engineCloud in API key settings
Removing "engineCloud" from HIDDEN_SERVICES surfaces it in the dashboard. Ensure you test the UI to confirm that API keys for Engine Cloud are now visible and operable.

Consider adding a quick manual or automated UI test to validate visibility.

.changeset/lucky-jobs-relate.md (1)

1-6: Changeset looks correct; consider expanding description
This patch bump correctly targets @thirdweb-dev/service-utils with the summary "Update service descriptions." Optionally, you could mention that engineCloud is now unhidden in the dashboard to give more context in the changelog.

Comment on lines 77 to 84
engineCloud: {
name: "engineCloud",
title: "Server wallets",
title: "Engine Cloud",
description:
"Server wallets with high transaction throughput and low latency",
"Transaction API and Server wallets with high transaction throughput and low latency",
// all actions allowed
actions: [],
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Verify removal of legacy references to "Server wallets"
The engineCloud title and description have been updated to reflect its new branding. To ensure no stale references remain, search the codebase for the old title "Server wallets" and update any occurrences (docs, UI copy, tests).


🏁 Script executed:

#!/bin/bash
# Verify no leftover references to the old title
rg "Server wallets"

Length of output: 722


Remove all legacy “Server wallets” references
We located several stray “Server wallets” strings that need updating to the new Engine Cloud branding:

  • packages/service-utils/src/core/services.ts (lines 77–84)
    - description: "Transaction API and Server wallets with high transaction throughput and low latency",
    + description: "Transaction API and Engine Cloud wallets with high transaction throughput and low latency",
  • apps/portal/src/app/engine/v2/configure-wallets/circle-wallet/page.mdx
    Replace “Server wallets” with “Engine Cloud wallets” (or your preferred terminology).
  • apps/portal/src/app/engine/v3/get-started/page.mdx
    Update both the explanatory copy and the internal link text/URL to reflect Engine Cloud.
  • apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/engine/cloud/analytics/ftux.client.tsx
    Change the description to remove “Server wallets” in favor of the new branding.

Please apply these replacements so that all references align with the Engine Cloud terminology.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
engineCloud: {
name: "engineCloud",
title: "Server wallets",
title: "Engine Cloud",
description:
"Server wallets with high transaction throughput and low latency",
"Transaction API and Server wallets with high transaction throughput and low latency",
// all actions allowed
actions: [],
},
engineCloud: {
name: "engineCloud",
title: "Engine Cloud",
description:
"Transaction API and Engine Cloud wallets with high transaction throughput and low latency",
// all actions allowed
actions: [],
},
🤖 Prompt for AI Agents
In packages/service-utils/src/core/services.ts around lines 77 to 84, update the
title and description fields to remove any legacy references to "Server wallets"
and replace them with the new branding "Engine Cloud" or "Engine Cloud wallets"
as appropriate. Additionally, search the entire codebase for all occurrences of
"Server wallets" and update them consistently to reflect the new Engine Cloud
terminology, including in documentation, UI copy, tests, and configuration files
as specified in the review comment.

Copy link
Contributor

github-actions bot commented May 29, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 62.11 KB (0%) 1.3 s (0%) 383 ms (+51.94% 🔺) 1.7 s
thirdweb (cjs) 345.28 KB (0%) 7 s (0%) 1.7 s (-4.81% 🔽) 8.7 s
thirdweb (minimal + tree-shaking) 5.7 KB (0%) 114 ms (0%) 54 ms (+353.38% 🔺) 168 ms
thirdweb/chains (tree-shaking) 531 B (0%) 11 ms (0%) 14 ms (+236.05% 🔺) 24 ms
thirdweb/react (minimal + tree-shaking) 19.52 KB (0%) 391 ms (0%) 81 ms (+148.49% 🔺) 471 ms

Copy link
Contributor

graphite-app bot commented May 30, 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 updating service descriptions and modifying hidden services in the codebase.

### Detailed summary
- Updated the description of the `insight` service to "Indexed data for any EVM chain."
- Changed the title of the `engineCloud` service from "Server wallets" to "Engine Cloud."
- Updated the description of the `engineCloud` service to "Transaction API and Server wallets with high transaction throughput and low latency."
- Removed `engineCloud` from the `HIDDEN_SERVICES` array.

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

<!-- end pr-codex -->

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Chores**
  - Updated service descriptions for improved clarity.
  - Refined metadata for select services.
- **Refactor**
  - Adjusted visibility of certain services in API key settings.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@graphite-app graphite-app bot force-pushed the Update_service_descriptions_and_unhide_Engine_Cloud branch from 6b0c113 to 55fba51 Compare May 30, 2025 00:33
@graphite-app graphite-app bot merged commit 55fba51 into main May 30, 2025
24 checks passed
@graphite-app graphite-app bot deleted the Update_service_descriptions_and_unhide_Engine_Cloud branch May 30, 2025 00:42
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