Lotus brings Filecoin closer to Ethereum tooling
Lotus v1.36.1-rc1 tightens API behavior that matters for indexers, RPC operators and Ethereum-style tooling around Filecoin.
Lotus published the v1.36.1-rc1 prerelease of its Filecoin node on June 18, and the most practical signal is aimed at teams that operate Filecoin through Ethereum-compatible tooling: the client adds the eth_baseFee JSON-RPC method, returning the expected base fee for the next block. JSON-RPC is the request interface used by wallets, indexers and dashboards to query a chain. Here, the point is not a flashy new feature. It is a smaller but useful move toward matching behavior that Ethereum tools already assume.
The release notes show a build focused on operations rather than narrative. Several fixes touch trace APIs, which are used to replay or analyze transactions, and transaction receipts when other transactions in the same block emit a large number of events. Lotus also fixes a transaction position that was 1-indexed even though the Ethereum trace API expects a 0-indexed value. That kind of detail can look minor in a changelog, but it is exactly the sort of mismatch that breaks an indexer, confuses an explorer or forces infrastructure teams to add one more special case.
The broader point is that Filecoin keeps tightening its practical bridge to the Ethereum software ecosystem without changing what the network is for. Filecoin remains decentralized storage infrastructure, but many services around it think in Ethereum-shaped primitives: eth_call, gas estimates, receipts, event logs and traces. When Lotus moves closer to those conventions, it helps RPC operators, indexers such as The Graph and application teams reuse more of their existing infrastructure across chains instead of treating Filecoin as a separate integration island.
There is a qualification. This is a release candidate, so the changes are meant for testing before a stable release and may still expose edge cases. Still, the useful lesson is clear: mature blockchain networks often improve through API compatibility and operational polish, not only through consensus changes or large protocol roadmaps. One standard method, one corrected transaction index or one better-scoped response limit can reduce fragility for everyone building on top. For Filecoin, v1.36.1-rc1 is therefore less a product announcement than a maintenance milestone in making the network easier to operate with the tools developers already use.