Releases: sigp/lighthouse
Slick Morty
Overview
This release contains stability improvements and bug fixes in the networking stack.
This corrects an issue where nodes lost track of the head of the chain and required rebooting to rejoin the medalla network.
Details
- a1f9769 Update to the latest libp2p - bug fixes including extra peer disconnect notifications (#1482)
- 08a31c5 Bug fix to correctly disconnect and monitor peers that connect beyond our max peer limit (#1484)
- 04e4389 Updates gossipsub to prevent
O(N)
lookups for duplicates and prevents the possibility of opening excessive substreams. This reduces CPU overhead of nodes. (#1490) - cbfae87 Updates discv5 to handle UDP port binding inside lighthouse as well as upgrading logs inside lighthouse to notify users if the address/port could not be bound to. (#1496)
Binaries
Binaries are supplied for two platforms:
x86_64-unknown-linux-gnu
: AMD/Intel 64-bit processors (most desktops, laptops, servers)aarch64-unknown-linux-gnu
: 64bit ARM processors (Raspberry Pi 4)
Additionally there are two variants:
fast
: uses modern CPU instructions to provide the fastest signature verification times (may causeIllegal instruction
error on older CPUs)portable
: approx. 20% slower, but should work on all modern 64-bit processors.
Ghost in a Jar
This release contains various bug fixes and an optimization for attestation inclusion.
Details
Attestation inclusion improvement
Networking
- ee036cb Correct version string (#1474)
- 7d87e11 Fix rpc coded response display (#1470)
- 138c0cf Remove block clone (#1448)
- 82a0973 Fix EnrForkId computation (#1441)
- 924ba66 Update v0.12.2 gossip params (#1449)
- 983f768 Remove ssz encoding support from rpc (#1457)
Misc
- f4fe2ac Fix double lighthouse (#1473)
- cfae5fb Update installation.md (#1467)
- 09a615b Lighthouse crate v0.2.0 bump (#1450)
- 6206d8e Ensure .git is copied into docker (#1462)
- 5629126 Add reason to invalid attestation log (#1460)
- 20ee893 Fix a typo in validator client CLI (#1456)
- 0feb3cf Update README.md (#1455)
Terryfolds
The first official release for the Medalla testnet. It can be used to participate in Medalla genesis.
Users should upgrade to this release as soon as possible.
Scroopy Noopers
Specification v0.11.2 with Schlesi as the default testnet.
This release mainly serves to act as a final checkpoint before we making breaking changes with v0.2.0
(to be released). As such, detailed release notes are not provided.
Reverse Giraffe
Updates to use the latest testnet (testnet3
). Provides several optimizations and bug fixes.
See https://github.com/sigp/lighthouse/milestone/4 for included PRs and resolved issues.
Mortimer "Morty" Smith Sr.
Our first release, targeting a public testnet with mainnet
spec and 16k validators.
Congrats to the Lighthouse team for this first release. To many more!