Scary Terry
Pre-release
Pre-release
This release updates Lighthouse for the upcoming Spadina testnet launch.
- Adds the Spadina genesis state and associated boot nodes.
- Updates discovery (improves NAT filtering in the DHT).
- Network bug fixes related to peer management.
Changes
- 1ef4f0e Updates gossipsub attestation verification (#1667)
- 7bf1490 Adds Spadina genesis file and extended Spadina bootnodes (#1681)
- 6c1d7f5 Update Lighthouse Spadina bootnode (#1685)
- ae28773 Network bug fixes (#1684)
Dockerhub
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 is also a -portable
suffix which indicates if the portable
feature is used:
- Without
portable
: uses modern CPU instructions to provide the fastest signature verification times (may causeIllegal instruction
error on older CPUs) - With
portable
: approx. 20% slower, but should work on all modern 64-bit processors.
Note: we do not yet provide binaries for MacOS or Windows native.