Skip to content
GitHub no longer supports this web browser. Learn more about the browsers we support.
Rust Ethereum 2.0 Client
Rust Other
  1. Rust 99.7%
  2. Other 0.3%
Branch: master
Clone or download
paulhauner Optimizations, disable val client sync check & additional lcli tools (#…
…834)

* Start adding interop genesis state to lcli

* Use more efficient method to generate genesis state

* Remove duplicate int_to_bytes32

* Add lcli command to change state genesis time

* Add option to allow VC to start with unsynced BN

* Set VC to do parallel key loading

* Don't default to dummy eth1 backend

* Add endpoint to dump operation pool

* Add metrics for op pool

* Remove state clone for slot notifier

* Add mem size approximation for tree hash cache

* Avoid cloning tree hash when getting head

* Fix failing API tests

* Address Michael's comments

* Add HashMap::from_par_iter
Latest commit f267bf2 Feb 4, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Adds simulator for syncing (#758) Jan 23, 2020
account_manager
beacon_node Optimizations, disable val client sync check & additional lcli tools (#… Feb 4, 2020
book Add testnet down notice (#831) Jan 25, 2020
eth2 Optimizations, disable val client sync check & additional lcli tools (#… Feb 4, 2020
lcli Optimizations, disable val client sync check & additional lcli tools (#… Feb 4, 2020
lighthouse Bumb version tags (#792) Jan 10, 2020
scripts Eth1 Integration (#542) Nov 15, 2019
tests
validator_client Optimizations, disable val client sync check & additional lcli tools (#… Feb 4, 2020
.dockerignore Bump docker rust version (#794) Jan 10, 2020
.editorconfig Add editorconfig template Mar 11, 2019
.gitignore Add Cargo.lock (#684) Dec 9, 2019
.gitmodules Replace EF tests submodule with a makefile Sep 7, 2019
CONTRIBUTING.md Update CONTRIBUTING.md (#751) Jan 2, 2020
Cargo.lock Optimizations, disable val client sync check & additional lcli tools (#… Feb 4, 2020
Cargo.toml Add proto_array fork choice (#804) Jan 29, 2020
Dockerfile fix(dockerfile): Add ca-certificates so eth1 calls work in docker. (#796 Jan 19, 2020
LICENSE Update License to Apache 2.0 Apr 15, 2019
Makefile Validator client refactor (#618) Nov 25, 2019
README.md Add proto_array fork choice (#804) Jan 29, 2020

README.md

Lighthouse: Ethereum 2.0

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

Build Status Book Status RustDoc Status Chat Badge Swagger Badge

Documentation

terminalize

Overview

Lighthouse is:

  • Fully open-source, licensed under Apache 2.0.
  • Security-focused. Fuzzing has begun and security reviews are planned for late-2019.
  • 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 and private individuals.
  • Actively involved in the specification and security analysis of the emerging Ethereum 2.0 specification.

Like all Ethereum 2.0 clients, Lighthouse is a work-in-progress.

Development Status

Current development overview:

  • Specification v0.8.3 implemented, optimized and passing test vectors.
  • Rust-native libp2p with Gossipsub and Discv5.
  • RESTful JSON API via HTTP server.
  • Events via WebSocket.
  • Metrics via Prometheus.

Roadmap

  • April 2019: Inital single-client testnets.
  • September 2019: Inter-operability with other Ethereum 2.0 clients.
  • ~~ Q1 2020: lighthouse-0.1.0 release: All major phase 0 features implemented.~~
  • Q1 2020: Public, multi-client testnet with user-facing functionality.
  • Q2 2020: Third-party security review.
  • Q3 2020: Production Beacon Chain testnet (tentative).

Documentation

The Lighthouse Book contains information for testnet users and developers.

Code documentation is generated via cargo doc and hosted at lighthouse-docs.sigmaprime.io.

If you'd like some background on Sigma Prime, please see the Lighthouse Update #00 blog post or sigmaprime.io.

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. Alternatively, you may use the sigp/lighthouse gitter.

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).
You can’t perform that action at this time.