mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Squashed commit of the following: commit974b3359f8Merge:ac205b7ba480309fb9Author: Michael Sproul <michael@sigmaprime.io> Date: Wed Jan 18 10:01:26 2023 +1100 Merge remote-tracking branch 'origin/unstable' into jemalloc commit480309fb96Author: aliask <aliask@gmail.com> Date: Tue Jan 17 05:13:49 2023 +0000 Fix some dead links in markdown files (#3885) ## Issue Addressed No issue has been raised for these broken links. ## Proposed Changes Update links with the new URLs for the same document. ## Additional Info ~The link for the [Lighthouse Development Updates](https://eepurl.com/dh9Lvb/) mailing list is also broken, but I can't find the correct link.~ Co-authored-by: Paul Hauner <paul@paulhauner.com> commitb4d9fc03eeAuthor: GeemoCandama <geemo@tutanota.com> Date: Tue Jan 17 05:13:48 2023 +0000 add logging for starting request and receiving block (#3858) ## Issue Addressed #3853 ## Proposed Changes Added `INFO` level logs for requesting and receiving the unsigned block. ## Additional Info Logging for successfully publishing the signed block is already there. And seemingly there is a log for when "We realize we are going to produce a block" in the `start_update_service`: `info!(log, "Block production service started"); `. Is there anywhere else you'd like to see logging around this event? Co-authored-by: GeemoCandama <104614073+GeemoCandama@users.noreply.github.com> commit9a970ce3a2Author: David Theodore <prodigalsonsolutions@gmail.com> Date: Tue Jan 17 05:13:47 2023 +0000 add better err reporting UnableToOpenVotingKeystore (#3781) ## Issue Addressed #3780 ## Proposed Changes Add error reporting that notifies the node operator that the `voting_keystore_path` in their `validator_definitions.yml` file may be incorrect. ## Additional Info There is more info in issue #3780 Co-authored-by: Paul Hauner <paul@paulhauner.com> commitac205b7babMerge:93457d85bbf533c8e4Author: Michael Sproul <michael@sigmaprime.io> Date: Fri Nov 25 16:32:33 2022 +1100 Merge remote-tracking branch 'origin/unstable' into jemalloc commit93457d85b7Author: Michael Sproul <michael@sigmaprime.io> Date: Wed Nov 9 11:53:59 2022 +1100 Fix cargo-udeps commit6c42aef1b5Author: Michael Sproul <micsproul@gmail.com> Date: Tue Nov 8 19:12:19 2022 +1100 Fixups commitf14b87bb88Author: Michael Sproul <michael@sigmaprime.io> Date: Tue Nov 8 16:28:16 2022 +1100 Update docs commit5005dc3b65Author: Michael Sproul <michael@sigmaprime.io> Date: Tue Nov 8 16:22:42 2022 +1100 Fix lcli commita082ba5904Author: Michael Sproul <michael@sigmaprime.io> Date: Tue Nov 8 16:17:10 2022 +1100 Remove check-consensus commit81441e9ceaAuthor: Michael Sproul <micsproul@gmail.com> Date: Tue Nov 8 15:28:11 2022 +1100 Disable jemalloc on Windows commit41eac5d0c1Author: Michael Sproul <micsproul@gmail.com> Date: Tue Nov 8 13:46:17 2022 +1100 Compatibility with macOS commit69ecba7876Author: Michael Sproul <michael@sigmaprime.io> Date: Mon Nov 7 18:48:31 2022 +1100 Add jemalloc support
82 lines
3.1 KiB
Markdown
82 lines
3.1 KiB
Markdown
# Lighthouse: Ethereum consensus client
|
|
|
|
An open-source Ethereum consensus client, written in Rust and maintained by Sigma Prime.
|
|
|
|
[![Book Status]][Book Link] [![Chat Badge]][Chat Link]
|
|
|
|
[Chat Badge]: https://img.shields.io/badge/chat-discord-%237289da
|
|
[Chat Link]: https://discord.gg/cyAszAh
|
|
[Book Status]:https://img.shields.io/badge/user--docs-unstable-informational
|
|
[Book Link]: https://lighthouse-book.sigmaprime.io
|
|
[stable]: https://github.com/sigp/lighthouse/tree/stable
|
|
[unstable]: https://github.com/sigp/lighthouse/tree/unstable
|
|
[blog]: https://lighthouse.sigmaprime.io
|
|
|
|
[Documentation](https://lighthouse-book.sigmaprime.io)
|
|
|
|

|
|
|
|
## 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](https://www.rust-lang.org), 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`](https://etherscan.io/address/0x00000000219ab540356cbb839cbe05303d7705fa)
|
|
as the canonical staking deposit contract address.
|
|
|
|
## Documentation
|
|
|
|
The [Lighthouse Book](https://lighthouse-book.sigmaprime.io) contains information for users and
|
|
developers.
|
|
|
|
The Lighthouse team maintains a blog at [lighthouse-blog.sigmaprime.io][blog] which contains periodical
|
|
progress updates, roadmap insights and interesting findings.
|
|
|
|
## Branches
|
|
|
|
Lighthouse maintains two permanent branches:
|
|
|
|
- [`stable`][stable]: Always points to the latest stable release.
|
|
- This is ideal for most users.
|
|
- [`unstable`][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](https://lighthouse-book.sigmaprime.io/contributing.html) section
|
|
of the Lighthouse book.
|
|
|
|
## Contact
|
|
|
|
The best place for discussion is the [Lighthouse Discord
|
|
server](https://discord.gg/cyAszAh).
|
|
|
|
Sign up to the [Lighthouse Development Updates](https://eepurl.com/dh9Lvb) mailing list for email
|
|
notifications about releases, network status and other important information.
|
|
|
|
Encrypt sensitive messages using our [PGP
|
|
key](https://keybase.io/sigp/pgp_keys.asc?fingerprint=15e66d941f697e28f49381f426416dc3f30674b0).
|
|
|
|
## 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](https://gitcoin.co/grants/25/lighthouse-ethereum-20-client).
|
|
- Ethereum address: `0x25c4a76E7d118705e7Ea2e9b7d8C59930d8aCD3b` (donation.sigmaprime.eth).
|