Go to file
Michael Sproul c7e978b727 Update blst to 0.3.11 (#4624)
## Proposed Changes

This PR updates `blst` to 0.3.11, which gives us _runtime detection of CPU features_ 🎉

Although [performance benchmarks](https://gist.github.com/michaelsproul/f759fa28dfa4003962507db34b439d6c) don't show a substantial detriment to running the `portable` build vs `modern`, in order to take things slowly I propose the following roll-out strategy:

- Keep both `modern` and `portable` builds for releases/Docker images.
- Run the `portable` build on half of SigP's infrastructure to monitor for performance deficits.
- Listen out for user issues with the `portable` builds (e.g. SIGILLs from misdetected hardware).
- Make the `portable` build the default and remove the `modern` build from our release binaries & Docker images.
2023-08-17 02:37:32 +00:00
.cargo
.github Use the native concurrency property to cancel workflows (#4572) 2023-08-14 03:16:03 +00:00
account_manager Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00
beacon_node attester_duties: remove unnecessary case (#4614) 2023-08-17 02:37:30 +00:00
book Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00
boot_node
common Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00
consensus ForkChoice: remove head_block_root field (#4590) 2023-08-14 04:06:34 +00:00
crypto
database_manager
lcli
lighthouse Don't kill SSE stream if channel fills up (#4500) 2023-08-17 02:37:29 +00:00
scripts
slasher
testing Use BeaconProcessor for API requests (#4462) 2023-08-08 23:30:15 +00:00
validator_client add metrics::VALIDATOR_DUTIES_SYNC_HTTP_POST for post_validator_duties_sync (#4617) 2023-08-17 02:37:31 +00:00
validator_manager Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00
watch Use BeaconProcessor for API requests (#4462) 2023-08-08 23:30:15 +00:00
.dockerignore
.editorconfig align editorconfig with rustfmt (#4600) 2023-08-14 00:29:44 +00:00
.gitignore
.gitmodules
bors.toml
Cargo.lock Update blst to 0.3.11 (#4624) 2023-08-17 02:37:32 +00:00
Cargo.toml Add validator-manager (#3502) 2023-08-08 00:03:22 +00:00
CONTRIBUTING.md
Cross.toml
Dockerfile
Dockerfile.cross
LICENSE
Makefile Update blst to 0.3.11 (#4624) 2023-08-17 02:37:32 +00:00
README.md
SECURITY.md

Lighthouse: Ethereum consensus client

An open-source Ethereum consensus client, written in Rust and maintained by Sigma Prime.

Book Status Chat Badge

Documentation

Banner

Overview

Lighthouse is:

  • Ready for use on Ethereum consensus mainnet.
  • Fully open-source, licensed under Apache 2.0.
  • Security-focused. Fuzzing techniques have been continuously applied and several external security reviews have been performed.
  • Built in Rust, a modern language providing unique safety guarantees and excellent performance (comparable to C++).
  • Funded by various organisations, including Sigma Prime, the Ethereum Foundation, ConsenSys, the Decentralization Foundation and private individuals.
  • Actively involved in the specification and security analysis of the Ethereum proof-of-stake consensus specification.

Staking Deposit Contract

The Lighthouse team acknowledges 0x00000000219ab540356cBB839Cbe05303d7705Fa as the canonical staking deposit contract address.

Documentation

The Lighthouse Book contains information for users and developers.

The Lighthouse team maintains a blog at lighthouse-blog.sigmaprime.io which contains periodical progress updates, roadmap insights and interesting findings.

Branches

Lighthouse maintains two permanent branches:

  • stable: Always points to the latest stable release.
    • This is ideal for most users.
  • unstable: Used for development, contains the latest PRs.
    • Developers should base their PRs on this branch.

Contributing

Lighthouse welcomes contributors.

If you are looking to contribute, please head to the Contributing section of the Lighthouse book.

Contact

The best place for discussion is the Lighthouse Discord server.

Sign up to the Lighthouse Development Updates mailing list for email notifications about releases, network status and other important information.

Encrypt sensitive messages using our PGP key.

Donations

Lighthouse is an open-source project and a public good. Funding public goods is hard and we're grateful for the donations we receive from the community via:

  • Gitcoin Grants.
  • Ethereum address: 0x25c4a76E7d118705e7Ea2e9b7d8C59930d8aCD3b (donation.sigmaprime.eth).