Conversation
📝 WalkthroughWalkthroughThe changes introduce an optional Changes
Sequence Diagram(s)sequenceDiagram
actor Test
participant HM as HeartMonitor
participant PQ as ProxiesQuery
participant G as GraphQLEndpoint
Test->>HM: Call testProxies(fields, domainName)
HM->>PQ: Call proxies(fields, domainName)
PQ->>G: Build & send query (includes domainName if provided)
G-->>PQ: Return query response
PQ-->>HM: Return proxies result
HM-->>Test: Return final test result
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
🧰 Additional context used🧬 Code Definitions (5)src/gql/query/user.ts (1)
src/gql/utils/defaultObjects.ts (1)
src/gql/heart-monitor/heart-monitor.test.ts (4)
src/gql/query/proxies.ts (2)
src/gql/heart-monitor/heart-monitor.ts (3)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (19)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* chore: unstoppable domain proxy (#404) * fix: move curly braces
* chore: unstoppable domain proxy (#404) * fix: move curly braces
* chore: unstoppable domain proxy (#404) * fix: move curly braces * refactor: adding custom amino messages (#407) * refactor: adding custom amino converter for convert to evm msg * chore: comment and linting * chore: new file instead of index * chore: linting --------- Co-authored-by: Calico Nino <54007257+CalicoNino@users.noreply.github.com>
* chore: unstoppable domain proxy (#404) * fix: move curly braces * refactor: adding custom amino messages (#407) * refactor: adding custom amino converter for convert to evm msg * chore: comment and linting * chore: new file instead of index * chore: linting * chore: pull latest protos * chore: update protos and gql (#412) * chore: update protos * chore: add gql updates * fix: small issue --------- Co-authored-by: Calico Nino <54007257+CalicoNino@users.noreply.github.com>
No description provided.