github sigp/lighthouse v1.0.5
Baby Legs

latest releases: v5.3.0, v5.2.1, v5.2.0...
3 years ago

We strongly recommend all users upgrade to v1.0.5 as it contains an important fix for subnet discovery (#2095) and dependency updates (#2084).

Feature: BN Redundancy

This release allows the VC to connect to multiple BNs. This means one can use lighthouse vc --beacon-nodes to direct a validator client at multiple BNs. Whenever a BN fails to respond, the VC will try again on the next BN.

Example

lighthouse vc --beacon-nodes http://localhost:5052,http://192.168.1.100:5052

If localhost goes down (perhaps during an update), the VC will attempt to use 192.168.1.100 instead.

Summary

  • Version v1.0.5 (#2117)
  • Tidy slasher logs for known slashings (#2108)
  • Update libp2p (#2101)
  • add automated release workflow (#2077)
  • Eliminate uses of expect in ssz_snappy.rs (#2105)
  • Add docs for /lighthouse/validators/keystore api (#2071)
  • Optimise tree hash caching for block production (#2106)
  • BN Fallback v2 (#2080)
  • Subnet discovery fixes (#2095)
  • Revert "add caching to test suite (#2089)" (#2098)
  • Fix Syncing Simulator (#2049)
  • Delete uncompressed genesis states (#2092)
  • add caching to test suite (#2089)
  • Add slasher broadcast (#2079)
  • Improve eth1 fallback logging (#2096)
  • impl Resource Unavailable RPC error (#2072)
  • Update dependencies (#2084)
  • Improve docker auto builds (#2078)

Binaries

See pre-built binaries documentation.

The binaries are signed with Sigma Prime's PGP key: 15E66D941F697E28F49381F426416DC3F30674B0

System Architecture Binary PGP Signature
x86_64 lighthouse-v1.0.5-x86_64-apple-darwin.tar.gz PGP Signature
x86_64 lighthouse-v1.0.5-x86_64-apple-darwin-portable.tar.gz PGP Signature
x86_64 lighthouse-v1.0.5-x86_64-unknown-linux-gnu.tar.gz PGP Signature
x86_64 lighthouse-v1.0.5-x86_64-unknown-linux-gnu-portable.tar.gz PGP Signature
aarch64 lighthouse-v1.0.5-aarch64-unknown-linux-gnu.tar.gz PGP Signature
aarch64 lighthouse-v1.0.5-aarch64-unknown-linux-gnu-portable.tar.gz PGP Signature
System Option - Resource
Docker sigp/lighthouse:v1.0.5 sigp/lighthouse

Don't miss a new lighthouse release

NewReleases is sending notifications on new releases.