fix: update ckb-tui download URL to nervosnetwork org repo - #489
Conversation
ckb-tui transferred from the personal repo Officeyutong/ckb-tui to the org repo nervosnetwork/ckb-tui. Point the installer at the new release download URL. The release assets moved with the transfer, so the pinned SHA-256 digests in KNOWN_SHA256 still match (verified against the GitHub API and a live download of the v0.1.4 linux-amd64 asset). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 52 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review 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 refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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 |
ckb-tui has been transferred from the personal repo
Officeyutong/ckb-tuito the org reponervosnetwork/ckb-tui. As a downstream consumer, offckb's installer needs to download release assets from the new location.Changes
src/tools/ckb-tui.ts: point the release download URL atnervosnetwork/ckb-tui(the only hardcoded reference to the old repo in the codebase)Verification
KNOWN_SHA256byte-for-byte, so the fail-closed checksum gate still passesckb-tui-with-node-linux-amd64.tar.gz(v0.1.4) from the new URL: SHA-256eaed2cfb…01cbdmatches the pinned digest exactlytsc --noEmitclean; full jest suite green (36 suites, 310 passed / 7 skipped)The historical
Officeyutong/ckb-tui#13reference in CHANGELOG.md is intentionally left as-is (released changelog entries are historical records, and GitHub redirects transferred repo links).🤖 Generated with Claude Code