Skip to content

fix(ci): rpc check failure#6851

Open
hanabi1224 wants to merge 3 commits intomainfrom
hm/fix-rpc-ci
Open

fix(ci): rpc check failure#6851
hanabi1224 wants to merge 3 commits intomainfrom
hm/fix-rpc-ci

Conversation

@hanabi1224
Copy link
Copy Markdown
Contributor

@hanabi1224 hanabi1224 commented Apr 3, 2026

Summary of changes

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Outside contributions

  • I have read and agree to the CONTRIBUTING document.
  • I have read and agree to the AI Policy document. I understand that failure to comply with the guidelines will lead to rejection of the pull request.

Summary by CodeRabbit

  • Chores
    • Updated Lotus container image to a stable v1.35.1 tag to standardize runtime across environments.
    • Increased API gateway lookback limit to improve stability when waiting for chain state, reducing transient sync delays.

@hanabi1224 hanabi1224 added the RPC requires calibnet RPC checks to run on CI label Apr 3, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 56f31ff7-1068-4ba9-a9f8-03b521a1b164

📥 Commits

Reviewing files that changed from the base of the PR and between 336da9a and 6e8676c.

📒 Files selected for processing (3)
  • scripts/devnet/.env
  • scripts/tests/bootstrapper/.env
  • scripts/tests/snapshot_parity/.env
✅ Files skipped from review due to trivial changes (3)
  • scripts/tests/bootstrapper/.env
  • scripts/devnet/.env
  • scripts/tests/snapshot_parity/.env

Walkthrough

Updated multiple environment files to use non-release-candidate Lotus image tags and increased the gateway service's API lookback wait limit in the API comparison docker-compose.

Changes

Cohort / File(s) Summary
Lotus image tags (env files)
scripts/tests/api_compare/.env, scripts/devnet/.env, scripts/tests/bootstrapper/.env, scripts/tests/snapshot_parity/.env
Removed -rc1 from LOTUS_IMAGE tags (e.g., filecoin/lotus-all-in-one:v1.35.1-rc1-...filecoin/lotus-all-in-one:v1.35.1-...).
Gateway service config
scripts/tests/api_compare/docker-compose.yml
Increased --api-wait-lookback-limit for forest-via-gateway from 2000 to 20000 in the service command.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • akaladarshi
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'fix(ci): rpc check failure' is vague and does not clearly convey the specific changes made. The PR updates Docker image tags (removing -rc1 suffixes) and a gateway configuration parameter, but the title does not accurately reflect these concrete changes. Provide a more descriptive title that reflects the actual changes, such as 'chore: update Lotus image tags to stable versions and adjust gateway lookback limit' or similar.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hm/fix-rpc-ci
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch hm/fix-rpc-ci

Comment @coderabbitai help to get the list of available commands and usage tips.

@hanabi1224 hanabi1224 marked this pull request as ready for review April 3, 2026 10:03
@hanabi1224 hanabi1224 requested a review from a team as a code owner April 3, 2026 10:03
@hanabi1224 hanabi1224 requested review from LesnyRumcajs and akaladarshi and removed request for a team April 3, 2026 10:03
@hanabi1224 hanabi1224 enabled auto-merge April 3, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

RPC requires calibnet RPC checks to run on CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant