v1.5.8
Lantern v1.5.8
Pure-Go Filecoin light node. No CGo, no snapshot, no third-party trust.
Install (macOS / Linux)
curl -fsSL https://get.lantern.reiers.io | bashBinaries
All binaries are built CGO_ENABLED=0 with -trimpath. SHA-256
manifests are published alongside each binary; see also
docs/REPRODUCIBLE-BUILDS.md for how to reproduce these bytes
from source.
Source tarball
lantern-v1.5.8-source.tar.gz is the
byte-deterministic source archive produced by git archive at
this tag, suitable for reproducible-build verification.
What's Changed
- fix(info): per-network token + real RPC port (#34, #35) by @Reiers in #38
- fix(sync): hardened catch-up so embedded head store can't stall (#33) by @Reiers in #39
- fix: correctly return StateNetworkName by @beck-8 in #36
- feat(eth): eth_subscribe(logs) + subscription test coverage (#32) by @Reiers in #41
- feat(daemon): gossipsub head-tracking in pkg/daemon (#40) by @Reiers in #42
New Contributors
Full Changelog: v1.5.7...v1.5.8