mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Add EIP-7636 support (#6793)
* Add eip7636 support * Add `version()` to the `lighthouse_version` crate and make the `enr.rs` file use it. * Hardcode version, Add `client_name()`, remove unneeded flag. * Make it use the new function. * Make cargo fmt zip it
This commit is contained in:
@@ -116,7 +116,8 @@ pub struct Config {
|
||||
pub network_load: u8,
|
||||
|
||||
/// Indicates if the user has set the network to be in private mode. Currently this
|
||||
/// prevents sending client identifying information over identify.
|
||||
/// prevents sending client identifying information over identify and prevents
|
||||
/// EIP-7636 indentifiable information being provided in the ENR.
|
||||
pub private: bool,
|
||||
|
||||
/// Shutdown beacon node after sync is completed.
|
||||
|
||||
Reference in New Issue
Block a user