chore(deps): update dependency filecoin-project/lotus to v1.36.3 - #206
Merged
Merged
Conversation
rvagg
approved these changes
Sep 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.36.2→v1.36.3Release Notes
filecoin-project/lotus (filecoin-project/lotus)
v1.36.3Compare Source
Lotus Node v1.36.3 is a recommended patch release focused on Ethereum RPC correctness (event-index completeness for
eth_getLogs/eth_getTransactionReceipt, RLP validation), a WebTransport memory-exhaustion fix (CVE-2026-57497), gateway event-query bounding, sector-reporting UX, and operator tooling.☢️ Upgrade Warnings ☢️
lotus state active-sectorshas been removed and merged intolotus state sectors, which now defaults to active sectors only (previously it returned every committed sector). Uselotus state sectors --allfor the previous full-sector-set behavior. (filecoin-project/lotus#13743)⭐ New Features
lotus state sectorsnow printsActivation,Expiration,InitialPledge, andDailyFeefor each sector by default, and gained a--humanflag to render epochs as local calendar time and attoFIL amounts as FIL instead of raw numbers. (filecoin-project/lotus#13743)lotus-shed eth storage-dump/eth storage-decodeto enumerate and decode an EVM contract's on-chain storage KAMT at a given tipset. Dumps slot-sorted NDJSON plus KAMT shape stats (optional CARv1 andeth_getStorageAtverification); decodes against a forge storage layout with ERC-1967/7201 support (filecoin-project/lotus#13730)LOTUS_BLOCKSTORE_VERIFY_READS=1enables a verify-after-read mode for the blockstore, which incurs a hash cost on every block load but can be used to help heal a damaged blockstore by re-importing blocks and overwriting damaged ones. (filecoin-project/lotus#13752)lotus-shed import-carcan now read and import modern FRC-0108 v2 snapshot CARs into the Lotus blockstore, similar tolotus daemon --import-snapshot. (filecoin-project/lotus#13752)🐛 Bug Fixes
lotus-builderandlotus-basestages; also fetch prebuilt filecoin-ffi libraries instead of compiling them. (filecoin-project/lotus#13785)eth_getLogsfrom returning successful empty or partial results when historical event-index coverage is incomplete. Block-hash queries now require a completed block event index, and range queries verify every canonical non-null tipset before returning logs. (filecoin-project/lotus#13749)eth_getTransactionReceiptfrom returning a successful receipt with an emptylogsarray while that transaction's events are still being indexed. The call now fails until event indexing is complete, while transactions that completed with no events still return an empty array. (filecoin-project/lotus#13758)GetActorEventsRawandSubscribeActorEventsRawnow reject a filter whosetoHeightis negative. (filecoin-project/lotus#13751)eth_sendRawTransactionnow rejects a transaction whose RLP integer fields are not minimally encoded, matching go-ethereum. (filecoin-project/lotus#13744)👌 Improvements
1.25.14from1.25.7; build Lotus with Go 1.25.14 or newer. (filecoin-project/lotus#13786)EthGetLogs,EthNewFilter,GetActorEventsRaw, andSubscribeActorEventsRaw. Gateway operators can change the limit with--event-filter-max-height-range, or set it to zero to disable the gateway limit. (filecoin-project/lotus#13776)📝 Changelog
For the full set of changes since the last stable release:
👨👩👧👦 Contributors
Release Log
lotus-shed eth storage-{dump,decode}(#13730)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.