Skip to content

lotus-gateway: Enable Filecoin.EthCall #6629

Merged
sudo-shashank merged 1 commit intomainfrom
shashank/fix-ethcall-gateway
Feb 19, 2026
Merged

lotus-gateway: Enable Filecoin.EthCall #6629
sudo-shashank merged 1 commit intomainfrom
shashank/fix-ethcall-gateway

Conversation

@sudo-shashank
Copy link
Contributor

@sudo-shashank sudo-shashank commented Feb 19, 2026

Summary of changes

Changes introduced in this pull request:

  • Enable Filecoin.EthCall with gateway.

Reference issue to close (if applicable)

Closes #6576

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

  • Bug Fixes
    • Resolved Filecoin.EthCall API availability issue.

@sudo-shashank sudo-shashank added the RPC requires calibnet RPC checks to run on CI label Feb 19, 2026
@sudo-shashank sudo-shashank marked this pull request as ready for review February 19, 2026 11:46
@sudo-shashank sudo-shashank requested a review from a team as a code owner February 19, 2026 11:46
@sudo-shashank sudo-shashank requested review from LesnyRumcajs and akaladarshi and removed request for a team February 19, 2026 11:46
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 19, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

This pull request removes Filecoin.EthCall from the broken methods filter list in the lotus-gateway test configuration, indicating that the method has been fixed and is now functioning correctly with the gateway.

Changes

Cohort / File(s) Summary
Test Filter List
scripts/tests/api_compare/filter-list-gateway
Removed Filecoin.EthCall from the broken methods list, reflecting that the RPC method has been fixed for lotus-gateway compatibility.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • akaladarshi
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: enabling Filecoin.EthCall for lotus-gateway by removing it from the filter list.
Linked Issues check ✅ Passed The pull request directly addresses issue #6576 by removing Filecoin.EthCall from the filter-list-gateway, enabling the method to function correctly through lotus-gateway as required.
Out of Scope Changes check ✅ Passed The change is narrowly scoped to removing one entry from the filter list, which is directly aligned with fixing Filecoin.EthCall in lotus-gateway. No out-of-scope changes detected.
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 unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch shashank/fix-ethcall-gateway

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

@sudo-shashank sudo-shashank changed the title lotus-gateway: Fix Filecoin.EthCall lotus-gateway: Enable Filecoin.EthCall check Feb 19, 2026
@sudo-shashank sudo-shashank changed the title lotus-gateway: Enable Filecoin.EthCall check lotus-gateway: Enable Filecoin.EthCall Feb 19, 2026
@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.20%. Comparing base (3f6089c) to head (de9eeca).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

see 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f6089c...de9eeca. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sudo-shashank sudo-shashank added this pull request to the merge queue Feb 19, 2026
Merged via the queue into main with commit a9f8cf1 Feb 19, 2026
59 of 64 checks passed
@sudo-shashank sudo-shashank deleted the shashank/fix-ethcall-gateway branch February 19, 2026 12:46
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.

lotus-gateway: Fix Filecoin.EthCall

2 participants