docs: lead Quickstart with the indices file (fix stale PyPI description) - #20
Conversation
The Quickstart (which renders as the PyPI project description) framed the fastest path as a local beacon node + a /etc/optimum pubkeys file, implying keysync runs on the validator host. Lead instead with KEYSYNC_INDICES_FILE (a JSON records file, no beacon needed) pointing at the committed sample, and present the BLS-pubkeys + beacon path as an alternative with a generic host. Matches the dashboard's API-key boilerplate.
|
Warning Review limit reached
More reviews will be available in 44 minutes and 18 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository: getoptimum/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe README Quickstart was updated. It now describes starting keysync from a JSON records file, mentions the indices file environment variable, and adds guidance for tracking validators by BLS pubkey or bare index, including a beacon-node-based example. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
pyproject declared the MIT license but the grant text wasn't in the repo. Add a standard MIT LICENSE (Copyright (c) 2026 Optimum); setuptools includes it in the sdist and wheel metadata (License-File: LICENSE).
The README Quickstart renders as the PyPI project description, and it still framed the fastest path as a local beacon node (localhost:5052) + a /etc/optimum pubkeys file, implying keysync runs on the validator host.
Lead instead with KEYSYNC_INDICES_FILE (a JSON records file, no beacon needed) pointing at examples/indices.json, and present the BLS-pubkeys + beacon path as an alternative with a generic host. This matches the dashboard API-key boilerplate (#222).
Docs only. Note: PyPI descriptions are immutable per version, so this reaches pypi.org only via a new release (suggest cutting 1.1.1 after merge).
Written with Claude Code
Summary by CodeRabbit