Support lotus v1.36.0#210
Merged
Merged
Conversation
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.
Summary
Bumps the Lotus dependency from
v1.36.0-rc1to the stablev1.36.0release. First leg of the lib → proxy release cycle for the NV28 ("Fire Horse") network upgrade — mandatory mainnet epoch 6052800 / 2026-05-27T14:00:00Z.What changed in the lib
Minimal —
go.modlotus line + matchinggo.sumhashes. Nothing else needed:go mod tidyLatestVersion = network.Version28(actors/actors.go)_ "github.com/filecoin-project/lotus/build"blank importactors/actors.go:20go.mod1.25.7— matches lib (no CI workflow bump needed)go build ./.../go vet ./...What changed upstream rc1 → stable (FYI)
Four commits in lotus, none touching the lib's API surface:
c7e3b7e(#13617) — eth filter cap behavior: single-tipset queries bypassMaxFilterResults. Doesn't affect lib (we don't issue eth filter queries).75d7758(#13620) —chain/sync.gonil-guard on bls/secp message arrays. Internal safety.92ec445(#13619) — SetUpgradeFireHorseHeight = 6052800for mainnet. Build constant only.154c0c3— Version bump + CHANGELOG.CI gating
The
testjob exercises a live devnet Lotus RPC. The dev cluster was decommissioned; a new devnet pod is being stood up on the pro cluster athttps://node-fil-devnet.zondax.ch/rpc/v1(project-filecoin#1138 / #1139 / #1140). Once that endpoint is healthy and theLOTUS_URL_DEVNETorg secret is updated to point at the.chhostname, thetestjob should pass against a real v1.36.0 binary — that's the actual validation for the rc1 → stable bump, not justgo build.Until the endpoint is up, the
testjob is expected to fail with the 503 /panic: interface conversion: interface {} is nil, not map[string]interface {}pattern (HTML-from-ingress can't be parsed as JSON-RPC).Supersedes
#209— dependabot bumping lotus 1.36.0-rc1 → 1.36.0 (same change; closing in favor of this conventionalfeat/lotus-1.36.0branch). Will close once this PR is open.#208(jsonparser 1.1.1 → 1.1.2) is independent and not included here.Follow-ups (after merge)
v1.3600.0and create a GH release (per the lockstep tag scheme: lotusv1.36.0→ libv1.3600.0).rosetta-filecoin-proxycompanion PR consuming this tag (separate skill:fil-rosetta-proxy-upgrade).