| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lotus_v1.35.0_linux_amd64_v1.tar.gz.sha512 | 2026-02-19 | 171 Bytes | |
| lotus_v1.35.0_darwin_arm64.tar.gz.sha512 | 2026-02-19 | 169 Bytes | |
| lotus_v1.35.0_darwin_arm64.tar.gz.cid | 2026-02-19 | 47 Bytes | |
| lotus_v1.35.0_linux_amd64_v1.tar.gz.cid | 2026-02-19 | 47 Bytes | |
| lotus_v1.35.0_linux_amd64_v1.tar.gz | 2026-02-19 | 105.3 MB | |
| lotus_v1.35.0_darwin_arm64.tar.gz | 2026-02-19 | 102.6 MB | |
| README.md | 2026-02-19 | 3.1 kB | |
| v1.35.0 source code.tar.gz | 2026-02-19 | 30.1 MB | |
| v1.35.0 source code.zip | 2026-02-19 | 31.1 MB | |
| Totals: 9 Items | 269.1 MB | 0 | |
The Lotus and Lotus-Miner v1.35.0 release includes Ethereum RPC compatibility improvements, CLI enhancements, and numerous dependency updates. Highlights include FRC-0102 signing envelope support, an Ethereum RPC error code correction for tooling compatibility, and updated OpenTelemetry tracing.
☢️ Upgrade Warnings ☢️
- Ethereum RPC error code change:
EExecutionRevertednow uses error code3(was11) andEActorNotFoundnow uses error code11(was3), aligning with standard Ethereum RPC tooling expectations. Mismatched client/server versions will deserialize these errors as the wrong Go type, breakingerrors.Is/errors.Aschecks. ([#13467])
⭐ New Features
- feat(cli): implement FRC-0102 signing envelope for
wallet signandwallet verify([#13388]) - feat(cli): add
--order-by-nonceflag to list messages sequentially when filtering by sender ([#13394]) - feat: add slog integration for libp2p log level control ([#13442])
🐛 Bug Fixes
- fix(eth): use error code 3 for
EExecutionRevertedfor Ethereum RPC tooling compatibility ([#13467]) - fix(eth): fix
eth_syncingresult property casing & implementUnmarshalJSONforEthSyncingResult([#13484]) - fix(f3): set initial power table CID in calibnet F3 manifest ([#13496])
- fix(itests): prevent wdPostLoop deadline skip race condition ([#13464])
👌 Improvements
- chore(tracing): update OpenTelemetry semconv from v1.7.0 to v1.39.0 ([#13511])
- chore(deps): replace
golang.org/x/crypto/sha3with go-keccak, upgrade x/crypto ([#13477]) - chore: bump FFI to v1.34.6 ([#13521])
📝 Changelog
For the set of changes since the last stable release:
- Node: https://github.com/filecoin-project/lotus/compare/release/v1.34.4...release/v1.35.0
- Miner: https://github.com/filecoin-project/lotus/compare/release/v1.34.4...release/miner/v1.35.0
👨👩👧👦 Contributors
Contributors
| Contributor | Commits | Lines ± | Files Changed |
|---|---|---|---|
| dependabot[bot] | 24 | +459/-442 | 51 |
| Rod Vagg | 10 | +249/-102 | 29 |
| Phi-rjan | 7 | +132/-80 | 26 |
| Thiago Ribeiro | 1 | +199/-7 | 4 |
| aceppaluni | 1 | +151/-33 | 4 |
| hanabi1224 | 1 | +53/-3 | 3 |
| Sambhav Jain | 1 | +41/-2 | 3 |
| Phi | 1 | +12/-12 | 11 |
| slightsharp | 1 | +6/-6 | 6 |
| boqishan | 1 | +6/-6 | 5 |
| mk0walsk | 1 | +5/-5 | 3 |
| Aliz Fara | 1 | +4/-4 | 3 |
| oncecelll | 1 | +2/-2 | 1 |