docs: update to 1.15.2#2279
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Warning Review limit reached
More reviews will be available in 52 minutes and 19 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR extends the ENSNode GraphQL schema to support offchain (CCIP-Read) ENS name resolution, adds example queries demonstrating this capability, and updates version metadata to v1.15.2. It introduces an UnindexedDomain type for wildcard-derived unindexed names, extends DomainResolver and Resolver with ENSIP-10 metadata, and provides working examples exercising the new schema. ChangesOffchain Name Resolution Support
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Greptile SummaryThis PR bumps the
Confidence Score: 5/5This PR is safe to merge — all changes are documentation, example data, and external dependency version pins with no production logic alterations. Every changed file is either a documentation artifact (schema, responses, SKILL.md, config, examples JSON), a refreshed lockfile, or a version bump in example app package.json files. No application logic, indexing behavior, or API contracts in the main codebase are modified. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["domain(by: { name: 'patricio.onpoap.eth' })"] --> B{Is domain indexed?}
B -- "Yes (ENSv1Domain / ENSv2Domain)" --> C[Return indexed Domain type]
B -- "No (resolvable via wildcard)" --> D[Return UnindexedDomain]
D --> E["resolver.effective\n(wildcard Resolver via ENSIP-10)"]
E --> F["extended: true\n(supports IExtendedResolver)"]
D --> G["resolve.records\n(addresses, texts via CCIP-Read)"]
D --> H["canonical.name.interpreted\n(full name string)"]
D --> I["registry\n(ancestor wildcard-bearing Registry)"]
Reviews (2): Last reviewed commit: "fix: lands on" | Re-trigger Greptile |
Update the docs and example apps to reference the new production 1.15.2