mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-21 19:20:40 +00:00
37f77c19c7
Adding ethspec and chainspec to allow for overriding the preset max_effective_balance. Adding the preset and removing the config field resolves the validator issue. |
||
---|---|---|
.cargo | ||
.config | ||
.github | ||
account_manager | ||
beacon_node | ||
book | ||
boot_node | ||
common | ||
consensus | ||
crypto | ||
database_manager | ||
lcli | ||
lighthouse | ||
scripts | ||
slasher | ||
testing | ||
validator_client | ||
validator_manager | ||
watch | ||
.dockerignore | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
Cargo.lock | ||
Cargo.toml | ||
Cross.toml | ||
Dockerfile | ||
Dockerfile.cross | ||
LICENSE | ||
Makefile | ||
README.md | ||
SECURITY.md |
Lighthouse-Pulse: A PulseChain Consensus Client Written in Rust
This is the core repository for Lighthouse-Pulse, a Rust implementation of the Ethereum Consensus specification, originally developed by Sigma Prime and modified for usage with PulseChain. See the Changelog for details of the latest releases and upcoming breaking changes.
Credit to the Sigma Prime team for the original implementation of Lighthouse.
Overview
Lighthouse-Pulse is:
- Ready for use on Ethereum consensus mainnet & PulseChain consensus testnets/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++).
Staking Deposit Contract
The PulseChain team acknowledges 0x3693693693693693693693693693693693693693
as the canonical staking deposit contract address.
Documentation
The upstream Lighthouse Book contains information for users and developers.
Contact
For additional support, feel free to join the PulseChain telegram channel.