This is a release candidate of a patch release that extends EC finality tooling into the v2 API, Eth RPC, and lotus-shed, improves Ethereum RPC and gas estimation behavior. It also lowers several CLI batch defaults to reduce out-of-gas failures and raises the minimum supported Golang version to 1.25.0.
☢️ Upgrade Warnings ☢️
- The minimum supported Golang version is now
1.25.0. (filecoin-project/lotus#13538)
⭐ New Features
- feat(api): integrate FRC-0089 EC finality calculator into v2 API and Eth RPC, so
"finalized"and"safe"tags reflect actual chain health (~20-30 epochs) rather than worst-case static 900-epoch fallback. AddsChainGetTipSetFinalityStatusv2 endpoint for finality diagnostics. (filecoin-project/lotus#13547) - feat(shed): add
lotus-shed finality-calculatorfor EC finality probability computation per FRC-0089 (filecoin-project/lotus#12093)
🐛 Bug Fixes
- fix(gateway): return
ErrFilterNotFoundinstead of an empty result for unknown filter IDs inEthGetFilterLogs(filecoin-project/lotus#13519) - fix(eth): handle failed contract creates with nil result addresses in
trace_filter(filecoin-project/lotus#13549) - fix(chainstore): remove expected CBOR decode warnings in
GetCMessagefor Ethereum-style transactions, reducing log spam on busy nodes (filecoin-project/lotus#13524) - fix(net): update FIL DevTTY WebTransport certhashes in the mainnet bootstrap list (filecoin-project/lotus#13530)
- fix(gas): stricter bounds for
GasEstimateGasPremiumlookback (filecoin-project/lotus#13556) - fix: remove duplicate SQL statement entries from
preparedStatementMapping(filecoin-project/lotus#13545)
👌 Improvements
- perf(MessagePool): cache
Pending()snapshots to reduce repeated message pool reconstruction work (filecoin-project/lotus#13542) - chore(cli): lower default batch sizes for claim extension, deal settlement, and sector extension commands to reduce out-of-gas failures (filecoin-project/lotus#13537)
- build(deps): bump
github.com/ipfs/boxoto0.37.0,github.com/drand/drand/v2to2.1.4,github.com/drand/kyberto1.3.2, andgithub.com/libp2p/go-libp2p-kad-dhtto0.38.0(filecoin-project/lotus#13541, filecoin-project/lotus#13510, filecoin-project/lotus#13516, filecoin-project/lotus#13502)
📝 Changelog
For the set of changes since the last stable release:
👨👩👧👦 Contributors
| Contributor | Commits | Lines ± | Files Changed |
|---|---|---|---|
| Rod Vagg | 8 | +3140/-418 | 41 |
| William Morriss | 3 | +351/-15 | 18 |
| dependabot[bot] | 4 | +98/-89 | 8 |
| Phi-rjan | 3 | +81/-33 | 19 |
| hanabi1224 | 1 | +0/-17 | 1 |
| eroderust | 1 | +7/-7 | 5 |
| beck | 1 | +6/-6 | 5 |
| Shashank | 1 | +3/-2 | 3 |
| TippyFlits | 1 | +0/-5 | 1 |
| stringsbuilder | 1 | +2/-2 | 1 |
| relotnek | 1 | +1/-1 | 1 |
| Hubert | 1 | +0/-1 | 1 |